diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index d0bf7f07..b1893b46 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -6,30 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
- 'Google\\Auth\\ApplicationDefaultCredentials' => $vendorDir . '/google/auth/src/ApplicationDefaultCredentials.php',
- 'Google\\Auth\\CacheTrait' => $vendorDir . '/google/auth/src/CacheTrait.php',
- 'Google\\Auth\\Cache\\InvalidArgumentException' => $vendorDir . '/google/auth/src/Cache/InvalidArgumentException.php',
- 'Google\\Auth\\Cache\\Item' => $vendorDir . '/google/auth/src/Cache/Item.php',
- 'Google\\Auth\\Cache\\MemoryCacheItemPool' => $vendorDir . '/google/auth/src/Cache/MemoryCacheItemPool.php',
- 'Google\\Auth\\CredentialsLoader' => $vendorDir . '/google/auth/src/CredentialsLoader.php',
- 'Google\\Auth\\Credentials\\AppIdentityCredentials' => $vendorDir . '/google/auth/src/Credentials/AppIdentityCredentials.php',
- 'Google\\Auth\\Credentials\\GCECredentials' => $vendorDir . '/google/auth/src/Credentials/GCECredentials.php',
- 'Google\\Auth\\Credentials\\IAMCredentials' => $vendorDir . '/google/auth/src/Credentials/IAMCredentials.php',
- 'Google\\Auth\\Credentials\\ServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountCredentials.php',
- 'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',
- 'Google\\Auth\\Credentials\\UserRefreshCredentials' => $vendorDir . '/google/auth/src/Credentials/UserRefreshCredentials.php',
- 'Google\\Auth\\FetchAuthTokenCache' => $vendorDir . '/google/auth/src/FetchAuthTokenCache.php',
- 'Google\\Auth\\FetchAuthTokenInterface' => $vendorDir . '/google/auth/src/FetchAuthTokenInterface.php',
- 'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',
- 'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',
- 'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => $vendorDir . '/google/auth/src/HttpHandler/HttpHandlerFactory.php',
- 'Google\\Auth\\Middleware\\AuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/AuthTokenMiddleware.php',
- 'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',
- 'Google\\Auth\\Middleware\\SimpleMiddleware' => $vendorDir . '/google/auth/src/Middleware/SimpleMiddleware.php',
- 'Google\\Auth\\OAuth2' => $vendorDir . '/google/auth/src/OAuth2.php',
- 'Google\\Auth\\Subscriber\\AuthTokenSubscriber' => $vendorDir . '/google/auth/src/Subscriber/AuthTokenSubscriber.php',
- 'Google\\Auth\\Subscriber\\ScopedAccessTokenSubscriber' => $vendorDir . '/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php',
- 'Google\\Auth\\Subscriber\\SimpleSubscriber' => $vendorDir . '/google/auth/src/Subscriber/SimpleSubscriber.php',
'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/Google/Service/Exception.php',
'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resource.php',
'Zebra_Form' => $vendorDir . '/stefangabos/zebra_form/Zebra_Form.php',
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 4ae6bfad..e6f1f715 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -106,30 +106,6 @@ class ComposerStaticInit5e45d0d6c07c4cb7b909eede38ad55d6
);
public static $classMap = array (
- 'Google\\Auth\\ApplicationDefaultCredentials' => __DIR__ . '/..' . '/google/auth/src/ApplicationDefaultCredentials.php',
- 'Google\\Auth\\CacheTrait' => __DIR__ . '/..' . '/google/auth/src/CacheTrait.php',
- 'Google\\Auth\\Cache\\InvalidArgumentException' => __DIR__ . '/..' . '/google/auth/src/Cache/InvalidArgumentException.php',
- 'Google\\Auth\\Cache\\Item' => __DIR__ . '/..' . '/google/auth/src/Cache/Item.php',
- 'Google\\Auth\\Cache\\MemoryCacheItemPool' => __DIR__ . '/..' . '/google/auth/src/Cache/MemoryCacheItemPool.php',
- 'Google\\Auth\\CredentialsLoader' => __DIR__ . '/..' . '/google/auth/src/CredentialsLoader.php',
- 'Google\\Auth\\Credentials\\AppIdentityCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/AppIdentityCredentials.php',
- 'Google\\Auth\\Credentials\\GCECredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/GCECredentials.php',
- 'Google\\Auth\\Credentials\\IAMCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/IAMCredentials.php',
- 'Google\\Auth\\Credentials\\ServiceAccountCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/ServiceAccountCredentials.php',
- 'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',
- 'Google\\Auth\\Credentials\\UserRefreshCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/UserRefreshCredentials.php',
- 'Google\\Auth\\FetchAuthTokenCache' => __DIR__ . '/..' . '/google/auth/src/FetchAuthTokenCache.php',
- 'Google\\Auth\\FetchAuthTokenInterface' => __DIR__ . '/..' . '/google/auth/src/FetchAuthTokenInterface.php',
- 'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',
- 'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',
- 'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/HttpHandlerFactory.php',
- 'Google\\Auth\\Middleware\\AuthTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/AuthTokenMiddleware.php',
- 'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',
- 'Google\\Auth\\Middleware\\SimpleMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/SimpleMiddleware.php',
- 'Google\\Auth\\OAuth2' => __DIR__ . '/..' . '/google/auth/src/OAuth2.php',
- 'Google\\Auth\\Subscriber\\AuthTokenSubscriber' => __DIR__ . '/..' . '/google/auth/src/Subscriber/AuthTokenSubscriber.php',
- 'Google\\Auth\\Subscriber\\ScopedAccessTokenSubscriber' => __DIR__ . '/..' . '/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php',
- 'Google\\Auth\\Subscriber\\SimpleSubscriber' => __DIR__ . '/..' . '/google/auth/src/Subscriber/SimpleSubscriber.php',
'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Exception.php',
'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Resource.php',
'Zebra_Form' => __DIR__ . '/..' . '/stefangabos/zebra_form/Zebra_Form.php',
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index f8850994..6e6c92b7 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -171,164 +171,6 @@
"promise"
]
},
- {
- "name": "guzzlehttp/guzzle",
- "version": "6.2.3",
- "version_normalized": "6.2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
- "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/promises": "^1.0",
- "guzzlehttp/psr7": "^1.4",
- "php": ">=5.5"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.0",
- "psr/log": "^1.0"
- },
- "time": "2017-02-28T22:50:30+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.2-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/functions_include.php"
- ],
- "psr-4": {
- "GuzzleHttp\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "rest",
- "web service"
- ]
- },
- {
- "name": "phpseclib/phpseclib",
- "version": "2.0.4",
- "version_normalized": "2.0.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
- "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phing/phing": "~2.7",
- "phpunit/phpunit": "~4.0",
- "sami/sami": "~2.0",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "suggest": {
- "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
- "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
- "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
- "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
- },
- "time": "2016-10-04T00:57:04+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "phpseclib/bootstrap.php"
- ],
- "psr-4": {
- "phpseclib\\": "phpseclib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jim Wigginton",
- "email": "terrafrost@php.net",
- "role": "Lead Developer"
- },
- {
- "name": "Patrick Monnerat",
- "email": "pm@datasphere.ch",
- "role": "Developer"
- },
- {
- "name": "Andreas Fischer",
- "email": "bantu@phpbb.com",
- "role": "Developer"
- },
- {
- "name": "Hans-Jürgen Petrich",
- "email": "petrich@tronic-media.com",
- "role": "Developer"
- },
- {
- "name": "Graham Campbell",
- "email": "graham@alt-three.com",
- "role": "Developer"
- }
- ],
- "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
- "homepage": "http://phpseclib.sourceforge.net",
- "keywords": [
- "BigInteger",
- "aes",
- "asn.1",
- "asn1",
- "blowfish",
- "crypto",
- "cryptography",
- "encryption",
- "rsa",
- "security",
- "sftp",
- "signature",
- "signing",
- "ssh",
- "twofish",
- "x.509",
- "x509"
- ]
- },
{
"name": "psr/log",
"version": "1.0.2",
@@ -378,170 +220,6 @@
"psr-3"
]
},
- {
- "name": "monolog/monolog",
- "version": "1.22.1",
- "version_normalized": "1.22.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
- "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "psr/log": "~1.0"
- },
- "provide": {
- "psr/log-implementation": "1.0.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
- "doctrine/couchdb": "~1.0@dev",
- "graylog2/gelf-php": "~1.0",
- "jakub-onderka/php-parallel-lint": "0.9",
- "php-amqplib/php-amqplib": "~2.4",
- "php-console/php-console": "^3.1.3",
- "phpunit/phpunit": "~4.5",
- "phpunit/phpunit-mock-objects": "2.3.0",
- "ruflin/elastica": ">=0.90 <3.0",
- "sentry/sentry": "^0.13",
- "swiftmailer/swiftmailer": "~5.3"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mongo": "Allow sending log messages to a MongoDB server",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
- "sentry/sentry": "Allow sending log messages to a Sentry server"
- },
- "time": "2017-03-13T07:08:03+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "http://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ]
- },
- {
- "name": "firebase/php-jwt",
- "version": "v4.0.0",
- "version_normalized": "4.0.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/firebase/php-jwt.git",
- "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
- "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2016-07-18T04:51:16+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Firebase\\JWT\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Neuman Vong",
- "email": "neuman+pear@twilio.com",
- "role": "Developer"
- },
- {
- "name": "Anant Narayanan",
- "email": "anant@php.net",
- "role": "Developer"
- }
- ],
- "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
- "homepage": "https://github.com/firebase/php-jwt"
- },
- {
- "name": "google/apiclient-services",
- "version": "v0.11",
- "version_normalized": "0.11.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/google/google-api-php-client-services.git",
- "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
- "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8"
- },
- "time": "2017-03-13T17:40:44+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Google_Service_": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Client library for Google APIs",
- "homepage": "http://developers.google.com/api-client-library/php",
- "keywords": [
- "google"
- ]
- },
{
"name": "psr/cache",
"version": "1.0.1",
@@ -590,117 +268,6 @@
"psr-6"
]
},
- {
- "name": "google/auth",
- "version": "v0.11.1",
- "version_normalized": "0.11.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/google/google-auth-library-php.git",
- "reference": "a240674b08a09949fd5597f7590b3ed83663a12d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d",
- "reference": "a240674b08a09949fd5597f7590b3ed83663a12d",
- "shasum": ""
- },
- "require": {
- "firebase/php-jwt": "~2.0|~3.0|~4.0",
- "guzzlehttp/guzzle": "~5.3|~6.0",
- "guzzlehttp/psr7": "~1.2",
- "php": ">=5.4",
- "psr/cache": "^1.0",
- "psr/http-message": "^1.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^1.11",
- "phpunit/phpunit": "3.7.*"
- },
- "time": "2016-11-02T14:59:14+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "src/"
- ],
- "psr-4": {
- "Google\\Auth\\": "src"
- }
- },
- "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/apiclient",
- "version": "v2.1.3",
- "version_normalized": "2.1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/google/google-api-php-client.git",
- "reference": "43996f09df274158fd04fce98e8a82effe5f3717"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/google/google-api-php-client/zipball/43996f09df274158fd04fce98e8a82effe5f3717",
- "reference": "43996f09df274158fd04fce98e8a82effe5f3717",
- "shasum": ""
- },
- "require": {
- "firebase/php-jwt": "~2.0|~3.0|~4.0",
- "google/apiclient-services": "^0.11",
- "google/auth": "^0.11",
- "guzzlehttp/guzzle": "~5.2|~6.0",
- "guzzlehttp/psr7": "^1.2",
- "monolog/monolog": "^1.17",
- "php": ">=5.4",
- "phpseclib/phpseclib": "~0.3.10|~2.0"
- },
- "require-dev": {
- "cache/filesystem-adapter": "^0.3.2",
- "phpunit/phpunit": "~4",
- "squizlabs/php_codesniffer": "~2.3",
- "symfony/css-selector": "~2.1",
- "symfony/dom-crawler": "~2.1"
- },
- "suggest": {
- "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
- },
- "time": "2017-03-22T18:32:04+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Google_": "src/"
- },
- "classmap": [
- "src/Google/Service/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "description": "Client library for Google APIs",
- "homepage": "http://developers.google.com/api-client-library/php",
- "keywords": [
- "google"
- ]
- },
{
"name": "stefangabos/zebra_form",
"version": "2.9.8",
@@ -810,6 +377,445 @@
"spreadsheet",
"xls",
"xlsx"
+ ],
+ "abandoned": "phpoffice/phpspreadsheet"
+ },
+ {
+ "name": "guzzlehttp/guzzle",
+ "version": "6.3.3",
+ "version_normalized": "6.3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
+ "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/promises": "^1.0",
+ "guzzlehttp/psr7": "^1.4",
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "ext-curl": "*",
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
+ "psr/log": "^1.0"
+ },
+ "suggest": {
+ "psr/log": "Required for using the Log middleware"
+ },
+ "time": "2018-04-22T15:46:56+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "6.3-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "GuzzleHttp\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ }
+ ],
+ "description": "Guzzle is a PHP HTTP client library",
+ "homepage": "http://guzzlephp.org/",
+ "keywords": [
+ "client",
+ "curl",
+ "framework",
+ "http",
+ "http client",
+ "rest",
+ "web service"
+ ]
+ },
+ {
+ "name": "phpseclib/phpseclib",
+ "version": "2.0.11",
+ "version_normalized": "2.0.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpseclib/phpseclib.git",
+ "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
+ "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phing/phing": "~2.7",
+ "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
+ "sami/sami": "~2.0",
+ "squizlabs/php_codesniffer": "~2.0"
+ },
+ "suggest": {
+ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
+ "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
+ "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
+ "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
+ },
+ "time": "2018-04-15T16:55:05+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "phpseclib/bootstrap.php"
+ ],
+ "psr-4": {
+ "phpseclib\\": "phpseclib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jim Wigginton",
+ "email": "terrafrost@php.net",
+ "role": "Lead Developer"
+ },
+ {
+ "name": "Patrick Monnerat",
+ "email": "pm@datasphere.ch",
+ "role": "Developer"
+ },
+ {
+ "name": "Andreas Fischer",
+ "email": "bantu@phpbb.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Hans-Jürgen Petrich",
+ "email": "petrich@tronic-media.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Graham Campbell",
+ "email": "graham@alt-three.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
+ "homepage": "http://phpseclib.sourceforge.net",
+ "keywords": [
+ "BigInteger",
+ "aes",
+ "asn.1",
+ "asn1",
+ "blowfish",
+ "crypto",
+ "cryptography",
+ "encryption",
+ "rsa",
+ "security",
+ "sftp",
+ "signature",
+ "signing",
+ "ssh",
+ "twofish",
+ "x.509",
+ "x509"
+ ]
+ },
+ {
+ "name": "monolog/monolog",
+ "version": "1.23.0",
+ "version_normalized": "1.23.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/monolog.git",
+ "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
+ "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "psr/log": "~1.0"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0.0"
+ },
+ "require-dev": {
+ "aws/aws-sdk-php": "^2.4.9 || ^3.0",
+ "doctrine/couchdb": "~1.0@dev",
+ "graylog2/gelf-php": "~1.0",
+ "jakub-onderka/php-parallel-lint": "0.9",
+ "php-amqplib/php-amqplib": "~2.4",
+ "php-console/php-console": "^3.1.3",
+ "phpunit/phpunit": "~4.5",
+ "phpunit/phpunit-mock-objects": "2.3.0",
+ "ruflin/elastica": ">=0.90 <3.0",
+ "sentry/sentry": "^0.13",
+ "swiftmailer/swiftmailer": "^5.3|^6.0"
+ },
+ "suggest": {
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+ "ext-mongo": "Allow sending log messages to a MongoDB server",
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
+ "php-console/php-console": "Allow sending log messages to Google Chrome",
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
+ "sentry/sentry": "Allow sending log messages to a Sentry server"
+ },
+ "time": "2017-06-19T01:22:40+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Monolog\\": "src/Monolog"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+ "homepage": "http://github.com/Seldaek/monolog",
+ "keywords": [
+ "log",
+ "logging",
+ "psr-3"
+ ]
+ },
+ {
+ "name": "firebase/php-jwt",
+ "version": "v5.0.0",
+ "version_normalized": "5.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/firebase/php-jwt.git",
+ "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
+ "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": " 4.8.35"
+ },
+ "time": "2017-06-27T22:17:23+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Firebase\\JWT\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Neuman Vong",
+ "email": "neuman+pear@twilio.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Anant Narayanan",
+ "email": "anant@php.net",
+ "role": "Developer"
+ }
+ ],
+ "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
+ "homepage": "https://github.com/firebase/php-jwt"
+ },
+ {
+ "name": "google/apiclient-services",
+ "version": "v0.57",
+ "version_normalized": "0.57.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/google/google-api-php-client-services.git",
+ "reference": "fc1821419f0e9d060d83a2864e2a40874b91430d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/fc1821419f0e9d060d83a2864e2a40874b91430d",
+ "reference": "fc1821419f0e9d060d83a2864e2a40874b91430d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.8"
+ },
+ "time": "2018-04-28T00:23:39+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-0": {
+ "Google_Service_": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Client library for Google APIs",
+ "homepage": "http://developers.google.com/api-client-library/php",
+ "keywords": [
+ "google"
+ ]
+ },
+ {
+ "name": "google/auth",
+ "version": "v1.3.0",
+ "version_normalized": "1.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/google/google-auth-library-php.git",
+ "reference": "8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71",
+ "reference": "8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71",
+ "shasum": ""
+ },
+ "require": {
+ "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": {
+ "friendsofphp/php-cs-fixer": "^1.11",
+ "guzzlehttp/promises": "0.1.1|^1.3",
+ "phpunit/phpunit": "^4.8.36|^5.7",
+ "sebastian/comparator": ">=1.2.3"
+ },
+ "time": "2018-04-06T19:26:30+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Google\\Auth\\": "src"
+ }
+ },
+ "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/apiclient",
+ "version": "v2.2.1",
+ "version_normalized": "2.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/google/google-api-php-client.git",
+ "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
+ "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
+ "shasum": ""
+ },
+ "require": {
+ "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",
+ "php": ">=5.4",
+ "phpseclib/phpseclib": "~0.3.10|~2.0"
+ },
+ "require-dev": {
+ "cache/filesystem-adapter": "^0.3.2",
+ "phpunit/phpunit": "~4",
+ "squizlabs/php_codesniffer": "~2.3",
+ "symfony/css-selector": "~2.1",
+ "symfony/dom-crawler": "~2.1"
+ },
+ "suggest": {
+ "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
+ },
+ "time": "2017-11-03T01:19:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-0": {
+ "Google_": "src/"
+ },
+ "classmap": [
+ "src/Google/Service/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Client library for Google APIs",
+ "homepage": "http://developers.google.com/api-client-library/php",
+ "keywords": [
+ "google"
]
}
]
diff --git a/vendor/firebase/php-jwt/README.md b/vendor/firebase/php-jwt/README.md
index d4589b1c..b1a7a3a2 100644
--- a/vendor/firebase/php-jwt/README.md
+++ b/vendor/firebase/php-jwt/README.md
@@ -58,12 +58,87 @@ $decoded_array = (array) $decoded;
JWT::$leeway = 60; // $leeway in seconds
$decoded = JWT::decode($jwt, $key, array('HS256'));
+?>
+```
+Example with RS256 (openssl)
+----------------------------
+```php
+ "example.org",
+ "aud" => "example.com",
+ "iat" => 1356999524,
+ "nbf" => 1357000000
+);
+
+$jwt = JWT::encode($token, $privateKey, 'RS256');
+echo "Encode:\n" . print_r($jwt, true) . "\n";
+
+$decoded = JWT::decode($jwt, $publicKey, array('RS256'));
+
+/*
+ NOTE: This will now be an object instead of an associative array. To get
+ an associative array, you will need to cast it as such:
+*/
+
+$decoded_array = (array) $decoded;
+echo "Decode:\n" . print_r($decoded_array, true) . "\n";
?>
```
Changelog
---------
+#### 5.0.0 / 2017-06-26
+- Support RS384 and RS512.
+ See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.com/joostfaassen)!
+- Add an example for RS256 openssl.
+ See [#125](https://github.com/firebase/php-jwt/pull/125). Thanks [@akeeman](https://github.com/akeeman)!
+- Detect invalid Base64 encoding in signature.
+ See [#162](https://github.com/firebase/php-jwt/pull/162). Thanks [@psignoret](https://github.com/psignoret)!
+- Update `JWT::verify` to handle OpenSSL errors.
+ See [#159](https://github.com/firebase/php-jwt/pull/159). Thanks [@bshaffer](https://github.com/bshaffer)!
+- Add `array` type hinting to `decode` method
+ See [#101](https://github.com/firebase/php-jwt/pull/101). Thanks [@hywak](https://github.com/hywak)!
+- Add all JSON error types.
+ See [#110](https://github.com/firebase/php-jwt/pull/110). Thanks [@gbalduzzi](https://github.com/gbalduzzi)!
+- Bugfix 'kid' not in given key list.
+ See [#129](https://github.com/firebase/php-jwt/pull/129). Thanks [@stampycode](https://github.com/stampycode)!
+- Miscellaneous cleanup, documentation and test fixes.
+ See [#107](https://github.com/firebase/php-jwt/pull/107), [#115](https://github.com/firebase/php-jwt/pull/115),
+ [#160](https://github.com/firebase/php-jwt/pull/160), [#161](https://github.com/firebase/php-jwt/pull/161), and
+ [#165](https://github.com/firebase/php-jwt/pull/165). Thanks [@akeeman](https://github.com/akeeman),
+ [@chinedufn](https://github.com/chinedufn), and [@bshaffer](https://github.com/bshaffer)!
+
#### 4.0.0 / 2016-07-17
- Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for details. Thanks to [@chappy84](https://github.com/chappy84)!
- Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com/firebase/php-jwt/pull/93) for details. Thanks to [@josephmcdermott](https://github.com/josephmcdermott)!
@@ -114,6 +189,12 @@ Time: 0 seconds, Memory: 2.50Mb
OK (5 tests, 5 assertions)
```
+New Lines in private keys
+-----
+
+If your private key contains `\n` characters, be sure to wrap it in double quotes `""`
+and not single quotes `''` in order to properly interpret the escaped characters.
+
License
-------
[3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause).
diff --git a/vendor/firebase/php-jwt/composer.json b/vendor/firebase/php-jwt/composer.json
index 1a5e93b5..b76ffd19 100644
--- a/vendor/firebase/php-jwt/composer.json
+++ b/vendor/firebase/php-jwt/composer.json
@@ -23,5 +23,7 @@
"Firebase\\JWT\\": "src"
}
},
- "minimum-stability": "dev"
+ "require-dev": {
+ "phpunit/phpunit": " 4.8.35"
+ }
}
diff --git a/vendor/firebase/php-jwt/composer.lock b/vendor/firebase/php-jwt/composer.lock
deleted file mode 100644
index 5518ae41..00000000
--- a/vendor/firebase/php-jwt/composer.lock
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "60a5df5d283a7ae9000173248eba8909",
- "packages": [],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "dev",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.2.0"
- },
- "platform-dev": []
-}
diff --git a/vendor/firebase/php-jwt/package.xml b/vendor/firebase/php-jwt/package.xml
deleted file mode 100644
index a95b056f..00000000
--- a/vendor/firebase/php-jwt/package.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
* For more information about this service, see the API diff --git a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php index 9edc1587..911b99a0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/AmpUrl.php @@ -1,6 +1,6 @@ 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 index 9082e17c..242d30cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/Resource/AmpUrls.php +++ b/vendor/google/apiclient-services/src/Google/Service/Acceleratedmobilepageurl/Resource/AmpUrls.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php index 3b1d6ebd..49072578 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AccountBidderLocation.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeBuyer_Account + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php index 9d39b447..5d1357fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsRequest.php @@ -1,6 +1,6 @@ deals = $deals; } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ public function getDeals() { return $this->deals; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php index 6e2e56ae..6556dba9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderDealsResponse.php @@ -1,6 +1,6 @@ deals = $deals; } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ public function getDeals() { return $this->deals; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php index 1f05dcbf..b202779b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesRequest.php @@ -1,6 +1,6 @@ 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 index d33cd505..051d641c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/AddOrderNotesResponse.php @@ -1,6 +1,6 @@ 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 index 5265205d..2738ae1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/BillingInfo.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeBuyer_BillingInfo + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php index 339e36e5..a7480eed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Budget.php @@ -1,6 +1,6 @@ proposals = $proposals; } + /** + * @return Google_Service_AdExchangeBuyer_Proposal + */ public function getProposals() { return $this->proposals; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php index a617afbc..7dab350f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreateOrdersResponse.php @@ -1,6 +1,6 @@ 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 index 376cd3f9..0aa69c7a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Creative.php @@ -1,6 +1,6 @@ clickThroughUrl; } + /** + * @param Google_Service_AdExchangeBuyer_CreativeCorrections + */ public function setCorrections($corrections) { $this->corrections = $corrections; } + /** + * @return Google_Service_AdExchangeBuyer_CreativeCorrections + */ public function getCorrections() { return $this->corrections; @@ -158,10 +165,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection { 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; @@ -198,10 +211,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection { 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; @@ -238,10 +257,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection { 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; @@ -270,6 +295,14 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection { return $this->videoURL; } + public function setVideoVastXML($videoVastXML) + { + $this->videoVastXML = $videoVastXML; + } + public function getVideoVastXML() + { + return $this->videoVastXML; + } public function setWidth($width) { $this->width = $width; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php index 0ac14a05..3bb7dc17 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrections.php @@ -1,6 +1,6 @@ contexts = $contexts; } + /** + * @return Google_Service_AdExchangeBuyer_CreativeCorrectionsContexts + */ public function getContexts() { return $this->contexts; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php index 3fc726cd..fa0e3cdd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeCorrectionsContexts.php @@ -1,6 +1,6 @@ dealStatuses = $dealStatuses; } + /** + * @return Google_Service_AdExchangeBuyer_CreativeDealIdsDealStatuses + */ public function getDealStatuses() { return $this->dealStatuses; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php index 62759046..1842d6e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeDealIdsDealStatuses.php @@ -1,6 +1,6 @@ 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 index d40dfba6..fb70fa11 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeFilteringReasonsReasons.php @@ -1,6 +1,6 @@ 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; @@ -92,10 +98,16 @@ class Google_Service_AdExchangeBuyer_CreativeNativeAd extends Google_Collection { 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; @@ -108,10 +120,16 @@ class Google_Service_AdExchangeBuyer_CreativeNativeAd extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php index 54192165..96555649 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeNativeAdAppIcon.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php index c236e5a4..27bf5479 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/CreativeServingRestrictionsContexts.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeBuyer_Creative + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php index fac51dfc..48fa1395 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadata.php @@ -1,6 +1,6 @@ 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 index 17da50be..35333aeb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealServingMetadataDealPauseStatus.php @@ -1,6 +1,6 @@ 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; @@ -73,34 +79,58 @@ class Google_Service_AdExchangeBuyer_DealTerms extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php index 44d1c474..2cca2476 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTerms.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php index 800389e2..a677b5bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsGuaranteedFixedPriceTermsBillingInfo.php @@ -1,6 +1,6 @@ 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 index c1d3b9c6..e97395fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedAuctionTerms.php @@ -1,6 +1,6 @@ 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 index 2cc74947..55b1ee1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsNonGuaranteedFixedPriceTerms.php @@ -1,6 +1,6 @@ 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 index 4f71b442..62f1acb6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DealTermsRubiconNonGuaranteedTerms.php @@ -1,6 +1,6 @@ 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 index 0ad62aaa..1c29a906 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeleteOrderDealsRequest.php @@ -1,6 +1,6 @@ deals = $deals; } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ public function getDeals() { return $this->deals; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php index 0dc9e33b..fea46b53 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControl.php @@ -1,6 +1,6 @@ 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 index 5f07de48..831a7519 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DeliveryControlFrequencyCap.php @@ -1,6 +1,6 @@ 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 index b2d4a9a7..21ca3242 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/DimensionDimensionValue.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php index 2a480ea5..078adfb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/EditAllOrderDealsResponse.php @@ -1,6 +1,6 @@ deals = $deals; } + /** + * @return Google_Service_AdExchangeBuyer_MarketplaceDeal + */ public function getDeals() { return $this->deals; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php index d7dd858b..7940a7cf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOffersResponse.php @@ -1,6 +1,6 @@ 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 index 7c1eee41..75d41dbf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderDealsResponse.php @@ -1,6 +1,6 @@ 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 index a35f8ce8..ae87aa5d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrderNotesResponse.php @@ -1,6 +1,6 @@ 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 index e6061634..f8fcdcac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetOrdersResponse.php @@ -1,6 +1,6 @@ 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 index bafbb851..76aa2c03 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/GetPublisherProfilesByAccountIdResponse.php @@ -1,6 +1,6 @@ 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 index 9a03a16d..5f2a51e4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDeal.php @@ -1,6 +1,6 @@ buyerPrivateData = $buyerPrivateData; } + /** + * @return Google_Service_AdExchangeBuyer_PrivateData + */ public function getBuyerPrivateData() { return $this->buyerPrivateData; @@ -89,18 +96,30 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection { 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; @@ -145,6 +164,14 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection { return $this->isRfpTemplate; } + public function setIsSetupComplete($isSetupComplete) + { + $this->isSetupComplete = $isSetupComplete; + } + public function getIsSetupComplete() + { + return $this->isSetupComplete; + } public function setKind($kind) { $this->kind = $kind; @@ -201,18 +228,30 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection { 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; @@ -225,10 +264,16 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php index ff1b47bc..29c9d9c3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceDealParty.php @@ -1,6 +1,6 @@ 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 index 33253901..e3e6bd7a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceLabel.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php index 70597782..52cb0775 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/MarketplaceNote.php @@ -1,6 +1,6 @@ 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 index f24a9df1..8beea6bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfig.php @@ -1,6 +1,6 @@ creativeType; } + /** + * @param Google_Service_AdExchangeBuyer_PretargetingConfigDimensions + */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfigDimensions + */ public function getDimensions() { return $this->dimensions; @@ -105,10 +111,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio { 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; @@ -193,10 +205,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio { 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; @@ -249,10 +267,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio { 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 index 0515ea6c..2e1af085 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigDimensions.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeBuyer_PretargetingConfig + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php index f6394606..3ee7c30a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PretargetingConfigPlacements.php @@ -1,6 +1,6 @@ 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 index c2b42db9..76798a1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PrivateData.php @@ -1,6 +1,6 @@ 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; @@ -58,18 +91,38 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection { 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; @@ -114,10 +167,16 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection { 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; @@ -178,10 +237,16 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection { 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; @@ -194,18 +259,30 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection { 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; @@ -226,10 +303,16 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php index e6192855..47bd77aa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Proposal.php @@ -1,6 +1,6 @@ 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; @@ -137,10 +161,16 @@ class Google_Service_AdExchangeBuyer_Proposal extends Google_Collection { 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; @@ -217,18 +247,30 @@ class Google_Service_AdExchangeBuyer_Proposal extends Google_Collection { 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 index b05485e0..60a452a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProfileApiProto.php @@ -1,6 +1,6 @@ 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; @@ -204,10 +210,16 @@ class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Col { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php index d97208bf..d44d59a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/PublisherProvidedForecast.php @@ -1,6 +1,6 @@ dimensions = $dimensions; } + /** + * @return Google_Service_AdExchangeBuyer_Dimension + */ public function getDimensions() { return $this->dimensions; 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 index 1d53f571..3976baf1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/Resource/Accounts.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php index a167819b..5b55c29e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValue.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php index 7302f658..fa8c2801 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueCreativeSize.php @@ -1,6 +1,6 @@ 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; @@ -41,10 +57,24 @@ class Google_Service_AdExchangeBuyer_TargetingValueCreativeSize extends Google_C { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php index da57301a..66acfb17 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargeting.php @@ -1,6 +1,6 @@ dayParts = $dayParts; } + /** + * @return Google_Service_AdExchangeBuyer_TargetingValueDayPartTargetingDayPart + */ public function getDayParts() { return $this->dayParts; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php index f656ae74..42f43342 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/TargetingValueDayPartTargetingDayPart.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php index 99ce5a6f..9c18586d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII.php @@ -1,6 +1,6 @@ * For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -41,6 +41,29 @@ class Google_Service_AdExchangeBuyerII extends Google_Service public $accounts_clients_users; public $accounts_creatives; public $accounts_creatives_dealAssociations; + public $accounts_publishers; + 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. @@ -99,6 +122,10 @@ class Google_Service_AdExchangeBuyerII extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'partnerClientId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -178,14 +205,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -437,5 +464,733 @@ class Google_Service_AdExchangeBuyerII extends Google_Service ) ) ); + $this->accounts_publishers = new Google_Service_AdExchangeBuyerII_Resource_AccountsPublishers( + $this, + $this->serviceName, + 'publishers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2beta1/accounts/{accountId}/publishers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'environment' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $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, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $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, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $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, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $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/AddDealAssociationRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.php index 032c0279..abd8d9d9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/AddDealAssociationRequest.php @@ -1,6 +1,6 @@ association = $association; } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation + */ public function getAssociation() { return $this->association; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php index 360f021f..04f820b6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Adexchangebuyer2Empty.php @@ -1,6 +1,6 @@ entityType; } + public function setPartnerClientId($partnerClientId) + { + $this->partnerClientId = $partnerClientId; + } + public function getPartnerClientId() + { + return $this->partnerClientId; + } public function setRole($role) { $this->role = $role; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php index da71813e..d9ca3d99 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ClientUser.php @@ -1,6 +1,6 @@ contexts = $contexts; } + /** + * @return Google_Service_AdExchangeBuyerII_ServingContext + */ public function getContexts() { return $this->contexts; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php index 54930e4a..e07853bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Creative.php @@ -1,6 +1,6 @@ clickThroughUrls; } + /** + * @param Google_Service_AdExchangeBuyerII_Correction + */ public function setCorrections($corrections) { $this->corrections = $corrections; } + /** + * @return Google_Service_AdExchangeBuyerII_Correction + */ public function getCorrections() { return $this->corrections; @@ -170,18 +176,30 @@ class Google_Service_AdExchangeBuyerII_Creative extends Google_Collection { return $this->detectedSensitiveCategories; } + /** + * @param Google_Service_AdExchangeBuyerII_FilteringStats + */ public function setFilteringStats(Google_Service_AdExchangeBuyerII_FilteringStats $filteringStats) { $this->filteringStats = $filteringStats; } + /** + * @return Google_Service_AdExchangeBuyerII_FilteringStats + */ public function getFilteringStats() { return $this->filteringStats; } + /** + * @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; @@ -194,10 +212,16 @@ class Google_Service_AdExchangeBuyerII_Creative extends Google_Collection { 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; @@ -218,10 +242,16 @@ class Google_Service_AdExchangeBuyerII_Creative extends Google_Collection { 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; @@ -242,10 +272,16 @@ class Google_Service_AdExchangeBuyerII_Creative extends Google_Collection { 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 index 4ce53aa7..0c2f5841 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/CreativeDealAssociation.php @@ -1,6 +1,6 @@ date = $date; } + /** + * @return Google_Service_AdExchangeBuyerII_Date + */ public function getDate() { return $this->date; } + /** + * @param Google_Service_AdExchangeBuyerII_Reason + */ public function setReasons($reasons) { $this->reasons = $reasons; } + /** + * @return Google_Service_AdExchangeBuyerII_Reason + */ public function getReasons() { return $this->reasons; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php index 5e474ed5..c066b0ad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/HtmlContent.php @@ -1,6 +1,6 @@ invitations = $invitations; } + /** + * @return Google_Service_AdExchangeBuyerII_ClientUserInvitation + */ public function getInvitations() { return $this->invitations; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php index 8458df7b..f01175b4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientUsersResponse.php @@ -1,6 +1,6 @@ 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 index 03fe35a8..362b99b0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListClientsResponse.php @@ -1,6 +1,6 @@ clients = $clients; } + /** + * @return Google_Service_AdExchangeBuyerII_Client + */ public function getClients() { return $this->clients; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php index 10df66aa..8f40d4a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListCreativesResponse.php @@ -1,6 +1,6 @@ creatives = $creatives; } + /** + * @return Google_Service_AdExchangeBuyerII_Creative + */ public function getCreatives() { return $this->creatives; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php index 9014532b..5e81de80 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ListDealAssociationsResponse.php @@ -1,6 +1,6 @@ associations = $associations; } + /** + * @return Google_Service_AdExchangeBuyerII_CreativeDealAssociation + */ public function getAssociations() { return $this->associations; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php index 38b65c92..f5ee6881 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/LocationContext.php @@ -1,6 +1,6 @@ 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; @@ -90,18 +96,30 @@ class Google_Service_AdExchangeBuyerII_NativeContent extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php index 07fd0680..96071950 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/PlatformContext.php @@ -1,6 +1,6 @@ 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 index b4753fb6..cd6c867a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/Accounts.php @@ -1,6 +1,6 @@ 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 index 07684683..a2e062ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/ServingRestriction.php @@ -1,6 +1,6 @@ contexts = $contexts; } + /** + * @return Google_Service_AdExchangeBuyerII_ServingContext + */ public function getContexts() { return $this->contexts; } + /** + * @param Google_Service_AdExchangeBuyerII_Disapproval + */ public function setDisapprovalReasons($disapprovalReasons) { $this->disapprovalReasons = $disapprovalReasons; } + /** + * @return Google_Service_AdExchangeBuyerII_Disapproval + */ public function getDisapprovalReasons() { return $this->disapprovalReasons; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php index 5b0c31ba..4a1c6c0a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/StopWatchingCreativeRequest.php @@ -1,6 +1,6 @@ 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/WatchCreativeRequest.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.php index f92ea705..6804e022 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/WatchCreativeRequest.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdExchangeSeller_Account + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdExchangeSeller_Account + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php index 97bc8934..dd1c1cde 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/AdClient.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdExchangeSeller_AdClient + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdExchangeSeller_AdClient + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php index 798496c2..8c4a73d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Alert.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeSeller_Alert + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php index 016dbc9f..33b6e93d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannel.php @@ -1,6 +1,6 @@ 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 index a0f43d70..2c947920 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/CustomChannelTargetingInfo.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdExchangeSeller_CustomChannel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdExchangeSeller_CustomChannel + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php index 87f064a3..78e98b5d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Metadata.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeSeller_ReportingMetadataEntry + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php index bdbf73fd..7be49119 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/PreferredDeal.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdExchangeSeller_PreferredDeal + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php index 9ee73d77..a25ae44d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/Report.php @@ -1,6 +1,6 @@ averages; } + /** + * @param Google_Service_AdExchangeSeller_ReportHeaders + */ public function setHeaders($headers) { $this->headers = $headers; } + /** + * @return Google_Service_AdExchangeSeller_ReportHeaders + */ public function getHeaders() { return $this->headers; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php index 0321c042..d950f5f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/ReportHeaders.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdExchangeSeller_SavedReport + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdExchangeSeller_SavedReport + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php index 645b6fca..135cda3c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdExchangeSeller/UrlChannel.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdExchangeSeller_UrlChannel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdExchangeSeller_UrlChannel + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense.php b/vendor/google/apiclient-services/src/Google/Service/AdSense.php index 8463904c..a11557ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense.php @@ -1,6 +1,6 @@ premium; } + /** + * @param Google_Service_AdSense_Account + */ public function setSubAccounts($subAccounts) { $this->subAccounts = $subAccounts; } + /** + * @return Google_Service_AdSense_Account + */ public function getSubAccounts() { return $this->subAccounts; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php index b7a3d6b8..ee1cb1e9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Accounts.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_Account + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_Account + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php index c34218f3..489fcd25 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdClient.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_AdClient + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_AdClient + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php index 2efb9d6b..19bab14f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdCode.php @@ -1,6 +1,6 @@ colors = $colors; } + /** + * @return Google_Service_AdSense_AdStyleColors + */ public function getColors() { return $this->colors; @@ -40,10 +46,16 @@ class Google_Service_AdSense_AdStyle extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php index a844ccf9..68314a96 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php @@ -1,6 +1,6 @@ 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; @@ -80,10 +98,16 @@ class Google_Service_AdSense_AdUnit extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php index ecbd2198..774d98d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php @@ -1,6 +1,6 @@ backupOption = $backupOption; } + /** + * @return Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption + */ public function getBackupOption() { return $this->backupOption; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php index 8c3824b4..f1fbeb37 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_AdUnit + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_AdUnit + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php index 61d16a5f..681025ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php @@ -1,6 +1,6 @@ endDate; } + /** + * @param Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders + */ public function setHeaders($headers) { $this->headers = $headers; } + /** + * @return Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders + */ public function getHeaders() { return $this->headers; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php index 4fc41d2e..611dcc0c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdSense_Alert + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php index 2d3c7ec3..5f405929 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php @@ -1,6 +1,6 @@ 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 index d37a7c0c..c33b1b34 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_CustomChannel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_CustomChannel + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php index 3234c015..0ccba4a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Metadata.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdSense_ReportingMetadataEntry + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php index 577ab302..bd602e43 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/Payment.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AdSense_Payment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php index 8919b1a7..77b74783 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php @@ -1,6 +1,6 @@ adStyle = $adStyle; } + /** + * @return Google_Service_AdSense_AdStyle + */ public function getAdStyle() { return $this->adStyle; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php index 478945cf..9c168609 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_SavedAdStyle + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_SavedAdStyle + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php index 8baebb35..7982daf8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_SavedReport + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_SavedReport + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php b/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php index a372506f..5005513b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSense_UrlChannel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSense_UrlChannel + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php index 166525a7..cc387cd7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSenseHost_Account + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSenseHost_Account + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php index c8a1d5d9..b7dfacab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdClient.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSenseHost_AdClient + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSenseHost_AdClient + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php index 939dcb1d..abd0d659 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdCode.php @@ -1,6 +1,6 @@ colors = $colors; } + /** + * @return Google_Service_AdSenseHost_AdStyleColors + */ public function getColors() { return $this->colors; @@ -40,10 +46,16 @@ class Google_Service_AdSenseHost_AdStyle extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php index dbe20cfb..eb0f9d24 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdStyleColors.php @@ -1,6 +1,6 @@ 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; @@ -69,10 +81,16 @@ class Google_Service_AdSenseHost_AdUnit extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php index 4bd5d533..d6ae1c4d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettings.php @@ -1,6 +1,6 @@ backupOption = $backupOption; } + /** + * @return Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption + */ public function getBackupOption() { return $this->backupOption; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php index c4ca660c..12f5e850 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AdUnitContentAdsSettingsBackupOption.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSenseHost_AdUnit + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSenseHost_AdUnit + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php index 4d346008..5658c98d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/AssociationSession.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSenseHost_CustomChannel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSenseHost_CustomChannel + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php index 94220fec..07c3b8a5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/Report.php @@ -1,6 +1,6 @@ averages; } + /** + * @param Google_Service_AdSenseHost_ReportHeaders + */ public function setHeaders($headers) { $this->headers = $headers; } + /** + * @return Google_Service_AdSenseHost_ReportHeaders + */ public function getHeaders() { return $this->headers; diff --git a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php index 418e03fd..cfa29deb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php +++ b/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/ReportHeaders.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_AdSenseHost_UrlChannel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_AdSenseHost_UrlChannel + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics.php b/vendor/google/apiclient-services/src/Google/Service/Analytics.php index 50a3b231..4b1d4ef6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics.php @@ -1,6 +1,6 @@ array( - 'get' => 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( @@ -2095,6 +2115,10 @@ class Google_Service_Analytics extends Google_Service 'path' => 'provisioning/createAccountTicket', 'httpMethod' => 'POST', 'parameters' => array(), + ),'createAccountTree' => array( + 'path' => 'provisioning/createAccountTree', + '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 index a6e19b91..959495d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Account.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Account.php @@ -1,6 +1,6 @@ childLink = $childLink; } + /** + * @return Google_Service_Analytics_AccountChildLink + */ public function getChildLink() { return $this->childLink; @@ -69,10 +75,16 @@ class Google_Service_Analytics_Account extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php index 06eba70b..84a4bf43 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_AccountSummary + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php index bf938539..439e77be 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php @@ -1,6 +1,6 @@ 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 index 97bf502f..b3e5f0fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.php @@ -1,6 +1,6 @@ account = $account; } + /** + * @return Google_Service_Analytics_Account + */ public function getAccount() { return $this->account; @@ -51,10 +57,16 @@ class Google_Service_Analytics_AccountTicket extends Google_Model { 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; @@ -67,10 +79,16 @@ class Google_Service_Analytics_AccountTicket extends Google_Model { 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/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.php index 1bf59275..76908c83 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Accounts.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Account + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php index e22d7b6c..cdb8adcb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Analytics_Column + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Analytics_Column + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php index cf04ad16..ee478872 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php @@ -1,6 +1,6 @@ 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; @@ -100,10 +107,16 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection { 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; @@ -116,6 +129,14 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection { return $this->profilesLinked; } + public function setSchema($schema) + { + $this->schema = $schema; + } + public function getSchema() + { + return $this->schema; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php index 3de24017..df06300d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_CustomDataSource + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php index f95183f7..4aa43eb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php index d64a579f..7e20dcb2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_CustomDimension + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php index 9e11209b..f65c1a7d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php index 14f4ea6a..c3e225da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_CustomMetric + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php index aae8010f..3ea824af 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php index e73e2dac..d5a288c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php @@ -1,6 +1,6 @@ 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 index 8f93d27a..b41a5408 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_EntityAdWordsLink + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php index 6edfa12f..f1378dd1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php @@ -1,6 +1,6 @@ entity = $entity; } + /** + * @return Google_Service_Analytics_EntityUserLinkEntity + */ public function getEntity() { return $this->entity; @@ -51,10 +57,16 @@ class Google_Service_Analytics_EntityUserLink extends Google_Model { 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; @@ -67,10 +79,16 @@ class Google_Service_Analytics_EntityUserLink extends Google_Model { 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 index acae39c9..f6a9a4e9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.php @@ -1,6 +1,6 @@ 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 index 3222e94a..45ed9975 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_EntityUserLink + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php index ef28448e..e398ebad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Experiment.php @@ -1,6 +1,6 @@ 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; @@ -241,10 +247,16 @@ class Google_Service_Analytics_Experiment extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php index bffe8ef6..fc6b9c5f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Experiment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php index 3a43445d..bd82d87b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Filter.php @@ -1,6 +1,6 @@ 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; @@ -64,10 +70,16 @@ class Google_Service_Analytics_Filter extends Google_Model { 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; @@ -80,10 +92,16 @@ class Google_Service_Analytics_Filter extends Google_Model { 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; @@ -96,10 +114,16 @@ class Google_Service_Analytics_Filter extends Google_Model { 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; @@ -112,18 +136,30 @@ class Google_Service_Analytics_Filter extends Google_Model { 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; @@ -152,10 +188,16 @@ class Google_Service_Analytics_Filter extends Google_Model { 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 index a7ef11f0..ef782109 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Filter + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php index 5b8a9fe2..136d8774 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaData.php @@ -1,6 +1,6 @@ columnHeaders = $columnHeaders; } + /** + * @return Google_Service_Analytics_GaDataColumnHeaders + */ public function getColumnHeaders() { return $this->columnHeaders; @@ -64,10 +70,16 @@ class Google_Service_Analytics_GaData extends Google_Collection { 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; @@ -112,18 +124,30 @@ class Google_Service_Analytics_GaData extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php index 4f05a9df..8ca3a571 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php @@ -1,6 +1,6 @@ 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 index 1c2fdc72..0177adbf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.php @@ -1,6 +1,6 @@ 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 index b81f3cc7..875cbb48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.php @@ -1,6 +1,6 @@ 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; @@ -105,10 +111,16 @@ class Google_Service_Analytics_Goal extends Google_Model { 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; @@ -145,10 +157,16 @@ class Google_Service_Analytics_Goal extends Google_Model { 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; @@ -161,18 +179,30 @@ class Google_Service_Analytics_Goal extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php index 0cd903db..a3237702 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php @@ -1,6 +1,6 @@ eventConditions = $eventConditions; } + /** + * @return Google_Service_Analytics_GoalEventDetailsEventConditions + */ public function getEventConditions() { return $this->eventConditions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php index 6b401eea..ed23ca60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php @@ -1,6 +1,6 @@ matchType; } + /** + * @param Google_Service_Analytics_GoalUrlDestinationDetailsSteps + */ public function setSteps($steps) { $this->steps = $steps; } + /** + * @return Google_Service_Analytics_GoalUrlDestinationDetailsSteps + */ public function getSteps() { return $this->steps; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php index 812ae53e..43e073d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Goal + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php index 11b89c7b..18153747 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php @@ -1,6 +1,6 @@ columnHeaders = $columnHeaders; } + /** + * @return Google_Service_Analytics_McfDataColumnHeaders + */ public function getColumnHeaders() { return $this->columnHeaders; @@ -94,26 +100,44 @@ class Google_Service_Analytics_McfData extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php index 30ef1ddb..5a548b6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php @@ -1,6 +1,6 @@ conversionPathValue = $conversionPathValue; } + /** + * @return Google_Service_Analytics_McfDataRowsConversionPathValue + */ public function getConversionPathValue() { return $this->conversionPathValue; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php index 69b2ecb4..e8df71e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php @@ -1,6 +1,6 @@ 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; @@ -151,18 +157,30 @@ class Google_Service_Analytics_Profile extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php index bb18f139..61c1f37d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php @@ -1,6 +1,6 @@ filterRef = $filterRef; } + /** + * @return Google_Service_Analytics_FilterRef + */ public function getFilterRef() { return $this->filterRef; @@ -50,10 +56,16 @@ class Google_Service_Analytics_ProfileFilterLink extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php index 6ba55aa8..34a85828 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_ProfileFilterLink + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php index cedcf497..c72bc047 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Profile + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php index 865a95e8..aec29e84 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php @@ -1,6 +1,6 @@ columnHeaders = $columnHeaders; } + /** + * @return Google_Service_Analytics_RealtimeDataColumnHeaders + */ public function getColumnHeaders() { return $this->columnHeaders; @@ -55,18 +61,30 @@ class Google_Service_Analytics_RealtimeData extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php index 661fdf66..5f826a97 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php @@ -1,6 +1,6 @@ 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; @@ -100,10 +106,16 @@ class Google_Service_Analytics_RemarketingAudience extends Google_Collection { 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; @@ -124,10 +136,16 @@ class Google_Service_Analytics_RemarketingAudience extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php index 0069e8c6..8b8341e4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php @@ -1,6 +1,6 @@ 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 index 3417d286..67102433 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php @@ -1,6 +1,6 @@ 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 index f12f3f0d..f3a0b7bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_RemarketingAudience + */ public function getItems() { return $this->items; 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 index f2552067..adc3a3e3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.php @@ -1,6 +1,6 @@ $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) 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 index b3925a82..22ecaec4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.php @@ -1,6 +1,6 @@ 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/Segment.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Segment.php index 0e3caa2a..a14d9b20 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Segment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Segment.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Segment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php index a87bfe10..453ae7eb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php @@ -1,6 +1,6 @@ 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; @@ -83,10 +89,16 @@ class Google_Service_Analytics_UnsampledReport extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php index 48a7533f..e2966fde 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_UnsampledReport + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php index 0da4f5b7..0632a4ba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Upload.php @@ -1,6 +1,6 @@ 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 index 4324bad9..7d3c5775 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Uploads.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Upload + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php index 649bd1d3..75dcd7a5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/UserRef.php @@ -1,6 +1,6 @@ name; } + /** + * @param Google_Service_Analytics_ProfileSummary + */ public function setProfiles($profiles) { $this->profiles = $profiles; } + /** + * @return Google_Service_Analytics_ProfileSummary + */ public function getProfiles() { return $this->profiles; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php index fcdecd39..62ffdc7f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Analytics_Webproperty + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php index 5d2e3629..86092497 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php @@ -1,6 +1,6 @@ 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; @@ -118,18 +124,30 @@ class Google_Service_Analytics_Webproperty extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php index f61b2cf0..a9917319 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php @@ -1,6 +1,6 @@ dateRange = $dateRange; } + /** + * @return Google_Service_AnalyticsReporting_DateRange + */ public function getDateRange() { return $this->dateRange; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php index a173e839..753fb164 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php @@ -1,6 +1,6 @@ cohorts = $cohorts; } + /** + * @return Google_Service_AnalyticsReporting_Cohort + */ public function getCohorts() { return $this->cohorts; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php index 0f6ee458..94086f28 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php @@ -1,6 +1,6 @@ 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/DateRange.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php index 9b9152b9..c4863d94 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php @@ -1,6 +1,6 @@ pivotValueRegions = $pivotValueRegions; } + /** + * @return Google_Service_AnalyticsReporting_PivotValueRegion + */ public function getPivotValueRegions() { return $this->pivotValueRegions; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php index 8ed06791..4f2c6449 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php @@ -1,6 +1,6 @@ filters = $filters; } + /** + * @return Google_Service_AnalyticsReporting_DimensionFilter + */ public function getFilters() { return $this->filters; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php index 7d41be7d..35d93098 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php @@ -1,6 +1,6 @@ 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/GetReportsRequest.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php index e1a0e9bb..a645cbc3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php @@ -1,6 +1,6 @@ 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 index 15ff4976..779337ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.php @@ -1,6 +1,6 @@ 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/Metric.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php index 6dc69e98..4fbe3791 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php @@ -1,6 +1,6 @@ filters = $filters; } + /** + * @return Google_Service_AnalyticsReporting_MetricFilter + */ public function getFilters() { return $this->filters; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php index 04a84b96..023bb10d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php @@ -1,6 +1,6 @@ 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 index 62ddbcef..90998f0b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.php @@ -1,6 +1,6 @@ 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 index 0793be24..0081da21 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.php @@ -1,6 +1,6 @@ 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; @@ -51,10 +63,16 @@ class Google_Service_AnalyticsReporting_Pivot extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php index 4f3b1c01..5c83975c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php @@ -1,6 +1,6 @@ pivotHeaderEntries = $pivotHeaderEntries; } + /** + * @return Google_Service_AnalyticsReporting_PivotHeaderEntry + */ public function getPivotHeaderEntries() { return $this->pivotHeaderEntries; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php index 2b74aefd..962c9ea6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php @@ -1,6 +1,6 @@ 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 index 2cc4253f..c8823bbc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php index 81f3db2b..28ce25da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php @@ -1,6 +1,6 @@ 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; @@ -72,10 +84,16 @@ class Google_Service_AnalyticsReporting_ReportData extends Google_Collection { 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; @@ -96,10 +114,16 @@ class Google_Service_AnalyticsReporting_ReportData extends Google_Collection { 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 index a5b7dcdf..dc15c998 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.php @@ -1,6 +1,6 @@ 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; @@ -109,26 +133,44 @@ class Google_Service_AnalyticsReporting_ReportRequest extends Google_Collection { 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; @@ -149,10 +191,16 @@ class Google_Service_AnalyticsReporting_ReportRequest extends Google_Collection { 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; @@ -165,10 +213,16 @@ class Google_Service_AnalyticsReporting_ReportRequest extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php index ee7224fd..63710ad8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php @@ -1,6 +1,6 @@ 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 index 0fd6f6e3..ebecdeba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.php @@ -1,6 +1,6 @@ dynamicSegment = $dynamicSegment; } + /** + * @return Google_Service_AnalyticsReporting_DynamicSegment + */ public function getDynamicSegment() { return $this->dynamicSegment; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php index fcd3d5b8..911e5a43 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php @@ -1,6 +1,6 @@ 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 index d6424e15..4cb044dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.php @@ -1,6 +1,6 @@ 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 index 709a1017..f2ffb60b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php index f0d91897..4e1bfab4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php @@ -1,6 +1,6 @@ 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 index 5ebc30f7..d0fe5303 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.php @@ -1,6 +1,6 @@ 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 index af8f4562..5865330d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.php +++ b/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.php @@ -1,6 +1,6 @@ orFiltersForSegment = $orFiltersForSegment; } + /** + * @return Google_Service_AnalyticsReporting_OrFiltersForSegment + */ public function getOrFiltersForSegment() { return $this->orFiltersForSegment; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php index 791f403c..e2e0fcdc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise.php @@ -1,6 +1,6 @@ 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', @@ -143,6 +168,30 @@ class Google_Service_AndroidEnterprise extends Google_Service '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', + ), + ), ), ) ) @@ -224,6 +273,16 @@ class Google_Service_AndroidEnterprise extends Google_Service 'required' => true, ), ), + ),'getAndroidDevicePolicyConfig' => array( + 'path' => 'enterprises/{enterpriseId}/androidDevicePolicyConfig', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'getServiceAccount' => array( 'path' => 'enterprises/{enterpriseId}/serviceAccount', 'httpMethod' => 'GET', @@ -297,6 +356,16 @@ class Google_Service_AndroidEnterprise extends Google_Service 'required' => true, ), ), + ),'setAndroidDevicePolicyConfig' => array( + 'path' => 'enterprises/{enterpriseId}/androidDevicePolicyConfig', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'setStoreLayout' => array( 'path' => 'enterprises/{enterpriseId}/storeLayout', 'httpMethod' => 'PUT', @@ -859,6 +928,31 @@ class Google_Service_AndroidEnterprise extends Google_Service ) ) ); + $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, @@ -1401,6 +1495,21 @@ class Google_Service_AndroidEnterprise extends Google_Service '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', diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php index 8e29748f..a7d7d301 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Administrator.php @@ -1,6 +1,6 @@ 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 index 795a180f..4eabbc19 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php @@ -1,6 +1,6 @@ defaultValue = $defaultValue; } + /** + * @return Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue + */ public function getDefaultValue() { return $this->defaultValue; @@ -69,10 +75,16 @@ class Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction extends { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php index 8a7219f5..a1fa8f37 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestrictionRestrictionValue.php @@ -1,6 +1,6 @@ track = $track; + } + public function getTrack() + { + return $this->track; + } public function setVersionCode($versionCode) { $this->versionCode = $versionCode; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php index 21a32e4f..a73634ba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ApprovalUrlInfo.php @@ -1,6 +1,6 @@ collectionId = $collectionId; - } - public function getCollectionId() - { - return $this->collectionId; - } - public function 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 setProductId($productId) - { - $this->productId = $productId; - } - public function getProductId() - { - return $this->productId; - } - public function setVisibility($visibility) - { - $this->visibility = $visibility; - } - public function getVisibility() - { - return $this->visibility; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/CollectionViewersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/CollectionViewersListResponse.php deleted file mode 100644 index 7ebeee4e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/CollectionViewersListResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setUser($user) - { - $this->user = $user; - } - public function getUser() - { - return $this->user; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/CollectionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/CollectionsListResponse.php deleted file mode 100644 index 5fb82d31..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/CollectionsListResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -collection = $collection; - } - public function getCollection() - { - return $this->collection; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php index 2d9b5e9f..9fedcc83 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Device.php @@ -1,6 +1,6 @@ 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; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php index c186deb6..8e243619 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/DeviceState.php @@ -1,6 +1,6 @@ device = $device; } + /** + * @return Google_Service_AndroidEnterprise_Device + */ public function getDevice() { return $this->device; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php index cd315106..e8e57a58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Enterprise.php @@ -1,6 +1,6 @@ administrator = $administrator; } + /** + * @return Google_Service_AndroidEnterprise_Administrator + */ public function getAdministrator() { return $this->administrator; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php index 5057cff7..bd59bd6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterpriseAccount.php @@ -1,6 +1,6 @@ enterprise = $enterprise; } + /** + * @return Google_Service_AndroidEnterprise_Enterprise + */ public function getEnterprise() { return $this->enterprise; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php index ae1cb870..40679cf3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/EnterprisesSendTestPushNotificationResponse.php @@ -1,6 +1,6 @@ entitlement = $entitlement; } + /** + * @return Google_Service_AndroidEnterprise_Entitlement + */ public function getEntitlement() { return $this->entitlement; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php index ebce1eed..e3c31ed5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicense.php @@ -1,6 +1,6 @@ numPurchased; } + public function setPermissions($permissions) + { + $this->permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } public function setProductId($productId) { $this->productId = $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 index b0c506a2..39b89e31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicenseUsersListResponse.php @@ -1,6 +1,6 @@ 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 index a8a4f087..fffc3078 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicensesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/GroupLicensesListResponse.php @@ -1,6 +1,6 @@ groupLicense = $groupLicense; } + /** + * @return Google_Service_AndroidEnterprise_GroupLicense + */ public function getGroupLicense() { return $this->groupLicense; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php index de9fef90..3e3ea75c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Install.php @@ -1,6 +1,6 @@ install = $install; } + /** + * @return Google_Service_AndroidEnterprise_Install + */ public function getInstall() { return $this->install; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php index a974b0ff..8dcd4eba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/LocalizedText.php @@ -1,6 +1,6 @@ configurationVariables = $configurationVariables; + } + /** + * @return Google_Service_AndroidEnterprise_ConfigurationVariables + */ + public function getConfigurationVariables() + { + return $this->configurationVariables; + } public function setKind($kind) { $this->kind = $kind; @@ -31,10 +47,16 @@ class Google_Service_AndroidEnterprise_ManagedConfiguration extends Google_Colle { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php index b14134f6..f39e02d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForDeviceListResponse.php @@ -1,6 +1,6 @@ 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 index ce18d4ff..f6e5e716 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedConfigurationsForUserListResponse.php @@ -1,6 +1,6 @@ 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/ManagedProperty.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.php index 8fe61415..f1bf2e58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedProperty.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php index 057ba250..a34990b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ManagedPropertyBundle.php @@ -1,6 +1,6 @@ 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 index 999e7692..4cd39b33 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewDeviceEvent.php @@ -1,6 +1,6 @@ deviceId; } + public function setDpcPackageName($dpcPackageName) + { + $this->dpcPackageName = $dpcPackageName; + } + public function getDpcPackageName() + { + return $this->dpcPackageName; + } public function setManagementType($managementType) { $this->managementType = $managementType; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php index ae464bfa..ddfd87d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NewPermissionsEvent.php @@ -1,6 +1,6 @@ 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; @@ -58,42 +71,80 @@ class Google_Service_AndroidEnterprise_Notification extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php index 04ab0ac1..6de2d896 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/NotificationSet.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_AndroidEnterprise_Notification + */ public function setNotification($notification) { $this->notification = $notification; } + /** + * @return Google_Service_AndroidEnterprise_Notification + */ public function getNotification() { return $this->notification; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php index b28d2adc..14b686fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/PageInfo.php @@ -1,6 +1,6 @@ appVersion = $appVersion; } + /** + * @return Google_Service_AndroidEnterprise_AppVersion + */ public function getAppVersion() { return $this->appVersion; @@ -48,6 +67,46 @@ class Google_Service_AndroidEnterprise_Product extends Google_Collection { 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; @@ -80,6 +139,36 @@ class Google_Service_AndroidEnterprise_Product extends Google_Collection { 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; @@ -96,6 +185,14 @@ class Google_Service_AndroidEnterprise_Product extends Google_Collection { return $this->productPricing; } + public function setRecentChanges($recentChanges) + { + $this->recentChanges = $recentChanges; + } + public function getRecentChanges() + { + return $this->recentChanges; + } public function setRequiresContainerApp($requiresContainerApp) { $this->requiresContainerApp = $requiresContainerApp; @@ -104,6 +201,28 @@ class Google_Service_AndroidEnterprise_Product extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php index 63b1ae2b..a9977114 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductApprovalEvent.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_AndroidEnterprise_ProductPermission + */ public function setPermission($permission) { $this->permission = $permission; } + /** + * @return Google_Service_AndroidEnterprise_ProductPermission + */ public function getPermission() { return $this->permission; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php index 04d39a8f..8ccdfdc6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductSet.php @@ -1,6 +1,6 @@ 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/ProductsApproveRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.php index 5e940e7f..d594db21 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsApproveRequest.php @@ -1,6 +1,6 @@ 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 index 8ebd8f82..b5347057 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsGenerateApprovalUrlResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ProductsGenerateApprovalUrlResponse.php @@ -1,6 +1,6 @@ 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/Collections.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Collections.php deleted file mode 100644 index 1ffd3fab..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Collections.php +++ /dev/null @@ -1,114 +0,0 @@ - - * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); - * $collections = $androidenterpriseService->collections; - * - */ -class Google_Service_AndroidEnterprise_Resource_Collections extends Google_Service_Resource -{ - /** - * Deletes a collection. (collections.delete) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param array $optParams Optional parameters. - */ - public function delete($enterpriseId, $collectionId, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Retrieves the details of a collection. (collections.get) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_Collection - */ - public function get($enterpriseId, $collectionId, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Collection"); - } - /** - * Creates a new collection. (collections.insert) - * - * @param string $enterpriseId The ID of the enterprise. - * @param Google_Service_AndroidEnterprise_Collection $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_Collection - */ - public function insert($enterpriseId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_Collection"); - } - /** - * Retrieves the IDs of all the collections for an enterprise. - * (collections.listCollections) - * - * @param string $enterpriseId The ID of the enterprise. - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_CollectionsListResponse - */ - public function listCollections($enterpriseId, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AndroidEnterprise_CollectionsListResponse"); - } - /** - * Updates a collection. This method supports patch semantics. - * (collections.patch) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param Google_Service_AndroidEnterprise_Collection $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_Collection - */ - public function patch($enterpriseId, $collectionId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Collection"); - } - /** - * Updates a collection. (collections.update) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param Google_Service_AndroidEnterprise_Collection $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_Collection - */ - public function update($enterpriseId, $collectionId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Collection"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Collectionviewers.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Collectionviewers.php deleted file mode 100644 index acf1aa3f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Collectionviewers.php +++ /dev/null @@ -1,115 +0,0 @@ - - * $androidenterpriseService = new Google_Service_AndroidEnterprise(...); - * $collectionviewers = $androidenterpriseService->collectionviewers; - * - */ -class Google_Service_AndroidEnterprise_Resource_Collectionviewers extends Google_Service_Resource -{ - /** - * Removes the user from the list of those specifically allowed to see the - * collection. If the collection's visibility is set to viewersOnly then only - * such users will see the collection. (collectionviewers.delete) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param string $userId The ID of the user. - * @param array $optParams Optional parameters. - */ - public function delete($enterpriseId, $collectionId, $userId, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Retrieves the ID of the user if they have been specifically allowed to see - * the collection. If the collection's visibility is set to viewersOnly then - * only these users will see the collection. (collectionviewers.get) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param string $userId The ID of the user. - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_User - */ - public function get($enterpriseId, $collectionId, $userId, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AndroidEnterprise_User"); - } - /** - * Retrieves the IDs of the users who have been specifically allowed to see the - * collection. If the collection's visibility is set to viewersOnly then only - * these users will see the collection. - * (collectionviewers.listCollectionviewers) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @param array $optParams Optional parameters. - * @return Google_Service_AndroidEnterprise_CollectionViewersListResponse - */ - public function listCollectionviewers($enterpriseId, $collectionId, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AndroidEnterprise_CollectionViewersListResponse"); - } - /** - * Adds the user to the list of those specifically allowed to see the - * collection. If the collection's visibility is set to viewersOnly then only - * such users will see the collection. This method supports patch semantics. - * (collectionviewers.patch) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @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, $collectionId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_User"); - } - /** - * Adds the user to the list of those specifically allowed to see the - * collection. If the collection's visibility is set to viewersOnly then only - * such users will see the collection. (collectionviewers.update) - * - * @param string $enterpriseId The ID of the enterprise. - * @param string $collectionId The ID of the collection. - * @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, $collectionId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array()) - { - $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, '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/Devices.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.php index c265c0ae..d7a385dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Devices.php @@ -1,6 +1,6 @@ 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 @@ -93,4 +116,26 @@ class Google_Service_AndroidEnterprise_Resource_Devices extends Google_Service_R $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 index 5328eaf3..1ebe616c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Enterprises.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Enterprises.php @@ -1,6 +1,6 @@ call('get', array($params), "Google_Service_AndroidEnterprise_Enterprise"); } + /** + * Returns the Android Device Policy config resource. + * (enterprises.getAndroidDevicePolicyConfig) + * + * @param string $enterpriseId The ID of the enterprise. + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig + */ + public function getAndroidDevicePolicyConfig($enterpriseId, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId); + $params = array_merge($params, $optParams); + return $this->call('getAndroidDevicePolicyConfig', array($params), "Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig"); + } /** * Returns a service account and credentials. The service account can be bound * to the enterprise by calling setAccount. The service account is unique to @@ -172,7 +186,7 @@ class Google_Service_AndroidEnterprise_Resource_Enterprises extends Google_Servi } /** * Returns the store layout for the enterprise. If the store layout has not been - * set, or if the store layout has no homepageId set, returns a NOT_FOUND error. + * set, returns "basic" as the store layout type and no homepage. * (enterprises.getStoreLayout) * * @param string $enterpriseId The ID of the enterprise. @@ -253,8 +267,8 @@ class Google_Service_AndroidEnterprise_Resource_Enterprises extends Google_Servi return $this->call('pullNotificationSet', array($params), "Google_Service_AndroidEnterprise_NotificationSet"); } /** - * Sends a test push notification to validate the EMM integration with the - * Google Cloud Pub/Sub service for this enterprise. + * 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. @@ -282,14 +296,31 @@ class Google_Service_AndroidEnterprise_Resource_Enterprises extends Google_Servi $params = array_merge($params, $optParams); return $this->call('setAccount', array($params), "Google_Service_AndroidEnterprise_EnterpriseAccount"); } + /** + * Sets the Android Device Policy config resource. EMM may use this method to + * enable or disable Android Device Policy support for the specified enterprise. + * To learn more about managing devices and apps with Android Device Policy, see + * the Android Management API. (enterprises.setAndroidDevicePolicyConfig) + * + * @param string $enterpriseId The ID of the enterprise. + * @param Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig + */ + public function setAndroidDevicePolicyConfig($enterpriseId, Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig $postBody, $optParams = array()) + { + $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setAndroidDevicePolicyConfig', array($params), "Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig"); + } /** * 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"), the basic - * store layout is disabled. (enterprises.setStoreLayout) + * 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 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 index 4d31c8c1..3d27a254 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Entitlements.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Entitlements.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_AndroidEnterprise_ManagedConfigurationsForUserListResponse"); } /** - * Adds or updates a per-user managed configuration for an app for the specified - * user. This method supports patch semantics. + * 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. @@ -94,8 +98,12 @@ class Google_Service_AndroidEnterprise_Resource_Managedconfigurationsforuser ext return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_ManagedConfiguration"); } /** - * Adds or updates a per-user managed configuration for an app for the specified - * user. (managedconfigurationsforuser.update) + * 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. 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 index ad1a0b90..c755217e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Permissions.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/Resource/Permissions.php @@ -1,6 +1,6 @@ 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) diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php index e1746570..77a3adc5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccount.php @@ -1,6 +1,6 @@ key = $key; } + /** + * @return Google_Service_AndroidEnterprise_ServiceAccountKey + */ public function getKey() { return $this->key; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php index 41b182df..df0c04fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/ServiceAccountKey.php @@ -1,6 +1,6 @@ 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 index 20dc18e0..77d48b6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/SignupInfo.php @@ -1,6 +1,6 @@ kind; } + /** + * @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/StoreLayout.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.php index faf25c1a..b93f0dcc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayout.php @@ -1,6 +1,6 @@ cluster = $cluster; } + /** + * @return Google_Service_AndroidEnterprise_StoreCluster + */ public function getCluster() { return $this->cluster; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php index c47c3374..e885ace1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StoreLayoutPagesListResponse.php @@ -1,6 +1,6 @@ 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 index bee78374..dd0351a0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/StorePage.php @@ -1,6 +1,6 @@ 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 index 69fc8175..1336d2f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/TokenPagination.php @@ -1,6 +1,6 @@ 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/AndroidPublisher.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher.php index 8aba4482..8fadb7c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher.php @@ -1,6 +1,6 @@ entitlements = new Google_Service_AndroidPublisher_Resource_Entitlements( - $this, - $this->serviceName, - 'entitlements', - array( - 'methods' => array( - 'list' => array( - 'path' => '{packageName}/entitlements', - 'httpMethod' => 'GET', - 'parameters' => array( - 'packageName' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'productId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'startIndex' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'token' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); $this->inappproducts = new Google_Service_AndroidPublisher_Resource_Inappproducts( $this, $this->serviceName, 'inappproducts', array( 'methods' => array( - 'batch' => array( - 'path' => 'inappproducts/batch', - 'httpMethod' => 'POST', - 'parameters' => array(), - ),'delete' => array( + 'delete' => array( 'path' => '{packageName}/inappproducts/{sku}', 'httpMethod' => 'DELETE', 'parameters' => array( diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php index 25b7a54b..ad86f054 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Apk.php @@ -1,6 +1,6 @@ binary = $binary; } + /** + * @return Google_Service_AndroidPublisher_ApkBinary + */ public function getBinary() { return $this->binary; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php index 713000e0..d6d28d48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkBinary.php @@ -1,6 +1,6 @@ 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/ApkListing.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkListing.php index ee624744..9498450d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkListing.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApkListing.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_AndroidPublisher_ApkListing + */ public function setListings($listings) { $this->listings = $listings; } + /** + * @return Google_Service_AndroidPublisher_ApkListing + */ public function getListings() { return $this->listings; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php index d7ca9cd4..47bc9071 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedRequest.php @@ -1,6 +1,6 @@ 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 index 2829511e..9b1f8e2a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksAddExternallyHostedResponse.php @@ -1,6 +1,6 @@ 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 index 040a7459..797a5918 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ApksListResponse.php @@ -1,6 +1,6 @@ apks = $apks; } + /** + * @return Google_Service_AndroidPublisher_Apk + */ public function getApks() { return $this->apks; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php index 6fe56b02..a1f3fae7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/AppDetails.php @@ -1,6 +1,6 @@ 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/DeobfuscationFile.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.php index 9c3389b4..aa2f5a40 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeobfuscationFile.php @@ -1,6 +1,6 @@ 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 index 5686bf9e..3604414b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeveloperComment.php @@ -1,6 +1,6 @@ lastModified = $lastModified; } + /** + * @return Google_Service_AndroidPublisher_Timestamp + */ public function getLastModified() { return $this->lastModified; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php index ebd0036f..65430d43 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/DeviceMetadata.php @@ -1,6 +1,6 @@ kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setProductId($productId) - { - $this->productId = $productId; - } - public function getProductId() - { - return $this->productId; - } - public function setProductType($productType) - { - $this->productType = $productType; - } - public function getProductType() - { - return $this->productType; - } - public function setToken($token) - { - $this->token = $token; - } - public function getToken() - { - return $this->token; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/EntitlementsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/EntitlementsListResponse.php deleted file mode 100644 index c6ba8213..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/EntitlementsListResponse.php +++ /dev/null @@ -1,52 +0,0 @@ -pageInfo = $pageInfo; - } - public function getPageInfo() - { - return $this->pageInfo; - } - public function setResources($resources) - { - $this->resources = $resources; - } - public function getResources() - { - return $this->resources; - } - public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination) - { - $this->tokenPagination = $tokenPagination; - } - public function getTokenPagination() - { - return $this->tokenPagination; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php index 32635979..d40d1356 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExpansionFile.php @@ -1,6 +1,6 @@ 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 index 1f4bc1c6..e1b7a85b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApk.php @@ -1,6 +1,6 @@ usesFeatures; } + /** + * @param Google_Service_AndroidPublisher_ExternallyHostedApkUsesPermission + */ public function setUsesPermissions($usesPermissions) { $this->usesPermissions = $usesPermissions; } + /** + * @return Google_Service_AndroidPublisher_ExternallyHostedApkUsesPermission + */ public function getUsesPermissions() { return $this->usesPermissions; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php index 27fd1b00..94a8da2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ExternallyHostedApkUsesPermission.php @@ -1,6 +1,6 @@ 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 index 740f9a04..d468ce01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesListResponse.php @@ -1,6 +1,6 @@ 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 index 1e8514b0..ff8b4344 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ImagesUploadResponse.php @@ -1,6 +1,6 @@ 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 index c4c503b4..5cf6f51d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProduct.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProduct.php @@ -1,6 +1,6 @@ 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; } + /** + * @param Google_Service_AndroidPublisher_InAppProductListing + */ public function setListings($listings) { $this->listings = $listings; } + /** + * @return Google_Service_AndroidPublisher_InAppProductListing + */ public function getListings() { return $this->listings; @@ -65,10 +77,16 @@ class Google_Service_AndroidPublisher_InAppProduct extends Google_Model { 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; @@ -81,10 +99,16 @@ class Google_Service_AndroidPublisher_InAppProduct extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php index 1c3388b3..bdf9f89d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InAppProductListing.php @@ -1,6 +1,6 @@ entrys = $entrys; - } - public function getEntrys() - { - return $this->entrys; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchRequestEntry.php deleted file mode 100644 index 8677b014..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchRequestEntry.php +++ /dev/null @@ -1,59 +0,0 @@ -batchId = $batchId; - } - public function getBatchId() - { - return $this->batchId; - } - public function setInappproductsinsertrequest(Google_Service_AndroidPublisher_InappproductsInsertRequest $inappproductsinsertrequest) - { - $this->inappproductsinsertrequest = $inappproductsinsertrequest; - } - public function getInappproductsinsertrequest() - { - return $this->inappproductsinsertrequest; - } - public function setInappproductsupdaterequest(Google_Service_AndroidPublisher_InappproductsUpdateRequest $inappproductsupdaterequest) - { - $this->inappproductsupdaterequest = $inappproductsupdaterequest; - } - public function getInappproductsupdaterequest() - { - return $this->inappproductsupdaterequest; - } - public function setMethodName($methodName) - { - $this->methodName = $methodName; - } - public function getMethodName() - { - return $this->methodName; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchResponse.php deleted file mode 100644 index 324864ba..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -entrys = $entrys; - } - public function getEntrys() - { - return $this->entrys; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchResponseEntry.php deleted file mode 100644 index ed82acc5..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsBatchResponseEntry.php +++ /dev/null @@ -1,50 +0,0 @@ -batchId = $batchId; - } - public function getBatchId() - { - return $this->batchId; - } - public function setInappproductsinsertresponse(Google_Service_AndroidPublisher_InappproductsInsertResponse $inappproductsinsertresponse) - { - $this->inappproductsinsertresponse = $inappproductsinsertresponse; - } - public function getInappproductsinsertresponse() - { - return $this->inappproductsinsertresponse; - } - public function setInappproductsupdateresponse(Google_Service_AndroidPublisher_InappproductsUpdateResponse $inappproductsupdateresponse) - { - $this->inappproductsupdateresponse = $inappproductsupdateresponse; - } - public function getInappproductsupdateresponse() - { - return $this->inappproductsupdateresponse; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsInsertRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsInsertRequest.php deleted file mode 100644 index ed15881c..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsInsertRequest.php +++ /dev/null @@ -1,31 +0,0 @@ -inappproduct = $inappproduct; - } - public function getInappproduct() - { - return $this->inappproduct; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsInsertResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsInsertResponse.php deleted file mode 100644 index 079e375c..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsInsertResponse.php +++ /dev/null @@ -1,31 +0,0 @@ -inappproduct = $inappproduct; - } - public function getInappproduct() - { - return $this->inappproduct; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php index a6ee8471..0e721bbe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsListResponse.php @@ -1,6 +1,6 @@ inappproduct = $inappproduct; } + /** + * @return Google_Service_AndroidPublisher_InAppProduct + */ public function getInappproduct() { return $this->inappproduct; @@ -42,18 +48,30 @@ class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_C { 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/InappproductsUpdateRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsUpdateRequest.php deleted file mode 100644 index 35647417..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsUpdateRequest.php +++ /dev/null @@ -1,31 +0,0 @@ -inappproduct = $inappproduct; - } - public function getInappproduct() - { - return $this->inappproduct; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsUpdateResponse.php deleted file mode 100644 index 6966db8b..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/InappproductsUpdateResponse.php +++ /dev/null @@ -1,31 +0,0 @@ -inappproduct = $inappproduct; - } - public function getInappproduct() - { - return $this->inappproduct; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php index 97677c40..ab632cc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Listing.php @@ -1,6 +1,6 @@ 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/MonthDay.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/MonthDay.php index cb2e1ec9..99e0b423 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/MonthDay.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/MonthDay.php @@ -1,6 +1,6 @@ kind; } + public function setOrderId($orderId) + { + $this->orderId = $orderId; + } + public function getOrderId() + { + return $this->orderId; + } public function setPurchaseState($purchaseState) { $this->purchaseState = $purchaseState; @@ -63,4 +73,12 @@ class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model { return $this->purchaseTimeMillis; } + public function setPurchaseType($purchaseType) + { + $this->purchaseType = $purchaseType; + } + public function getPurchaseType() + { + return $this->purchaseType; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php index 099f6a0d..1ddeb6d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Prorate.php @@ -1,6 +1,6 @@ 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 index 717e239c..1058a959 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php @@ -1,6 +1,6 @@ - * $androidpublisherService = new Google_Service_AndroidPublisher(...); - * $entitlements = $androidpublisherService->entitlements; - * - */ -class Google_Service_AndroidPublisher_Resource_Entitlements extends Google_Service_Resource -{ - /** - * Lists the user's current inapp item or subscription entitlements - * (entitlements.listEntitlements) - * - * @param string $packageName The package name of the application the inapp - * product was sold in (for example, 'com.some.thing'). - * @param array $optParams Optional parameters. - * - * @opt_param string maxResults - * @opt_param string productId The product id of the inapp product (for example, - * 'sku1'). This can be used to restrict the result set. - * @opt_param string startIndex - * @opt_param string token - * @return Google_Service_AndroidPublisher_EntitlementsListResponse - */ - public function listEntitlements($packageName, $optParams = array()) - { - $params = array('packageName' => $packageName); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AndroidPublisher_EntitlementsListResponse"); - } -} 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 index ec0c356e..9d3f35da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Inappproducts.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Inappproducts.php @@ -1,6 +1,6 @@ $postBody); - $params = array_merge($params, $optParams); - return $this->call('batch', array($params), "Google_Service_AndroidPublisher_InappproductsBatchResponse"); - } /** * Delete an in-app product for an app. (inappproducts.delete) * 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 index 65eee4b8..c25bd1a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Purchases.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Purchases.php @@ -1,6 +1,6 @@ authorName; } + /** + * @param Google_Service_AndroidPublisher_Comment + */ public function setComments($comments) { $this->comments = $comments; } + /** + * @return Google_Service_AndroidPublisher_Comment + */ public function getComments() { return $this->comments; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php index 5cb8c3aa..a87ec579 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewReplyResult.php @@ -1,6 +1,6 @@ lastEdited = $lastEdited; } + /** + * @return Google_Service_AndroidPublisher_Timestamp + */ public function getLastEdited() { return $this->lastEdited; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php index 04a61eeb..e876fab2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsListResponse.php @@ -1,6 +1,6 @@ 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 index 11f528fe..53c80791 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/ReviewsReplyRequest.php @@ -1,6 +1,6 @@ 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 index db476a3a..90ae070e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Season.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/Season.php @@ -1,6 +1,6 @@ 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/SubscriptionDeferralInfo.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.php index 134df222..1a1c9ae1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionDeferralInfo.php @@ -1,6 +1,6 @@ developerPayload; } + public function setEmailAddress($emailAddress) + { + $this->emailAddress = $emailAddress; + } + public function getEmailAddress() + { + return $this->emailAddress; + } public function setExpiryTimeMillis($expiryTimeMillis) { $this->expiryTimeMillis = $expiryTimeMillis; @@ -69,6 +85,22 @@ class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model { 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; + } public function setKind($kind) { $this->kind = $kind; @@ -77,6 +109,22 @@ class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model { 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; @@ -101,6 +149,30 @@ class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php index 3f873760..4b7becdb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferRequest.php @@ -1,6 +1,6 @@ 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 index afdeda31..0447d4d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/SubscriptionPurchasesDeferResponse.php @@ -1,6 +1,6 @@ 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 index 6a8d4370..08c7d7e0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UserComment.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/UserComment.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php index 208f641a..754f8a09 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php +++ b/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php @@ -1,6 +1,6 @@ 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 index fc2f9435..b1d792fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AppState.php +++ b/vendor/google/apiclient-services/src/Google/Service/AppState.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_AppState_GetResponse + */ public function getItems() { return $this->items; 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 index b652c2cf..e5fea67c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.php +++ b/vendor/google/apiclient-services/src/Google/Service/AppState/Resource/States.php @@ -1,6 +1,6 @@ - * Provisions and manages App Engine applications. + * The App Engine Admin API enables developers to provision and manage their App + * Engine applications. * ** For more information about this service, see the API @@ -41,6 +42,10 @@ class Google_Service_Appengine extends Google_Service "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; @@ -108,6 +113,321 @@ class Google_Service_Appengine extends Google_Service ) ) ); + $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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'matchingAddress' => 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, @@ -142,14 +462,14 @@ class Google_Service_Appengine extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -185,7 +505,7 @@ class Google_Service_Appengine extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), @@ -193,7 +513,7 @@ class Google_Service_Appengine extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'pageToken' => array( + 'filter' => array( 'location' => 'query', 'type' => 'string', ), @@ -247,14 +567,14 @@ class Google_Service_Appengine extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', @@ -270,14 +590,14 @@ class Google_Service_Appengine extends Google_Service 'type' => 'string', 'required' => true, ), - 'updateMask' => array( - 'location' => 'query', - 'type' => 'string', - ), 'migrateTraffic' => array( 'location' => 'query', 'type' => 'boolean', ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -362,14 +682,14 @@ class Google_Service_Appengine extends Google_Service 'type' => 'string', 'required' => true, ), - 'view' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -503,14 +823,14 @@ class Google_Service_Appengine extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), '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 index 2464a8b8..f28df53c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ApiConfigHandler.php @@ -1,6 +1,6 @@ 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; @@ -101,4 +149,12 @@ class Google_Service_Appengine_Application extends Google_Collection { 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/AutomaticScaling.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.php index 3801742d..a86e86ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/AutomaticScaling.php @@ -1,6 +1,6 @@ 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; @@ -114,20 +128,46 @@ class Google_Service_Appengine_AutomaticScaling extends Google_Model { 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 index 98bad2e8..27052507 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/BasicScaling.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/BasicScaling.php @@ -1,6 +1,6 @@ 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 index fcb82677..1f73f94a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/DiskUtilization.php @@ -1,6 +1,6 @@ instances = $instances; } + /** + * @return Google_Service_Appengine_Instance + */ public function getInstances() { return $this->instances; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php index ecb6bc83..eb96f0c8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListLocationsResponse.php @@ -1,6 +1,6 @@ locations = $locations; } + /** + * @return Google_Service_Appengine_Location + */ public function getLocations() { return $this->locations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php index a3b2e215..4772a581 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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 index 5d53085e..40711438 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListServicesResponse.php @@ -1,6 +1,6 @@ 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 index ed8085a6..0dc80b93 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ListVersionsResponse.php @@ -1,6 +1,6 @@ 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/Location.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Location.php index f931f221..60ed2824 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Location.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Location.php @@ -1,6 +1,6 @@ displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } public function setLabels($labels) { $this->labels = $labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php index a2e5476b..59099983 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/LocationMetadata.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadata.php index b55c4600..bedb6364 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadata.php @@ -1,6 +1,6 @@ endTime = $endTime; - } - public function getEndTime() - { - return $this->endTime; - } - 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; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php index 5a256376..56e2894e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1.php @@ -1,6 +1,6 @@ createVersionMetadata = $createVersionMetadata; + } + /** + * @return Google_Service_Appengine_CreateVersionMetadataV1 + */ + public function getCreateVersionMetadata() + { + return $this->createVersionMetadata; + } public function setEndTime($endTime) { $this->endTime = $endTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta5.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta5.php index de110bf9..ba9af41c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta5.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/OperationMetadataV1Beta5.php @@ -1,6 +1,6 @@ call('get', array($params), "Google_Service_Appengine_Instance"); } /** - * Lists the instances of a version. + * 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. @@ -92,9 +94,9 @@ class Google_Service_Appengine_Resource_AppsServicesVersionsInstances extends Go * @param string $versionsId Part of `parent`. See documentation of `appsId`. * @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. + * @opt_param int pageSize Maximum results to return per page. * @return Google_Service_Appengine_ListInstancesResponse */ public function listAppsServicesVersionsInstances($appsId, $servicesId, $versionsId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Experimental.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Experimental.php deleted file mode 100644 index 4ac8bd4d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/Experimental.php +++ /dev/null @@ -1,28 +0,0 @@ - - * $appengineService = new Google_Service_Appengine(...); - * $experimental = $appengineService->experimental; - * - */ -class Google_Service_Appengine_Resource_Experimental extends Google_Service_Resource -{ -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/ExperimentalApps.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/ExperimentalApps.php deleted file mode 100644 index 99fc1a4a..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/ExperimentalApps.php +++ /dev/null @@ -1,28 +0,0 @@ - - * $appengineService = new Google_Service_Appengine(...); - * $apps = $appengineService->apps; - * - */ -class Google_Service_Appengine_Resource_ExperimentalApps extends Google_Service_Resource -{ -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/ExperimentalAppsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/ExperimentalAppsOperations.php deleted file mode 100644 index 802c1dab..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resource/ExperimentalAppsOperations.php +++ /dev/null @@ -1,65 +0,0 @@ - - * $appengineService = new Google_Service_Appengine(...); - * $operations = $appengineService->operations; - * - */ -class Google_Service_Appengine_Resource_ExperimentalAppsOperations 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 below allows API services to override the binding to use - * different resource name schemes, such as `users/operations`. - * (operations.listExperimentalAppsOperations) - * - * @param string $appsId Part of `name`. The name of the operation collection. - * @param array $optParams Optional parameters. - * - * @opt_param string filter The standard list filter. - * @opt_param int pageSize The standard list page size. - * @opt_param string pageToken The standard list page token. - * @return Google_Service_Appengine_ListOperationsResponse - */ - public function listExperimentalAppsOperations($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/Resources.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php index 39819350..7a817ea9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php @@ -1,6 +1,6 @@ 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 index cf7902d5..71e7e4fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/ScriptHandler.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/ScriptHandler.php @@ -1,6 +1,6 @@ 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/SourceReference.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/SourceReference.php deleted file mode 100644 index fadc6039..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/SourceReference.php +++ /dev/null @@ -1,39 +0,0 @@ -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/Appengine/StaticFilesHandler.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.php index 5a51584b..3c8c41ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/StaticFilesHandler.php @@ -1,6 +1,6 @@ apiEndpoint = $apiEndpoint; } + /** + * @return Google_Service_Appengine_ApiEndpointHandler + */ public function getApiEndpoint() { return $this->apiEndpoint; @@ -61,10 +67,16 @@ class Google_Service_Appengine_UrlMap extends Google_Model { 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; @@ -77,10 +89,16 @@ class Google_Service_Appengine_UrlMap extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php b/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php index 32d603ad..dc24898e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Version.php @@ -1,6 +1,6 @@ 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; @@ -116,10 +141,16 @@ class Google_Service_Appengine_Version extends Google_Collection { 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; @@ -132,10 +163,16 @@ class Google_Service_Appengine_Version extends Google_Collection { 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; @@ -156,26 +193,44 @@ class Google_Service_Appengine_Version extends Google_Collection { 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; @@ -204,18 +259,44 @@ class Google_Service_Appengine_Version extends Google_Collection { 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; @@ -228,10 +309,16 @@ class Google_Service_Appengine_Version extends Google_Collection { 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; @@ -244,10 +331,30 @@ class Google_Service_Appengine_Version extends Google_Collection { 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; @@ -260,6 +367,22 @@ class Google_Service_Appengine_Version extends Google_Collection { 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 setServingStatus($servingStatus) { $this->servingStatus = $servingStatus; @@ -292,4 +415,12 @@ class Google_Service_Appengine_Version extends Google_Collection { return $this->vm; } + 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 index bc491dd7..b718fc08 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appengine/Volume.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appengine/Volume.php @@ -1,6 +1,6 @@ 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 index 25564618..22960469 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/AppsactivityParent.php @@ -1,6 +1,6 @@ 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; @@ -81,26 +93,44 @@ class Google_Service_Appsactivity_Event extends Google_Collection { 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 index 2a82e889..1b4a7ea8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/ListActivitiesResponse.php @@ -1,6 +1,6 @@ activities = $activities; } + /** + * @return Google_Service_Appsactivity_Activity + */ public function getActivities() { return $this->activities; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php index 48c08dd0..e60417c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Move.php @@ -1,6 +1,6 @@ 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 index 6fec4049..4f808d2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Permission.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php index f070e9eb..de195d9c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/PermissionChange.php @@ -1,6 +1,6 @@ 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 index 6bb27174..65d3efe6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Appsactivity/Photo.php @@ -1,6 +1,6 @@ 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 index 619cb66e..d512665f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Autoscaler.php +++ b/vendor/google/apiclient-services/src/Google/Service/Autoscaler.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'projects/{projectId}/jobs/{jobId}', @@ -216,6 +220,10 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'getQueryResults' => array( 'path' => 'projects/{projectId}/queries/{jobId}', @@ -231,6 +239,10 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', @@ -271,10 +283,18 @@ class Google_Service_Bigquery extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'maxCreationTime' => array( + 'location' => 'query', + 'type' => 'string', + ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), + 'minCreationTime' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -309,7 +329,17 @@ class Google_Service_Bigquery extends Google_Service 'projects', array( 'methods' => array( - 'list' => 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( @@ -379,6 +409,10 @@ class Google_Service_Bigquery extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'selectedFields' => array( + 'location' => 'query', + 'type' => 'string', + ), 'startIndex' => array( 'location' => 'query', 'type' => 'string', @@ -433,6 +467,10 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), + 'selectedFields' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'insert' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}/tables', diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php index ba688934..5ad48940 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableColumn.php @@ -1,6 +1,6 @@ columns = $columns; } + /** + * @return Google_Service_Bigquery_BigtableColumn + */ public function getColumns() { return $this->columns; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php index 51b78b98..6a1eade3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/BigtableOptions.php @@ -1,6 +1,6 @@ columnFamilies = $columnFamilies; } + /** + * @return Google_Service_Bigquery_BigtableColumnFamily + */ public function getColumnFamilies() { return $this->columnFamilies; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php index de25be0b..6889b6ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/CsvOptions.php @@ -1,6 +1,6 @@ access = $access; } + /** + * @return Google_Service_Bigquery_DatasetAccess + */ public function getAccess() { return $this->access; @@ -50,10 +56,16 @@ class Google_Service_Bigquery_Dataset extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php index 65677dfb..126b55e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetAccess.php @@ -1,6 +1,6 @@ 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 index 207ba0b7..0d05e79d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetList.php @@ -1,6 +1,6 @@ datasets = $datasets; } + /** + * @return Google_Service_Bigquery_DatasetListDatasets + */ public function getDatasets() { return $this->datasets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php index 382c85d6..d751fa64 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetListDatasets.php @@ -1,6 +1,6 @@ datasetReference = $datasetReference; } + /** + * @return Google_Service_Bigquery_DatasetReference + */ public function getDatasetReference() { return $this->datasetReference; @@ -64,4 +71,12 @@ class Google_Service_Bigquery_DatasetListDatasets extends Google_Model { 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 index e2c7d9c2..48e10bdd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/DatasetReference.php @@ -1,6 +1,6 @@ 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; @@ -50,6 +89,14 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection { return $this->computeRatioMax; } + public function setEndMs($endMs) + { + $this->endMs = $endMs; + } + public function getEndMs() + { + return $this->endMs; + } public function setId($id) { $this->id = $id; @@ -58,6 +105,14 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection { return $this->id; } + public function setInputStages($inputStages) + { + $this->inputStages = $inputStages; + } + public function getInputStages() + { + return $this->inputStages; + } public function setName($name) { $this->name = $name; @@ -66,6 +121,30 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection { 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; @@ -98,6 +177,30 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection { 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; @@ -106,14 +209,36 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection { 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; @@ -130,6 +255,22 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php index 160025b1..e453de05 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ExplainQueryStep.php @@ -1,6 +1,6 @@ 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; @@ -57,18 +63,30 @@ class Google_Service_Bigquery_ExternalDataConfiguration extends Google_Collectio { 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; @@ -89,10 +107,16 @@ class Google_Service_Bigquery_ExternalDataConfiguration extends Google_Collectio { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php index 9a177fb5..c623a34b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GetQueryResultsResponse.php @@ -1,6 +1,6 @@ cacheHit; } + /** + * @param Google_Service_Bigquery_ErrorProto + */ public function setErrors($errors) { $this->errors = $errors; } + /** + * @return Google_Service_Bigquery_ErrorProto + */ public function getErrors() { return $this->errors; @@ -67,10 +73,16 @@ class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection { 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; @@ -99,18 +111,30 @@ class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php index 359b6a46..3da1a49b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/GoogleSheetsOptions.php @@ -1,6 +1,6 @@ range = $range; + } + public function getRange() + { + return $this->range; + } public function setSkipLeadingRows($skipLeadingRows) { $this->skipLeadingRows = $skipLeadingRows; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php index 67a242a0..dc3f2789 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Job.php @@ -1,6 +1,6 @@ configuration = $configuration; } + /** + * @return Google_Service_Bigquery_JobConfiguration + */ public function getConfiguration() { return $this->configuration; @@ -58,10 +64,16 @@ class Google_Service_Bigquery_Job extends Google_Model { 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; @@ -82,18 +94,30 @@ class Google_Service_Bigquery_Job extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php index 19affed3..524b95d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobCancelResponse.php @@ -1,6 +1,6 @@ job = $job; } + /** + * @return Google_Service_Bigquery_Job + */ public function getJob() { return $this->job; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php index 9a66c970..365660c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfiguration.php @@ -1,6 +1,6 @@ copy = $copy; } + /** + * @return Google_Service_Bigquery_JobConfigurationTableCopy + */ public function getCopy() { return $this->copy; @@ -44,14 +51,28 @@ class Google_Service_Bigquery_JobConfiguration extends Google_Model { 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 setLabels($labels) { $this->labels = $labels; @@ -60,18 +81,30 @@ class Google_Service_Bigquery_JobConfiguration extends Google_Model { 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 index 28cdf78a..5ee51b77 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php @@ -1,6 +1,6 @@ printHeader; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php index 76e0f436..c95dfa16 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationLoad.php @@ -1,6 +1,6 @@ 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; @@ -73,14 +95,48 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection { 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; @@ -137,10 +193,16 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection { return $this->quote; } + /** + * @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; @@ -193,6 +255,20 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection { 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 setWriteDisposition($writeDisposition) { $this->writeDisposition = $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 index 0e4f8462..3cc2bc0b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationQuery.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationQuery.php @@ -1,6 +1,6 @@ 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; @@ -58,18 +78,44 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection { 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; @@ -130,10 +176,16 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection { 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; @@ -146,14 +198,34 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection { 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; @@ -170,10 +242,16 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php index d6ba7923..721f5be0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationTableCopy.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php index 174c32f7..22a28ad6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobList.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Bigquery_JobListJobs + */ public function setJobs($jobs) { $this->jobs = $jobs; } + /** + * @return Google_Service_Bigquery_JobListJobs + */ public function getJobs() { return $this->jobs; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php index 36a9a9a6..be435381 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobListJobs.php @@ -1,6 +1,6 @@ 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; @@ -59,10 +71,16 @@ class Google_Service_Bigquery_JobListJobs extends Google_Model { 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; @@ -83,18 +101,30 @@ class Google_Service_Bigquery_JobListJobs extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php index 696d73aa..f5bbc9f4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobReference.php @@ -1,6 +1,6 @@ jobId; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } public function setProjectId($projectId) { $this->projectId = $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 index 865e0281..5ecf2603 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php @@ -1,6 +1,6 @@ completionRatio = $completionRatio; + } + public function getCompletionRatio() + { + return $this->completionRatio; + } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; @@ -44,26 +53,44 @@ class Google_Service_Bigquery_JobStatistics extends Google_Model { 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; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php index 7b9ecfa3..a3caf833 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics2.php @@ -1,6 +1,6 @@ cacheHit; } + public function setDdlOperationPerformed($ddlOperationPerformed) + { + $this->ddlOperationPerformed = $ddlOperationPerformed; + } + public function getDdlOperationPerformed() + { + return $this->ddlOperationPerformed; + } + /** + * @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; + } public function setNumDmlAffectedRows($numDmlAffectedRows) { $this->numDmlAffectedRows = $numDmlAffectedRows; @@ -57,26 +95,44 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection { 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_TableReference + */ public function setReferencedTables($referencedTables) { $this->referencedTables = $referencedTables; } + /** + * @return Google_Service_Bigquery_TableReference + */ public function getReferencedTables() { return $this->referencedTables; } + /** + * @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; @@ -89,6 +145,20 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection { 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; @@ -105,10 +175,32 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection { return $this->totalBytesProcessed; } + 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/JobStatistics3.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.php index d2b920d7..47c1263c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics3.php @@ -1,6 +1,6 @@ badRecords = $badRecords; + } + public function getBadRecords() + { + return $this->badRecords; + } public function setInputFileBytes($inputFileBytes) { $this->inputFileBytes = $inputFileBytes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php index d9aebbf3..2af22580 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics4.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php index aa55920c..00fe3f06 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectList.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Bigquery_ProjectListProjects + */ public function setProjects($projects) { $this->projects = $projects; } + /** + * @return Google_Service_Bigquery_ProjectListProjects + */ public function getProjects() { return $this->projects; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php index eef33842..414d24f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectListProjects.php @@ -1,6 +1,6 @@ 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 index 4f9fb3e4..63d1a1d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ProjectReference.php @@ -1,6 +1,6 @@ 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 index 12dcb449..94d22ec6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterType.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php index 00f9f890..d2ca3eb8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterTypeStructTypes.php @@ -1,6 +1,6 @@ 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 index 46f629c6..0feb5fb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryParameterValue.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php index 7b1d5423..261b5057 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryRequest.php @@ -1,6 +1,6 @@ defaultDataset = $defaultDataset; } + /** + * @return Google_Service_Bigquery_DatasetReference + */ public function getDefaultDataset() { return $this->defaultDataset; @@ -56,6 +63,14 @@ class Google_Service_Bigquery_QueryRequest extends Google_Collection { return $this->kind; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } public function setMaxResults($maxResults) { $this->maxResults = $maxResults; @@ -88,10 +103,16 @@ class Google_Service_Bigquery_QueryRequest extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php index 7736968a..c5f9b1a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/QueryResponse.php @@ -1,6 +1,6 @@ cacheHit; } + /** + * @param Google_Service_Bigquery_ErrorProto + */ public function setErrors($errors) { $this->errors = $errors; } + /** + * @return Google_Service_Bigquery_ErrorProto + */ public function getErrors() { return $this->errors; @@ -58,10 +64,16 @@ class Google_Service_Bigquery_QueryResponse extends Google_Collection { 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; @@ -90,18 +102,30 @@ class Google_Service_Bigquery_QueryResponse extends Google_Collection { 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; 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 index ebe9716a..05640338 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php @@ -1,6 +1,6 @@ $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) 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 index c0984a19..e54d7897 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Tabledata.php @@ -1,6 +1,6 @@ clustering = $clustering; + } + /** + * @return Google_Service_Bigquery_Clustering + */ + public function getClustering() + { + return $this->clustering; + } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; @@ -61,6 +79,20 @@ class Google_Service_Bigquery_Table extends Google_Model { 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; @@ -77,10 +109,16 @@ class Google_Service_Bigquery_Table extends Google_Model { 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; @@ -157,10 +195,16 @@ class Google_Service_Bigquery_Table extends Google_Model { return $this->numRows; } + /** + * @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; @@ -173,26 +217,44 @@ class Google_Service_Bigquery_Table extends Google_Model { 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; @@ -205,10 +267,16 @@ class Google_Service_Bigquery_Table extends Google_Model { 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 index 29909c03..d63f3046 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableCell.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_Bigquery_TableDataInsertAllRequestRows + */ public function setRows($rows) { $this->rows = $rows; } + /** + * @return Google_Service_Bigquery_TableDataInsertAllRequestRows + */ public function getRows() { return $this->rows; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php index 9467a738..c13d79cc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllRequestRows.php @@ -1,6 +1,6 @@ insertErrors = $insertErrors; } + /** + * @return Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors + */ public function getInsertErrors() { return $this->insertErrors; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php index 28c7b4f4..e408647b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataInsertAllResponseInsertErrors.php @@ -1,6 +1,6 @@ errors = $errors; } + /** + * @return Google_Service_Bigquery_ErrorProto + */ public function getErrors() { return $this->errors; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php index 0faf8c73..8db533d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableDataList.php @@ -1,6 +1,6 @@ pageToken; } + /** + * @param Google_Service_Bigquery_TableRow + */ public function setRows($rows) { $this->rows = $rows; } + /** + * @return Google_Service_Bigquery_TableRow + */ public function getRows() { return $this->rows; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php index 140fbece..11fdc30b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableFieldSchema.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_Bigquery_TableFieldSchema + */ public function setFields($fields) { $this->fields = $fields; } + /** + * @return Google_Service_Bigquery_TableFieldSchema + */ public function getFields() { return $this->fields; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php index 1c471637..727d9f75 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableList.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Bigquery_TableListTables + */ public function setTables($tables) { $this->tables = $tables; } + /** + * @return Google_Service_Bigquery_TableListTables + */ public function getTables() { return $this->tables; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php index 08aecbae..a88c9c80 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTables.php @@ -1,6 +1,6 @@ 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; @@ -59,14 +95,34 @@ class Google_Service_Bigquery_TableListTables extends Google_Model { return $this->labels; } + /** + * @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; @@ -75,10 +131,16 @@ class Google_Service_Bigquery_TableListTables extends Google_Model { 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 index 75cd863a..297b8b48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableListTablesView.php @@ -1,6 +1,6 @@ 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 index 9f0266e1..55e78359 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TableSchema.php @@ -1,6 +1,6 @@ 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 index c89e2b66..14ed1216 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/TimePartitioning.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php index 60d19d52..8b8f0aed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/UserDefinedFunctionResource.php @@ -1,6 +1,6 @@ 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/Blogger.php b/vendor/google/apiclient-services/src/Google/Service/Blogger.php index f8560dc8..a2a12b11 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger.php @@ -1,6 +1,6 @@ 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; @@ -82,18 +88,30 @@ class Google_Service_Blogger_Blog extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php index 9fde7e1e..242e87d6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogList.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php index 3cf95449..cb68ac27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogLocale.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Blogger_Post + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php index 6c78b30b..d2e6e19f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogUserInfo.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php index 357f5aa0..295ed081 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php @@ -1,6 +1,6 @@ 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; @@ -65,10 +77,16 @@ class Google_Service_Blogger_Comment extends Google_Model { 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; @@ -81,10 +99,16 @@ class Google_Service_Blogger_Comment extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php index fec87663..51f641de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthor.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php index 1ed7ee8d..4642cb63 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentAuthorImage.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Blogger_Comment + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Blogger_Comment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php index e074c58a..a0a9fc68 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/CommentPost.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php index 271f82bd..2a6f55df 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthor.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php index ff5c679f..55e239d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageAuthorImage.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Blogger_Page + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Blogger_Page + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php index c7285d57..ce7d44fd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Pageviews.php @@ -1,6 +1,6 @@ blogId; } + /** + * @param Google_Service_Blogger_PageviewsCounts + */ public function setCounts($counts) { $this->counts = $counts; } + /** + * @return Google_Service_Blogger_PageviewsCounts + */ public function getCounts() { return $this->counts; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php index 058d7d22..0827c09b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PageviewsCounts.php @@ -1,6 +1,6 @@ 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; @@ -91,10 +103,16 @@ class Google_Service_Blogger_Post extends Google_Collection { 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; @@ -115,10 +133,16 @@ class Google_Service_Blogger_Post extends Google_Collection { 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; @@ -139,10 +163,16 @@ class Google_Service_Blogger_Post extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php index 4f89741e..14dfc777 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php index 642a389a..0fdf94f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthorImage.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Blogger_Post + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Blogger_Post + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php index d2e65e86..61228dff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostLocation.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Blogger_Comment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php index e3598a95..31359adf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php @@ -1,6 +1,6 @@ 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 index f65b7013..6ffc3965 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfosList.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Blogger_PostUserInfo + */ public function getItems() { return $this->items; 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 index f843e4a2..b6bccb71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php @@ -1,6 +1,6 @@ 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; @@ -77,10 +83,16 @@ class Google_Service_Blogger_User extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php index d26dce0d..59cc429b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/UserBlogs.php @@ -1,6 +1,6 @@ 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, @@ -646,6 +700,10 @@ class Google_Service_Books extends Google_Service 'path' => 'mylibrary/annotations', 'httpMethod' => 'POST', 'parameters' => array( + 'annotationId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'country' => array( 'location' => 'query', 'type' => 'string', diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php index 727c720a..6e11d7c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php @@ -1,6 +1,6 @@ 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; @@ -71,10 +77,16 @@ class Google_Service_Books_Annotation extends Google_Collection { 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; @@ -127,10 +139,16 @@ class Google_Service_Books_Annotation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php index 7bcaf052..8db98443 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationClientVersionRanges.php @@ -1,6 +1,6 @@ cfiRange = $cfiRange; } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ public function getCfiRange() { return $this->cfiRange; @@ -43,26 +49,44 @@ class Google_Service_Books_AnnotationClientVersionRanges extends Google_Model { 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 index 5a92c0c4..8c581283 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationCurrentVersionRanges.php @@ -1,6 +1,6 @@ cfiRange = $cfiRange; } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ public function getCfiRange() { return $this->cfiRange; @@ -43,26 +49,44 @@ class Google_Service_Books_AnnotationCurrentVersionRanges extends Google_Model { 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 index cfbe8f37..17d77ce9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationLayerSummary.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Annotation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php index b9f39f6b..efd90a78 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummary.php @@ -1,6 +1,6 @@ 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 index 2c5d3c77..5ec1586e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/AnnotationsSummaryLayers.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Annotationdata + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php b/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php index af5060df..6d02f869 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/BooksAnnotationsRange.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Bookshelf + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Category.php b/vendor/google/apiclient-services/src/Google/Service/Books/Category.php index 821d7b6a..b024afc1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Category.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Category.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_CategoryItems + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php index 1603d89f..eddd941f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/CategoryItems.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php index 2ef54770..4451ab32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataCommon.php @@ -1,6 +1,6 @@ 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 index 3280b323..4f3bc702 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictSource.php @@ -1,6 +1,6 @@ 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 index f7a46615..5210eb18 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivatives.php @@ -1,6 +1,6 @@ source = $source; } + /** + * @return Google_Service_Books_DictlayerdataDictWordsDerivativesSource + */ public function getSource() { return $this->source; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php index 8fbfa35d..0a56bb1e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsDerivativesSource.php @@ -1,6 +1,6 @@ source = $source; } + /** + * @return Google_Service_Books_DictlayerdataDictWordsExamplesSource + */ public function getSource() { return $this->source; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php index b562e689..3d86f6d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsExamplesSource.php @@ -1,6 +1,6 @@ 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; @@ -71,10 +83,16 @@ class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collectio { 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; @@ -87,10 +105,16 @@ class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collectio { 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 index ff548961..11d6e385 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesConjugations.php @@ -1,6 +1,6 @@ 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 index c1428086..281400ab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamples.php @@ -1,6 +1,6 @@ source = $source; } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource + */ public function getSource() { return $this->source; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php index cbae7867..19aa7f0a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesDefinitionsExamplesSource.php @@ -1,6 +1,6 @@ source = $source; } + /** + * @return Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource + */ public function getSource() { return $this->source; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php index 8a5157b4..58f049ab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DictlayerdataDictWordsSensesSynonymsSource.php @@ -1,6 +1,6 @@ clusters = $clusters; } + /** + * @return Google_Service_Books_DiscoveryclustersClusters + */ public function getClusters() { return $this->clusters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php index 451abddf..04669c19 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClusters.php @@ -1,6 +1,6 @@ bannerWithContentContainer = $bannerWithContentContainer; } + /** + * @return Google_Service_Books_DiscoveryclustersClustersBannerWithContentContainer + */ public function getBannerWithContentContainer() { return $this->bannerWithContentContainer; @@ -70,10 +76,16 @@ class Google_Service_Books_DiscoveryclustersClusters extends Google_Collection { 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 index 93373e5f..7a0d70c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/DiscoveryclustersClustersBannerWithContentContainer.php @@ -1,6 +1,6 @@ downloadAccessList = $downloadAccessList; } + /** + * @return Google_Service_Books_DownloadAccessRestriction + */ public function getDownloadAccessList() { return $this->downloadAccessList; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php b/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php index c9b58df5..016b1d51 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Geolayerdata.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php index 0af63d59..39b800b8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataCommon.php @@ -1,6 +1,6 @@ boundary = $boundary; } + /** + * @return Google_Service_Books_GeolayerdataGeoBoundary + */ public function getBoundary() { return $this->boundary; @@ -77,10 +83,16 @@ class Google_Service_Books_GeolayerdataGeo extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php index f72610fa..28d82bfc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoBoundary.php @@ -1,6 +1,6 @@ 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 index a70b5059..72727cb3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/GeolayerdataGeoViewportHi.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Layersummary + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php b/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php index dc84696e..8314b079 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Layersummary.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_MetadataItems + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php index 67a48e3f..4fc5c675 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/MetadataItems.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_OffersItems + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php index 9d70ff51..4de01afb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItems.php @@ -1,6 +1,6 @@ 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 index 23a041c4..60ad2f18 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/OffersItemsItems.php @@ -1,6 +1,6 @@ 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; 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 index 38c7d29a..6eed9c2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Resource/Bookshelves.php @@ -1,6 +1,6 @@ author = $author; } + /** + * @return Google_Service_Books_ReviewAuthor + */ public function getAuthor() { return $this->author; @@ -78,10 +84,16 @@ class Google_Service_Books_Review extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php b/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php index 5de1b157..d3751d81 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/ReviewAuthor.php @@ -1,6 +1,6 @@ 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 index 8fcf8fed..7adb6cd3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/SeriesSeries.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_Books_Volume + */ public function setMember($member) { $this->member = $member; } + /** + * @return Google_Service_Books_Volume + */ public function getMember() { return $this->member; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php b/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php index 919149e6..7698c880 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Usersettings.php @@ -1,6 +1,6 @@ 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 index 9d6d2e8d..bb71b1c3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotesExport.php @@ -1,6 +1,6 @@ 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/UsersettingsNotificationMoreFromAuthors.php b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.php index fa684173..3f58caa6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/UsersettingsNotificationMoreFromAuthors.php @@ -1,6 +1,6 @@ accessInfo = $accessInfo; } + /** + * @return Google_Service_Books_VolumeAccessInfo + */ public function getAccessInfo() { return $this->accessInfo; @@ -68,34 +74,58 @@ class Google_Service_Books_Volume extends Google_Model { 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; @@ -108,18 +138,30 @@ class Google_Service_Books_Volume extends Google_Model { 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 index f8608302..d225e50e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Volume2.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volume2.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Volume + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php index 65fa6a80..2d1191d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfo.php @@ -1,6 +1,6 @@ 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; @@ -75,10 +81,16 @@ class Google_Service_Books_VolumeAccessInfo extends Google_Model { 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; @@ -91,10 +103,16 @@ class Google_Service_Books_VolumeAccessInfo extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php index a41c2150..91834c06 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeAccessInfoEpub.php @@ -1,6 +1,6 @@ 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 index e65080cb..59a36e8d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeLayerInfoLayers.php @@ -1,6 +1,6 @@ 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; @@ -78,10 +90,16 @@ class Google_Service_Books_VolumeSaleInfo extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php index e0ccb21e..e001624d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoListPrice.php @@ -1,6 +1,6 @@ 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 index 7973473f..b456a05f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeSaleInfoOffersListPrice.php @@ -1,6 +1,6 @@ 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; @@ -75,10 +81,16 @@ class Google_Service_Books_VolumeUserInfo extends Google_Model { 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; @@ -147,18 +159,30 @@ class Google_Service_Books_VolumeUserInfo extends Google_Model { 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; @@ -171,10 +195,16 @@ class Google_Service_Books_VolumeUserInfo extends Google_Model { 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; @@ -187,10 +217,16 @@ class Google_Service_Books_VolumeUserInfo extends Google_Model { 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 index 837916af..30424add 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeUserInfoCopy.php @@ -1,6 +1,6 @@ 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; @@ -171,10 +189,16 @@ class Google_Service_Books_VolumeVolumeInfo extends Google_Collection { 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; @@ -243,10 +267,16 @@ class Google_Service_Books_VolumeVolumeInfo extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php index db2b654e..158fa6c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeVolumeInfoDimensions.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php index 5b9c720a..cdce7666 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeannotationContentRanges.php @@ -1,6 +1,6 @@ cfiRange = $cfiRange; } + /** + * @return Google_Service_Books_BooksAnnotationsRange + */ public function getCfiRange() { return $this->cfiRange; @@ -41,18 +47,30 @@ class Google_Service_Books_VolumeannotationContentRanges extends Google_Model { 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 index f28f199a..027d6d4e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeannotations.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Volumeannotation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php index 89f00ff0..4c1ccc72 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumes.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Books_Volume + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php index 555cf367..9020b58a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/Volumeseriesinfo.php @@ -1,6 +1,6 @@ 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 index f58238f5..1fe57d99 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeries.php @@ -1,6 +1,6 @@ issue = $issue; } + /** + * @return Google_Service_Books_VolumeseriesinfoVolumeSeriesIssue + */ public function getIssue() { return $this->issue; diff --git a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php index 4dd85f2a..4767be36 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Books/VolumeseriesinfoVolumeSeriesIssue.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'list' => array( 'path' => 'calendars/{calendarId}/acl', @@ -145,6 +149,10 @@ class Google_Service_Calendar extends Google_Service 'type' => 'string', 'required' => true, ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'update' => array( 'path' => 'calendars/{calendarId}/acl/{ruleId}', @@ -160,6 +168,10 @@ class Google_Service_Calendar extends Google_Service 'type' => 'string', 'required' => true, ), + 'sendNotifications' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'watch' => array( 'path' => 'calendars/{calendarId}/acl/watch', @@ -469,6 +481,10 @@ class Google_Service_Calendar extends Google_Service 'type' => 'string', 'required' => true, ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'supportsAttachments' => array( 'location' => 'query', 'type' => 'boolean', @@ -483,6 +499,10 @@ class Google_Service_Calendar extends Google_Service 'type' => 'string', 'required' => true, ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', @@ -669,6 +689,10 @@ class Google_Service_Calendar extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', @@ -719,6 +743,10 @@ class Google_Service_Calendar extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'conferenceDataVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'maxAttendees' => array( 'location' => 'query', 'type' => 'integer', diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php index 94b64d21..a08b8d45 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Acl.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Calendar_AclRule + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Calendar_AclRule + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php index 49402b02..89cdda71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRule.php @@ -1,6 +1,6 @@ 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 index 47a10b24..1c49bd6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/AclRuleScope.php @@ -1,6 +1,6 @@ conferenceProperties = $conferenceProperties; + } + /** + * @return Google_Service_Calendar_ConferenceProperties + */ + public function getConferenceProperties() + { + return $this->conferenceProperties; + } public function setDescription($description) { $this->description = $description; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php index 79281326..d9fb7465 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarList.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Calendar_CalendarListEntry + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Calendar_CalendarListEntry + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php index eb7584b0..a49bcd3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntry.php @@ -1,6 +1,6 @@ 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; @@ -135,10 +157,16 @@ class Google_Service_Calendar_CalendarListEntry extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php index 06a9130d..43cae3f0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarListEntryNotificationSettings.php @@ -1,6 +1,6 @@ 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 index 7afe4dc9..a492b550 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/CalendarNotification.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php index 22d09b72..676612da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Error.php @@ -1,6 +1,6 @@ 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; @@ -107,6 +121,20 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; @@ -115,10 +143,16 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; @@ -131,10 +165,16 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; @@ -155,18 +195,30 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; @@ -251,18 +303,30 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; @@ -291,10 +355,16 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; @@ -307,18 +377,30 @@ class Google_Service_Calendar_Event extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php index 8f3d6e24..f571e394 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventAttachment.php @@ -1,6 +1,6 @@ overrides = $overrides; } + /** + * @return Google_Service_Calendar_EventReminder + */ public function getOverrides() { return $this->overrides; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php index f209c172..3055636f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/EventSource.php @@ -1,6 +1,6 @@ accessRole; } + /** + * @param Google_Service_Calendar_EventReminder + */ public function setDefaultReminders($defaultReminders) { $this->defaultReminders = $defaultReminders; } + /** + * @return Google_Service_Calendar_EventReminder + */ public function getDefaultReminders() { return $this->defaultReminders; @@ -64,10 +70,16 @@ class Google_Service_Calendar_Events extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php index 6fe872eb..51317182 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyCalendar.php @@ -1,6 +1,6 @@ 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 index b1f95ea8..2aa5da9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyGroup.php @@ -1,6 +1,6 @@ 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 index c0ffd291..666de6ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequest.php @@ -1,6 +1,6 @@ groupExpansionMax; } + /** + * @param Google_Service_Calendar_FreeBusyRequestItem + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Calendar_FreeBusyRequestItem + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php index f67c9eb2..85a71d14 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/FreeBusyRequestItem.php @@ -1,6 +1,6 @@ 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; 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 index 3d1b6650..8d403ba4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/Resource/Acl.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Calendar_Setting + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Calendar_Setting + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php b/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php index 91bda8a6..d7dc8125 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php +++ b/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php @@ -1,6 +1,6 @@ electionAdministrationBody = $electionAdministrationBody; } + /** + * @return Google_Service_CivicInfo_AdministrativeBody + */ public function getElectionAdministrationBody() { return $this->electionAdministrationBody; @@ -46,10 +52,16 @@ class Google_Service_CivicInfo_AdministrationRegion extends Google_Collection { 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; @@ -62,10 +74,16 @@ class Google_Service_CivicInfo_AdministrationRegion extends Google_Collection { 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 index 60c3a4a0..743597ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/AdministrativeBody.php @@ -1,6 +1,6 @@ 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; @@ -79,10 +85,16 @@ class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection { 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; @@ -127,10 +139,16 @@ class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php index 8f5ff7d3..d35c60d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Candidate.php @@ -1,6 +1,6 @@ candidateUrl; } + /** + * @param Google_Service_CivicInfo_Channel + */ public function setChannels($channels) { $this->channels = $channels; } + /** + * @return Google_Service_CivicInfo_Channel + */ public function getChannels() { return $this->channels; diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php index 3d4d6731..8c094a88 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Channel.php @@ -1,6 +1,6 @@ ballotPlacement; } + /** + * @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; @@ -214,10 +226,16 @@ class Google_Service_CivicInfo_Contest extends Google_Collection { 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/ContextParams.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ContextParams.php index e3ac07e0..837f7766 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ContextParams.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ContextParams.php @@ -1,6 +1,6 @@ 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 index 60a04708..bc226c3b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchRequest.php @@ -1,6 +1,6 @@ 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 index 8cee4cf9..f90e3704 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResponse.php @@ -1,6 +1,6 @@ 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 index 390937ad..3acce584 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/DivisionSearchResult.php @@ -1,6 +1,6 @@ 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 index a13b9867..1073badd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectionsQueryResponse.php @@ -1,6 +1,6 @@ elections = $elections; } + /** + * @return Google_Service_CivicInfo_Election + */ public function getElections() { return $this->elections; diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php index 29dac57c..bd1ccef5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/ElectoralDistrict.php @@ -1,6 +1,6 @@ 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 index ac7aa629..b1021411 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Official.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php index b7f8e064..1404a8bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PollingLocation.php @@ -1,6 +1,6 @@ address = $address; } + /** + * @return Google_Service_CivicInfo_SimpleAddressType + */ public function getAddress() { return $this->address; @@ -78,10 +84,16 @@ class Google_Service_CivicInfo_PollingLocation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php index c0f85ca6..2d3369db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/PostalAddress.php @@ -1,6 +1,6 @@ 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 index 2545dc80..b9a9a91c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoRequest.php @@ -1,6 +1,6 @@ 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 index 167415a6..a8395126 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/RepresentativeInfoResponse.php @@ -1,6 +1,6 @@ divisions = $divisions; } + /** + * @return Google_Service_CivicInfo_GeographicDivision + */ public function getDivisions() { return $this->divisions; @@ -44,26 +50,44 @@ class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collect { 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 index 9214d3ec..e0540b29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Resource/Divisions.php @@ -1,6 +1,6 @@ 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 index e3f53709..10b14900 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoResponse.php @@ -1,6 +1,6 @@ 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; @@ -86,26 +110,44 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection { 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; @@ -118,10 +160,16 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection { return $this->precinctId; } + /** + * @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 index 6feceab9..c3ba5c36 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoSegmentResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/CivicInfo/VoterInfoSegmentResult.php @@ -1,6 +1,6 @@ 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 index acf8a1ba..d1f32ea4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom.php @@ -1,6 +1,6 @@ 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'teacherId' => array( 'location' => 'query', 'type' => 'string', @@ -141,14 +166,6 @@ class Google_Service_Classroom extends Google_Service 'type' => 'string', 'repeated' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( 'path' => 'v1/courses/{id}', @@ -231,6 +248,117 @@ class Google_Service_Classroom extends Google_Service ) ) ); + $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, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'announcementStates' => 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}/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, @@ -286,12 +414,11 @@ class Google_Service_Classroom extends Google_Service 'type' => 'string', 'required' => true, ), - 'courseWorkStates' => array( + 'orderBy' => array( 'location' => 'query', 'type' => 'string', - 'repeated' => true, ), - 'orderBy' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), @@ -299,9 +426,25 @@ class Google_Service_Classroom extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'pageToken' => array( + 'courseWorkStates' => array( 'location' => 'query', 'type' => 'string', + 'repeated' => true, + ), + ), + ),'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( @@ -371,12 +514,11 @@ class Google_Service_Classroom extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'states' => array( + 'late' => array( 'location' => 'query', 'type' => 'string', - 'repeated' => true, ), - 'late' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), @@ -384,9 +526,10 @@ class Google_Service_Classroom extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'pageToken' => array( + 'states' => array( 'location' => 'query', 'type' => 'string', + 'repeated' => true, ), ), ),'modifyAttachments' => array( @@ -556,14 +699,14 @@ class Google_Service_Classroom extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -624,14 +767,14 @@ class Google_Service_Classroom extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -681,17 +824,17 @@ class Google_Service_Classroom extends Google_Service 'path' => 'v1/invitations', 'httpMethod' => 'GET', 'parameters' => array( - 'userId' => array( + 'pageSize' => array( 'location' => 'query', - 'type' => 'string', + 'type' => 'integer', ), 'courseId' => array( 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( + 'userId' => array( 'location' => 'query', - 'type' => 'integer', + 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', @@ -702,6 +845,30 @@ class Google_Service_Classroom extends Google_Service ) ) ); + $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, @@ -771,14 +938,14 @@ class Google_Service_Classroom extends Google_Service 'type' => 'string', 'repeated' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/userProfiles/{studentId}/guardianInvitations/{invitationId}', @@ -852,14 +1019,14 @@ class Google_Service_Classroom extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php index b90d744f..4310207e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Assignment.php @@ -1,6 +1,6 @@ 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 index 149aa4ca..86f59a31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/AssignmentSubmission.php @@ -1,6 +1,6 @@ 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 index 5fe96664..47490b16 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Attachment.php @@ -1,6 +1,6 @@ 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 index 24a85010..210892d8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ClassroomEmpty.php @@ -1,6 +1,6 @@ alternateLink; } + public function setCalendarId($calendarId) + { + $this->calendarId = $calendarId; + } + public function getCalendarId() + { + return $this->calendarId; + } public function setCourseGroupEmail($courseGroupEmail) { $this->courseGroupEmail = $courseGroupEmail; @@ -54,10 +63,16 @@ class Google_Service_Classroom_Course extends Google_Collection { 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; @@ -150,10 +165,16 @@ class Google_Service_Classroom_Course extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php index 47d27a87..857843fd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseAlias.php @@ -1,6 +1,6 @@ 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 index 81d7ac76..c9f1ce0e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseMaterialSet.php @@ -1,6 +1,6 @@ materials = $materials; } + /** + * @return Google_Service_Classroom_CourseMaterial + */ public function getMaterials() { return $this->materials; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php index d6f79c14..d8549bb4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/CourseWork.php @@ -1,6 +1,6 @@ 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; @@ -81,6 +100,14 @@ class Google_Service_Classroom_CourseWork extends Google_Collection { return $this->creationTime; } + public function setCreatorUserId($creatorUserId) + { + $this->creatorUserId = $creatorUserId; + } + public function getCreatorUserId() + { + return $this->creatorUserId; + } public function setDescription($description) { $this->description = $description; @@ -89,18 +116,30 @@ class Google_Service_Classroom_CourseWork extends Google_Collection { 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; @@ -113,10 +152,30 @@ class Google_Service_Classroom_CourseWork extends Google_Collection { 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; @@ -129,14 +188,28 @@ class Google_Service_Classroom_CourseWork extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Date.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Date.php index e9872a83..017add24 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Date.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Date.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php index 390dee3f..f055cc7c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/GuardianInvitation.php @@ -1,6 +1,6 @@ aliases = $aliases; } + /** + * @return Google_Service_Classroom_CourseAlias + */ public function getAliases() { return $this->aliases; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php index dea448d4..e10cb70f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCourseWorkResponse.php @@ -1,6 +1,6 @@ courseWork = $courseWork; } + /** + * @return Google_Service_Classroom_CourseWork + */ public function getCourseWork() { return $this->courseWork; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php index d48ed59b..187bb74c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListCoursesResponse.php @@ -1,6 +1,6 @@ courses = $courses; } + /** + * @return Google_Service_Classroom_Course + */ public function getCourses() { return $this->courses; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php index 6454931c..f373b67b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardianInvitationsResponse.php @@ -1,6 +1,6 @@ guardianInvitations = $guardianInvitations; } + /** + * @return Google_Service_Classroom_GuardianInvitation + */ public function getGuardianInvitations() { return $this->guardianInvitations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php index 4183d5e4..7cee9fa9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListGuardiansResponse.php @@ -1,6 +1,6 @@ guardians = $guardians; } + /** + * @return Google_Service_Classroom_Guardian + */ public function getGuardians() { return $this->guardians; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php index 0e85390b..f23cb199 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListInvitationsResponse.php @@ -1,6 +1,6 @@ invitations = $invitations; } + /** + * @return Google_Service_Classroom_Invitation + */ public function getInvitations() { return $this->invitations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php index 7b052d51..7dcdd6de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentSubmissionsResponse.php @@ -1,6 +1,6 @@ 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 index 516a0d11..198b4b86 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListStudentsResponse.php @@ -1,6 +1,6 @@ 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 index ccfbdcd0..41fcda47 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ListTeachersResponse.php @@ -1,6 +1,6 @@ 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/Material.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php index 6f79c4ba..d1391005 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Material.php @@ -1,6 +1,6 @@ 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/ModifyAttachmentsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.php index 02afca76..7935d1a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ModifyAttachmentsRequest.php @@ -1,6 +1,6 @@ addAttachments = $addAttachments; } + /** + * @return Google_Service_Classroom_Attachment + */ public function getAddAttachments() { return $this->addAttachments; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php index 623e096d..4ec8dff8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/MultipleChoiceQuestion.php @@ -1,6 +1,6 @@ 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 + * 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) * @@ -63,8 +71,11 @@ class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource 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 + * 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) * @@ -81,30 +92,41 @@ class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource } /** * Returns a list of courses that the requesting user is permitted to view, - * restricted to those that match the request. 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) + * 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 + * 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 + * 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 - * @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 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. + * the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, + * DECLINED. * @return Google_Service_Classroom_ListCoursesResponse */ public function listCourses($optParams = array()) @@ -114,13 +136,15 @@ class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource 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) + * 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. @@ -129,9 +153,17 @@ class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource * * @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` + * 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 */ @@ -142,11 +174,14 @@ class Google_Service_Classroom_Resource_Courses extends Google_Service_Resource 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 + * 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) + * 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. 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 index 8ee78852..7d6e6f9c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesAliases.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_Classroom_CourseAlias"); } /** - * Deletes an alias of a course. This method returns the following error codes: + * 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. - * (aliases.delete) + * 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 @@ -64,21 +75,26 @@ class Google_Service_Classroom_Resource_CoursesAliases extends Google_Service_Re 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) + * 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 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. + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. * @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 + * 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_ListCourseAliasesResponse */ 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 index a212dbc1..61f6773f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWork.php @@ -1,6 +1,6 @@ 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) + * 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. @@ -75,8 +85,11 @@ class Google_Service_Classroom_Resource_CoursesCourseWork extends Google_Service 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 + * 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) @@ -94,33 +107,39 @@ class Google_Service_Classroom_Resource_CoursesCourseWork extends Google_Service 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. + * 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 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 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 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 + * 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 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. * @return Google_Service_Classroom_ListCourseWorkResponse */ public function listCoursesCourseWork($courseId, $optParams = array()) @@ -130,15 +149,46 @@ class Google_Service_Classroom_Resource_CoursesCourseWork extends Google_Service return $this->call('list', array($params), "Google_Service_Classroom_ListCourseWorkResponse"); } /** - * 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. * + * 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. @@ -156,9 +206,12 @@ class Google_Service_Classroom_Resource_CoursesCourseWork extends Google_Service * 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` * - * `submission_modification_mode` + * returned. + * + * The following fields may be specified by teachers: + * + * * `title` * `description` * `state` * `due_date` * `due_time` * `max_points` + * * `scheduled_time` * `submission_modification_mode` * @return Google_Service_Classroom_CourseWork */ public function patch($courseId, $id, Google_Service_Classroom_CourseWork $postBody, $optParams = array()) 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 index 8e0b3d21..20f7d0c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesCourseWorkStudentSubmissions.php @@ -1,6 +1,6 @@ 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) + * 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. @@ -117,15 +132,20 @@ class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions exte 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. * + * 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) @@ -139,8 +159,11 @@ class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions exte * * @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` + * 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()) @@ -151,19 +174,25 @@ class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions exte } /** * 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 update 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) + * to the student and update 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. @@ -180,20 +209,27 @@ class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions exte 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) + * 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. @@ -210,18 +246,25 @@ class Google_Service_Classroom_Resource_CoursesCourseWorkStudentSubmissions exte 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) + * 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. 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 index 2f6855cb..b90441e9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesStudents.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_Classroom_Student"); } /** - * Deletes a student of a course. This method returns the following error codes: + * 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. @@ -62,9 +68,10 @@ class Google_Service_Classroom_Resource_CoursesStudents extends Google_Service_R * @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 + * 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 */ @@ -75,7 +82,10 @@ class Google_Service_Classroom_Resource_CoursesStudents extends Google_Service_R return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** - * Returns a student of a course. This method returns the following error codes: + * 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. @@ -84,9 +94,10 @@ class Google_Service_Classroom_Resource_CoursesStudents extends Google_Service_R * @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 + * 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 */ @@ -98,20 +109,26 @@ class Google_Service_Classroom_Resource_CoursesStudents extends Google_Service_R } /** * 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) + * 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 int pageSize Maximum number of items to return. Zero means no - * maximum. The server may return fewer than the specified number of results. * @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 + * 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()) 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 index 881a74b5..0be30a53 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/CoursesTeachers.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_Classroom_Teacher"); } /** - * Deletes a teacher of a course. This method returns the following error codes: + * 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. * @@ -58,9 +65,10 @@ class Google_Service_Classroom_Resource_CoursesTeachers extends Google_Service_R * @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 + * 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 */ @@ -71,7 +79,10 @@ class Google_Service_Classroom_Resource_CoursesTeachers extends Google_Service_R return $this->call('delete', array($params), "Google_Service_Classroom_ClassroomEmpty"); } /** - * Returns a teacher of a course. This method returns the following error codes: + * 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. @@ -80,9 +91,10 @@ class Google_Service_Classroom_Resource_CoursesTeachers extends Google_Service_R * @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 + * 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 */ @@ -94,20 +106,26 @@ class Google_Service_Classroom_Resource_CoursesTeachers extends Google_Service_R } /** * 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) + * 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 int pageSize Maximum number of items to return. Zero means no - * maximum. The server may return fewer than the specified number of results. * @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 + * 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()) 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 index 6c946833..c998b5b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/Invitations.php @@ -1,6 +1,6 @@ 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 + * 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) * @@ -84,8 +92,11 @@ class Google_Service_Classroom_Resource_Invitations extends Google_Service_Resou 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 + * 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) * @@ -101,24 +112,32 @@ class Google_Service_Classroom_Resource_Invitations extends Google_Service_Resou } /** * 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) + * 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 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 int pageSize Maximum number of items to return. Zero means no + * maximum. + * + * The server may return fewer than the specified number of results. * @opt_param string courseId Restricts returned invitations to those for a * course with the specified identifier. - * @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. + * @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 + * 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_ListInvitationsResponse */ 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 index 38ee3eb6..6077cb0d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfiles.php @@ -1,6 +1,6 @@ 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 + * 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) + * 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. @@ -87,25 +96,29 @@ class Google_Service_Classroom_Resource_UserProfilesGuardianInvitations extends } /** * 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. + * 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. + * 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 invitedEmailAddress If specified, only results with the @@ -113,13 +126,15 @@ class Google_Service_Classroom_Resource_UserProfilesGuardianInvitations extends * @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 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. + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @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_ListGuardianInvitationsResponse */ public function listUserProfilesGuardianInvitations($studentId, $optParams = array()) @@ -129,19 +144,24 @@ class Google_Service_Classroom_Resource_UserProfilesGuardianInvitations extends 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) + * 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. @@ -152,8 +172,12 @@ class Google_Service_Classroom_Resource_UserProfilesGuardianInvitations extends * * @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 + * 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 */ 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 index 98a8371f..73342a01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Resource/UserProfilesGuardians.php @@ -1,6 +1,6 @@ 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) + * 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 + * 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 @@ -80,39 +91,47 @@ class Google_Service_Classroom_Resource_UserProfilesGuardians extends Google_Ser } /** * 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 + * 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) + * `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. + * 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 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 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. + * unspecified indicates that the server may assign a maximum. + * + * The server may return fewer than the specified number of results. + * @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_ListGuardiansResponse */ public function listUserProfilesGuardians($studentId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php index e9b41ced..b2a045ad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ReturnStudentSubmissionRequest.php @@ -1,6 +1,6 @@ driveFile = $driveFile; } + /** + * @return Google_Service_Classroom_DriveFile + */ public function getDriveFile() { return $this->driveFile; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php index e4c59121..1e59d45a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/ShortAnswerSubmission.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php index 82262450..8b027309 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/StudentSubmission.php @@ -1,6 +1,6 @@ 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; @@ -125,18 +134,30 @@ class Google_Service_Classroom_StudentSubmission extends Google_Model { 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; @@ -149,6 +170,20 @@ class Google_Service_Classroom_StudentSubmission extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php index a8ae4511..c64df75f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.php b/vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.php index 77255e1c..dea8f482 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/TimeOfDay.php @@ -1,6 +1,6 @@ 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; @@ -66,4 +79,12 @@ class Google_Service_Classroom_UserProfile extends Google_Collection { 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 index b3c33abc..14c828ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Classroom/YouTubeVideo.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -98,6 +94,10 @@ class Google_Service_CloudBuild extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -171,6 +171,21 @@ class Google_Service_CloudBuild extends Google_Service '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, + ), + ), ), ) ) @@ -246,6 +261,21 @@ class Google_Service_CloudBuild extends Google_Service '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/Build.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.php index 7f926793..3b55ab69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Build.php @@ -1,6 +1,6 @@ artifacts = $artifacts; + } + /** + * @return Google_Service_CloudBuild_Artifacts + */ + public function getArtifacts() + { + return $this->artifacts; + } public function setBuildTriggerId($buildTriggerId) { $this->buildTriggerId = $buildTriggerId; @@ -98,10 +119,16 @@ class Google_Service_CloudBuild_Build extends Google_Collection { 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; @@ -114,26 +141,58 @@ class Google_Service_CloudBuild_Build extends Google_Collection { 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; @@ -162,10 +221,16 @@ class Google_Service_CloudBuild_Build extends Google_Collection { 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; @@ -178,6 +243,14 @@ class Google_Service_CloudBuild_Build extends Google_Collection { return $this->substitutions; } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } public function setTimeout($timeout) { $this->timeout = $timeout; @@ -186,4 +259,18 @@ class Google_Service_CloudBuild_Build extends Google_Collection { 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 index 7eaa492c..1dfd7853 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOperationMetadata.php @@ -1,6 +1,6 @@ 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 index a5bec28a..7c3dffab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildOptions.php @@ -1,6 +1,6 @@ diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setLogStreamingOption($logStreamingOption) + { + $this->logStreamingOption = $logStreamingOption; + } + public function getLogStreamingOption() + { + return $this->logStreamingOption; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } public function setRequestedVerifyOption($requestedVerifyOption) { $this->requestedVerifyOption = $requestedVerifyOption; @@ -37,4 +65,12 @@ class Google_Service_CloudBuild_BuildOptions extends Google_Collection { return $this->sourceProvenanceHash; } + public function setSubstitutionOption($substitutionOption) + { + $this->substitutionOption = $substitutionOption; + } + public function getSubstitutionOption() + { + return $this->substitutionOption; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php index bf4b78be..14c69f8d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildStep.php @@ -1,6 +1,6 @@ name; } + 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php index 1c9a2274..154d8dc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php @@ -1,6 +1,6 @@ build = $build; } + /** + * @return Google_Service_CloudBuild_Build + */ public function getBuild() { return $this->build; @@ -84,10 +90,16 @@ class Google_Service_CloudBuild_BuildTrigger extends Google_Model { return $this->substitutions; } + /** + * @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 index 018efa99..74fc8e3c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuiltImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuiltImage.php @@ -1,6 +1,6 @@ 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 index ffb7bbbb..229f6835 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/CancelBuildRequest.php @@ -1,6 +1,6 @@ fileHash = $fileHash; } + /** + * @return Google_Service_CloudBuild_Hash + */ public function getFileHash() { return $this->fileHash; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php index 3040ebf6..4436820a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Hash.php @@ -1,6 +1,6 @@ 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 index f6749c76..ef137830 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListBuildsResponse.php @@ -1,6 +1,6 @@ builds = $builds; } + /** + * @return Google_Service_CloudBuild_Build + */ public function getBuilds() { return $this->builds; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php index ac6517dd..b26f8b6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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 index 2aeb3224..d0bf7559 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php index aae7ef58..6fade416 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/RepoSource.php @@ -1,6 +1,6 @@ commitSha; } + public function setDir($dir) + { + $this->dir = $dir; + } + public function getDir() + { + return $this->dir; + } public function setProjectId($projectId) { $this->projectId = $projectId; 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 index e4adde4d..fec4ab74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php @@ -1,6 +1,6 @@ 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 index d978fc4c..b89bd76d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsTriggers.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_CloudBuild_BuildTrigger"); } /** - * Deletes an BuildTrigger by its project ID and trigger ID. + * 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 string $triggerId ID of the `BuildTrigger` to delete. * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_CloudbuildEmpty */ @@ -59,12 +59,12 @@ class Google_Service_CloudBuild_Resource_ProjectsTriggers extends Google_Service return $this->call('delete', array($params), "Google_Service_CloudBuild_CloudbuildEmpty"); } /** - * Gets information about a BuildTrigger. + * 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 string $triggerId ID of the `BuildTrigger` to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_BuildTrigger */ @@ -75,7 +75,7 @@ class Google_Service_CloudBuild_Resource_ProjectsTriggers extends Google_Service return $this->call('get', array($params), "Google_Service_CloudBuild_BuildTrigger"); } /** - * Lists existing BuildTrigger. + * Lists existing `BuildTrigger`s. * * This API is experimental. (triggers.listProjectsTriggers) * @@ -90,12 +90,12 @@ class Google_Service_CloudBuild_Resource_ProjectsTriggers extends Google_Service return $this->call('list', array($params), "Google_Service_CloudBuild_ListBuildTriggersResponse"); } /** - * Updates an BuildTrigger by its project ID and trigger ID. + * 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 string $triggerId ID of the `BuildTrigger` to update. * @param Google_Service_CloudBuild_BuildTrigger $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudBuild_BuildTrigger @@ -106,4 +106,19 @@ class Google_Service_CloudBuild_Resource_ProjectsTriggers extends Google_Service $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 index a1f776d4..01cde579 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Results.php @@ -1,6 +1,6 @@ artifactManifest = $artifactManifest; + } + public function getArtifactManifest() + { + return $this->artifactManifest; + } public function setBuildStepImages($buildStepImages) { $this->buildStepImages = $buildStepImages; @@ -30,12 +40,26 @@ class Google_Service_CloudBuild_Results extends Google_Collection { return $this->buildStepImages; } + /** + * @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/Source.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php index a6e26a02..df51530e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php @@ -1,6 +1,6 @@ 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 index a89a9c5f..d078eace 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php @@ -1,6 +1,6 @@ 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 index 66067950..f8589c0f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Status.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), - 'stripResults' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'waitToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'clientVersion' => array( 'location' => 'query', 'type' => 'string', @@ -209,14 +201,22 @@ class Google_Service_CloudDebugger extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'includeInactive' => array( + 'location' => 'query', + 'type' => 'boolean', + ), 'includeAllUsers' => array( 'location' => 'query', 'type' => 'boolean', ), - 'includeInactive' => array( + 'stripResults' => array( 'location' => 'query', 'type' => 'boolean', ), + 'waitToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'set' => array( 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/set', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php index 0a0d9892..b5b4a7fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/AliasContext.php @@ -1,6 +1,6 @@ createTime; } + /** + * @param Google_Service_CloudDebugger_Variable + */ public function setEvaluatedExpressions($evaluatedExpressions) { $this->evaluatedExpressions = $evaluatedExpressions; } + /** + * @return Google_Service_CloudDebugger_Variable + */ public function getEvaluatedExpressions() { return $this->evaluatedExpressions; @@ -112,10 +118,16 @@ class Google_Service_CloudDebugger_Breakpoint extends Google_Collection { 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; @@ -136,18 +148,30 @@ class Google_Service_CloudDebugger_Breakpoint extends Google_Collection { 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; @@ -160,10 +184,16 @@ class Google_Service_CloudDebugger_Breakpoint extends Google_Collection { 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 index fcd5d8b8..23d4fc2e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudRepoSourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudRepoSourceContext.php @@ -1,6 +1,6 @@ aliasContext = $aliasContext; } + /** + * @return Google_Service_CloudDebugger_AliasContext + */ public function getAliasContext() { return $this->aliasContext; @@ -40,10 +46,16 @@ class Google_Service_CloudDebugger_CloudRepoSourceContext extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php index 30d3bd82..d9e4dba8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceId.php @@ -1,6 +1,6 @@ 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 index a29c6abb..27df77a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceSourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/CloudWorkspaceSourceContext.php @@ -1,6 +1,6 @@ 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 index 1baaee17..f697514a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ClouddebuggerEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ClouddebuggerEmpty.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_CloudDebugger_ExtendedSourceContext + */ public function setExtSourceContexts($extSourceContexts) { $this->extSourceContexts = $extSourceContexts; } + /** + * @return Google_Service_CloudDebugger_ExtendedSourceContext + */ public function getExtSourceContexts() { return $this->extSourceContexts; @@ -97,18 +103,30 @@ class Google_Service_CloudDebugger_Debuggee extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php index bdde38dd..7ddbf8f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ExtendedSourceContext.php @@ -1,6 +1,6 @@ context = $context; } + /** + * @return Google_Service_CloudDebugger_SourceContext + */ public function getContext() { return $this->context; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php index e56e5f9c..3fddee74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/FormatMessage.php @@ -1,6 +1,6 @@ aliasContext = $aliasContext; } + /** + * @return Google_Service_CloudDebugger_AliasContext + */ public function getAliasContext() { return $this->aliasContext; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php index de523178..0589356e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GetBreakpointResponse.php @@ -1,6 +1,6 @@ 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 index 2d916fc1..7b57c0fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GitSourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/GitSourceContext.php @@ -1,6 +1,6 @@ breakpoints = $breakpoints; } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ public function getBreakpoints() { return $this->breakpoints; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php index dabcf969..da7fbdb9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListBreakpointsResponse.php @@ -1,6 +1,6 @@ breakpoints = $breakpoints; } + /** + * @return Google_Service_CloudDebugger_Breakpoint + */ public function getBreakpoints() { return $this->breakpoints; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php index 2669e3cb..8b0c10fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ListDebuggeesResponse.php @@ -1,6 +1,6 @@ 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 index 7036340f..8782f976 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ProjectRepoId.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/ProjectRepoId.php @@ -1,6 +1,6 @@ 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 index cbd171c1..d183ec93 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RegisterDebuggeeResponse.php @@ -1,6 +1,6 @@ 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 index c5a3b8bb..bbf8f8cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/RepoId.php @@ -1,6 +1,6 @@ projectRepoId = $projectRepoId; } + /** + * @return Google_Service_CloudDebugger_ProjectRepoId + */ public function getProjectRepoId() { return $this->projectRepoId; 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 index 70699a84..a3e421ba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Controller.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/Resource/Controller.php @@ -1,6 +1,6 @@ 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 index e6eb484b..9ea7175a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceContext.php @@ -1,6 +1,6 @@ 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 index a896bb7f..626ec05f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/SourceLocation.php @@ -1,6 +1,6 @@ arguments = $arguments; } + /** + * @return Google_Service_CloudDebugger_Variable + */ public function getArguments() { return $this->arguments; @@ -42,18 +48,30 @@ class Google_Service_CloudDebugger_StackFrame extends Google_Collection { 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 index 43ba9882..d13e45b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StatusMessage.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/StatusMessage.php @@ -1,6 +1,6 @@ description = $description; } + /** + * @return Google_Service_CloudDebugger_FormatMessage + */ public function getDescription() { return $this->description; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php index 3181a61a..55d4d66f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointRequest.php @@ -1,6 +1,6 @@ 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 index a65647da..f8776895 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/UpdateActiveBreakpointResponse.php @@ -1,6 +1,6 @@ members = $members; } + /** + * @return Google_Service_CloudDebugger_Variable + */ public function getMembers() { return $this->members; @@ -43,10 +49,16 @@ class Google_Service_CloudDebugger_Variable extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php index 2ce8b7d2..50e9cad3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php @@ -1,6 +1,6 @@ - * API for managing lightweight user-provided functions executed in response to - * events.
+ * Manages lightweight user-provided functions executed in response to events. * ** For more information about this service, see the API @@ -49,7 +48,7 @@ class Google_Service_CloudFunctions extends Google_Service parent::__construct($client); $this->rootUrl = 'https://cloudfunctions.googleapis.com/'; $this->servicePath = ''; - $this->version = 'v1beta2'; + $this->version = 'v1'; $this->serviceName = 'cloudfunctions'; $this->operations = new Google_Service_CloudFunctions_Resource_Operations( @@ -59,7 +58,7 @@ class Google_Service_CloudFunctions extends Google_Service array( 'methods' => array( 'get' => array( - 'path' => 'v1beta2/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -69,7 +68,7 @@ class Google_Service_CloudFunctions extends Google_Service ), ), ),'list' => array( - 'path' => 'v1beta2/operations', + 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( @@ -100,7 +99,7 @@ class Google_Service_CloudFunctions extends Google_Service array( 'methods' => array( 'list' => array( - 'path' => 'v1beta2/{+name}/locations', + 'path' => 'v1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -108,6 +107,10 @@ class Google_Service_CloudFunctions extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -116,10 +119,6 @@ class Google_Service_CloudFunctions extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) @@ -132,7 +131,7 @@ class Google_Service_CloudFunctions extends Google_Service array( 'methods' => array( 'call' => array( - 'path' => 'v1beta2/{+name}:call', + 'path' => 'v1/{+name}:call', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -142,7 +141,7 @@ class Google_Service_CloudFunctions extends Google_Service ), ), ),'create' => array( - 'path' => 'v1beta2/{+location}/functions', + 'path' => 'v1/{+location}/functions', 'httpMethod' => 'POST', 'parameters' => array( 'location' => array( @@ -152,7 +151,7 @@ class Google_Service_CloudFunctions extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1beta2/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -161,8 +160,28 @@ class Google_Service_CloudFunctions extends Google_Service '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' => 'v1beta2/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -172,10 +191,10 @@ class Google_Service_CloudFunctions extends Google_Service ), ), ),'list' => array( - 'path' => 'v1beta2/{+location}/functions', + 'path' => 'v1/{+parent}/functions', 'httpMethod' => 'GET', 'parameters' => array( - 'location' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -189,15 +208,19 @@ class Google_Service_CloudFunctions extends Google_Service 'type' => 'integer', ), ), - ),'update' => array( - 'path' => 'v1beta2/{+name}', - 'httpMethod' => 'PUT', + ),'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/CloudFunctions/CallFunctionRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.php index 5ab182c3..6962e6c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/CallFunctionRequest.php @@ -1,6 +1,6 @@ availableMemoryMb; } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } public function setEntryPoint($entryPoint) { $this->entryPoint = $entryPoint; @@ -49,29 +60,41 @@ class Google_Service_CloudFunctions_CloudFunction extends Google_Model { return $this->entryPoint; } + /** + * @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; } - public function setHttpsTrigger(Google_Service_CloudFunctions_HTTPSTrigger $httpsTrigger) + /** + * @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 setLatestOperation($latestOperation) + public function setLabels($labels) { - $this->latestOperation = $latestOperation; + $this->labels = $labels; } - public function getLatestOperation() + public function getLabels() { - return $this->latestOperation; + return $this->labels; } public function setName($name) { @@ -81,13 +104,13 @@ class Google_Service_CloudFunctions_CloudFunction extends Google_Model { return $this->name; } - public function setServiceAccount($serviceAccount) + public function setServiceAccountEmail($serviceAccountEmail) { - $this->serviceAccount = $serviceAccount; + $this->serviceAccountEmail = $serviceAccountEmail; } - public function getServiceAccount() + public function getServiceAccountEmail() { - return $this->serviceAccount; + return $this->serviceAccountEmail; } public function setSourceArchiveUrl($sourceArchiveUrl) { @@ -97,14 +120,28 @@ class Google_Service_CloudFunctions_CloudFunction extends Google_Model { 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; @@ -129,4 +166,12 @@ class Google_Service_CloudFunctions_CloudFunction extends Google_Model { 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/EventTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.php index 03095384..6973c79e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/EventTrigger.php @@ -1,6 +1,6 @@ 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; @@ -36,4 +53,12 @@ class Google_Service_CloudFunctions_EventTrigger extends Google_Model { 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/HTTPSTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/HTTPSTrigger.php deleted file mode 100644 index 1141c4bd..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/HTTPSTrigger.php +++ /dev/null @@ -1,30 +0,0 @@ -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 index c8ec7722..8271c12b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListFunctionsResponse.php @@ -1,6 +1,6 @@ functions = $functions; } + /** + * @return Google_Service_CloudFunctions_CloudFunction + */ public function getFunctions() { return $this->functions; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php index 5e4fe418..fd9295e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListLocationsResponse.php @@ -1,6 +1,6 @@ locations = $locations; } + /** + * @return Google_Service_CloudFunctions_Location + */ public function getLocations() { return $this->locations; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php index 9de98b6d..95d61442 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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 index 1cf8057d..03570bb3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Location.php @@ -1,6 +1,6 @@ displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } public function setLabels($labels) { $this->labels = $labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php index 4385fb57..a64e1d56 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Operation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php index 76430bc5..1548de70 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1Beta2.php @@ -1,6 +1,6 @@ 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/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php index 4b431326..9026ecd6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php @@ -1,6 +1,6 @@ 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. + * + * When making a HTTP PUT request, these two headers need to be specified: + * + * * `content-type: application/zip` * `x-goog-content-length-range: + * 0,104857600` (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) @@ -91,9 +142,9 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * Returns a list of functions that belong to the requested project. * (functions.listProjectsLocationsFunctions) * - * @param string $location 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 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 @@ -103,24 +154,28 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * @opt_param int pageSize Maximum number of functions to return per call. * @return Google_Service_CloudFunctions_ListFunctionsResponse */ - public function listProjectsLocationsFunctions($location, $optParams = array()) + public function listProjectsLocationsFunctions($parent, $optParams = array()) { - $params = array('location' => $location); + $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudFunctions_ListFunctionsResponse"); } /** - * Updates existing function. (functions.update) + * Updates existing function. (functions.patch) * - * @param string $name The name of the function to be updated. + * @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 update($name, Google_Service_CloudFunctions_CloudFunction $postBody, $optParams = array()) + 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('update', array($params), "Google_Service_CloudFunctions_Operation"); + return $this->call('patch', array($params), "Google_Service_CloudFunctions_Operation"); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php index d1727e45..18619fe8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/SourceRepository.php @@ -1,6 +1,6 @@ branch = $branch; + $this->deployedUrl = $deployedUrl; } - public function getBranch() + public function getDeployedUrl() { - return $this->branch; + return $this->deployedUrl; } - public function setDeployedRevision($deployedRevision) + public function setUrl($url) { - $this->deployedRevision = $deployedRevision; + $this->url = $url; } - public function getDeployedRevision() + public function getUrl() { - return $this->deployedRevision; - } - public function setRepositoryUrl($repositoryUrl) - { - $this->repositoryUrl = $repositoryUrl; - } - public function getRepositoryUrl() - { - return $this->repositoryUrl; - } - public function setRevision($revision) - { - $this->revision = $revision; - } - public function getRevision() - { - return $this->revision; - } - public function setSourcePath($sourcePath) - { - $this->sourcePath = $sourcePath; - } - public function getSourcePath() - { - return $this->sourcePath; - } - public function setTag($tag) - { - $this->tag = $tag; - } - public function getTag() - { - return $this->tag; + 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 index c0a151cc..11ca8b91 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Status.php @@ -1,6 +1,6 @@ - * Manages encryption for your cloud services the same way you do on-premise. + * Manages encryption for your cloud services the same way you do on-premises. * You can generate, use, rotate, and destroy AES256 encryption keys.
* *@@ -78,6 +78,10 @@ class Google_Service_CloudKMS extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -86,10 +90,6 @@ class Google_Service_CloudKMS extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php index d723d3ad..7d95ea97 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditConfig.php @@ -1,6 +1,6 @@ auditLogConfigs = $auditLogConfigs; } + /** + * @return Google_Service_CloudKMS_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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php index 1e4df3fc..3e215a69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AuditLogConfig.php @@ -1,6 +1,6 @@ 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/CloudKMS/CounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CounterOptions.php deleted file mode 100644 index 13bd4afb..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CounterOptions.php +++ /dev/null @@ -1,39 +0,0 @@ -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/CloudKMS/CryptoKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php index ce6443e2..f0b7ca6e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKey.php @@ -1,6 +1,6 @@ createTime; } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } public function setName($name) { $this->name = $name; @@ -49,10 +58,16 @@ class Google_Service_CloudKMS_CryptoKey extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php index 764a3b57..6e7fe934 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/CryptoKeyVersion.php @@ -1,6 +1,6 @@ cryptoKeyVersions = $cryptoKeyVersions; } + /** + * @return Google_Service_CloudKMS_CryptoKeyVersion + */ public function getCryptoKeyVersions() { return $this->cryptoKeyVersions; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php index 6c601d48..8c17bdcf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListCryptoKeysResponse.php @@ -1,6 +1,6 @@ cryptoKeys = $cryptoKeys; } + /** + * @return Google_Service_CloudKMS_CryptoKey + */ public function getCryptoKeys() { return $this->cryptoKeys; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php index 07b0a709..fef99146 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListKeyRingsResponse.php @@ -1,6 +1,6 @@ keyRings = $keyRings; } + /** + * @return Google_Service_CloudKMS_KeyRing + */ public function getKeyRings() { return $this->keyRings; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php index c8d71f4f..dc0e9add 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/ListLocationsResponse.php @@ -1,6 +1,6 @@ locations = $locations; } + /** + * @return Google_Service_CloudKMS_Location + */ public function getLocations() { return $this->locations; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php index f9960bfd..95e0e186 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Location.php @@ -1,6 +1,6 @@ displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } public function setLabels($labels) { $this->labels = $labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/LogConfig.php deleted file mode 100644 index 0e9affde..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/LogConfig.php +++ /dev/null @@ -1,51 +0,0 @@ -cloudAudit = $cloudAudit; - } - public function getCloudAudit() - { - return $this->cloudAudit; - } - public function setCounter(Google_Service_CloudKMS_CounterOptions $counter) - { - $this->counter = $counter; - } - public function getCounter() - { - return $this->counter; - } - public function setDataAccess(Google_Service_CloudKMS_DataAccessOptions $dataAccess) - { - $this->dataAccess = $dataAccess; - } - public function getDataAccess() - { - return $this->dataAccess; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php index 8fbce2c2..562bdcc4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Policy.php @@ -1,6 +1,6 @@ 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; @@ -52,22 +61,6 @@ class Google_Service_CloudKMS_Policy extends Google_Collection { return $this->etag; } - public function setIamOwned($iamOwned) - { - $this->iamOwned = $iamOwned; - } - public function getIamOwned() - { - return $this->iamOwned; - } - public function setRules($rules) - { - $this->rules = $rules; - } - public function getRules() - { - return $this->rules; - } public function setVersion($version) { $this->version = $version; 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 index e8e959e8..a9a524bd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/Projects.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_CloudKMS_CryptoKey"); } /** - * Decrypt data that was protected by Encrypt. (cryptoKeys.decrypt) + * Decrypts data that was protected by Encrypt. (cryptoKeys.decrypt) * * @param string $name Required. The resource name of the CryptoKey to use for * decryption. The server will choose the appropriate version. @@ -61,7 +61,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten return $this->call('decrypt', array($params), "Google_Service_CloudKMS_DecryptResponse"); } /** - * Encrypt data, so that it can only be recovered by a call to Decrypt. + * Encrypts data, so that it can only be recovered by a call to Decrypt. * (cryptoKeys.encrypt) * * @param string $name Required. The resource name of the CryptoKey or 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 index e0f6ed75..5933b430 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php @@ -1,6 +1,6 @@ action = $action; - } - public function getAction() - { - return $this->action; - } - public function setConditions($conditions) - { - $this->conditions = $conditions; - } - 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; - } - public function setLogConfig($logConfig) - { - $this->logConfig = $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/CloudKMS/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/SetIamPolicyRequest.php index cf66febc..e1c03ec4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/SetIamPolicyRequest.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_CloudKMS_Policy + */ public function getPolicy() { return $this->policy; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php index c83b1cb4..08867b63 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/TestIamPermissionsRequest.php @@ -1,6 +1,6 @@ true, ), ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'list' => array( 'path' => 'v1/{+parent}/jobs', 'httpMethod' => 'GET', @@ -142,6 +153,64 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service '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 = 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', + ), + ), ), ) ) @@ -182,6 +251,16 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'required' => true, ), ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'list' => array( 'path' => 'v1/{+parent}/models', 'httpMethod' => 'GET', @@ -191,6 +270,10 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -200,6 +283,40 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service '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, + ), + ), ), ) ) @@ -249,6 +366,10 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -258,6 +379,20 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service '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', + ), + ), ),'setDefault' => array( 'path' => 'v1/{+name}:setDefault', 'httpMethod' => 'POST', @@ -317,6 +452,10 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -325,10 +464,6 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => 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 index 9defb8c5..2537ffc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleApiHttpBody.php @@ -1,6 +1,6 @@ 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/GoogleCloudMlV1CancelJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.php index a53fd50d..c4cf3926 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1CancelJobRequest.php @@ -1,6 +1,6 @@ config = $config; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Config + */ + public function getConfig() + { + return $this->config; + } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php index 090b9545..2a0619a6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutput.php @@ -1,6 +1,6 @@ allMetrics = $allMetrics; } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric + */ public function getAllMetrics() { return $this->allMetrics; } + /** + * @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; @@ -49,6 +62,14 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOut { return $this->hyperparameters; } + public function setIsTrialStoppedEarly($isTrialStoppedEarly) + { + $this->isTrialStoppedEarly = $isTrialStoppedEarly; + } + public function getIsTrialStoppedEarly() + { + return $this->isTrialStoppedEarly; + } public function setTrialId($trialId) { $this->trialId = $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 index 6ce8feaf..298df418 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.php @@ -1,6 +1,6 @@ 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; @@ -57,12 +76,26 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpe { 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 index 12477968..e4da30b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Job.php @@ -1,6 +1,6 @@ jobId; } + /** + * @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; @@ -96,18 +108,30 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job extends Googl { 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 index 64ee1e51..2425b053 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListJobsResponse.php @@ -1,6 +1,6 @@ jobs = $jobs; } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job + */ public function getJobs() { return $this->jobs; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php index 94073eb1..11adc8ff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListModelsResponse.php @@ -1,6 +1,6 @@ models = $models; } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Model + */ public function getModels() { return $this->models; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php index 3854c313..2bb10b80 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ListVersionsResponse.php @@ -1,6 +1,6 @@ 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/GoogleCloudMlV1ManualScaling.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.php index e2ce19b7..d5980b24 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ManualScaling.php @@ -1,6 +1,6 @@ defaultVersion = $defaultVersion; } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version + */ public function getDefaultVersion() { return $this->defaultVersion; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php index f1b33712..80a28250 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1OperationMetadata.php @@ -1,6 +1,6 @@ operationType; } + public function setProjectNumber($projectNumber) + { + $this->projectNumber = $projectNumber; + } + public function getProjectNumber() + { + return $this->projectNumber; + } public function setStartTime($startTime) { $this->startTime = $startTime; @@ -74,10 +83,16 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1OperationMetadata { 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 index d75f5915..a40f380a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1ParameterSpec.php @@ -1,6 +1,6 @@ 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 index 64b3b2a3..6eeb0be9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionInput.php @@ -1,6 +1,6 @@ batchSize = $batchSize; + } + public function getBatchSize() + { + return $this->batchSize; + } public function setDataFormat($dataFormat) { $this->dataFormat = $dataFormat; @@ -84,6 +94,14 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionInput e { return $this->runtimeVersion; } + public function setSignatureName($signatureName) + { + $this->signatureName = $signatureName; + } + public function getSignatureName() + { + return $this->signatureName; + } public function setUri($uri) { $this->uri = $uri; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php index b3765585..e9d85040 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1PredictionOutput.php @@ -1,6 +1,6 @@ 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; @@ -97,6 +104,14 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput ext { return $this->pythonModule; } + public function setPythonVersion($pythonVersion) + { + $this->pythonVersion = $pythonVersion; + } + public function getPythonVersion() + { + return $this->pythonVersion; + } public function setRegion($region) { $this->region = $region; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php index 1e67d343..c4ecdde6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingOutput.php @@ -1,6 +1,6 @@ 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 index 426b7cbe..f7e88df0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php @@ -1,6 +1,6 @@ autoScaling = $autoScaling; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling + */ + public function getAutoScaling() + { + return $this->autoScaling; + } public function setCreateTime($createTime) { $this->createTime = $createTime; @@ -51,6 +71,22 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version extends G { return $this->description; } + public function setErrorMessage($errorMessage) + { + $this->errorMessage = $errorMessage; + } + public function getErrorMessage() + { + return $this->errorMessage; + } + public function setFramework($framework) + { + $this->framework = $framework; + } + public function getFramework() + { + return $this->framework; + } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; @@ -67,10 +103,16 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version extends G { return $this->lastUseTime; } + /** + * @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; @@ -83,6 +125,14 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version extends G { return $this->name; } + public function setPythonVersion($pythonVersion) + { + $this->pythonVersion = $pythonVersion; + } + public function getPythonVersion() + { + return $this->pythonVersion; + } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; @@ -91,4 +141,12 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version extends G { return $this->runtimeVersion; } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1ManualScaling.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1ManualScaling.php deleted file mode 100644 index 5d0677a7..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1ManualScaling.php +++ /dev/null @@ -1,30 +0,0 @@ -nodes = $nodes; - } - public function getNodes() - { - return $this->nodes; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1OperationMetadata.php deleted file mode 100644 index 8b5c5254..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1OperationMetadata.php +++ /dev/null @@ -1,85 +0,0 @@ -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_CloudMachineLearningEngine_GoogleCloudMlV1beta1Version $version) - { - $this->version = $version; - } - public function getVersion() - { - return $this->version; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1Version.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1Version.php deleted file mode 100644 index 642dff3d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1beta1Version.php +++ /dev/null @@ -1,94 +0,0 @@ -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 setManualScaling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1beta1ManualScaling $manualScaling) - { - $this->manualScaling = $manualScaling; - } - public function getManualScaling() - { - return $this->manualScaling; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setRuntimeVersion($runtimeVersion) - { - $this->runtimeVersion = $runtimeVersion; - } - public function getRuntimeVersion() - { - return $this->runtimeVersion; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php index 9ee43c8d..9a7e6576 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningListOperationsResponse.php @@ -1,6 +1,6 @@ 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 index 8438a2ba..4b7cf860 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleLongrunningOperation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.php index cb33b8d6..93d4aa2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleProtobufEmpty.php @@ -1,6 +1,6 @@ call('getConfig', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse"); } /** - * Performs prediction on the data in the request. - * - * **** REMOVE FROM GENERATED DOCUMENTATION (projects.predict) + * Performs prediction on the data in the request. Cloud ML Engine 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 `Viewer` role on the parent project. + * 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 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 index ced6a517..20d7fc64 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php @@ -1,6 +1,6 @@ call('get', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Job"); } /** - * Lists the jobs in the project. (jobs.listProjectsJobs) + * 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. + * @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. - * - * Authorization: requires `Viewer` role on the specified project. * @param array $optParams Optional parameters. * * @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 ml-engine jobs list --filter='jobId:census*' List all failed jobs with + * names that start with 'rnn': gcloud ml-engine jobs list --filter='jobId:rnn* + * AND state:FAILED' For more examples, see the guide to monitoring jobs. * @opt_param string pageToken Optional. A page token to request the next page * of results. * @@ -100,4 +116,43 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs extends Go $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListJobsResponse"); } + /** + * 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_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/ProjectsModels.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php index 96a165c4..f88e5617 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php @@ -1,6 +1,6 @@ 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. + * @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. (models.listProjectsModels) + * 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. - * - * Authorization: requires `Viewer` role on the specified project. * @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. * @@ -111,4 +124,72 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends $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. (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 index 030482b7..47a56bc1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListVersionsResponse"); } + /** + * Updates the specified Version resource. + * + * Currently the only supported field to update is `description`. + * (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 is`description`. + * @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. * @@ -134,11 +160,9 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions * 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/v1/projects.models.versions/ - * list). - * - * Authorization: requires `Editor` role on the parent project. + * 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 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 index d2a577c3..772c16e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_CloudMonitoring_MetricDescriptor + */ public function setMetrics($metrics) { $this->metrics = $metrics; } + /** + * @return Google_Service_CloudMonitoring_MetricDescriptor + */ public function getMetrics() { return $this->metrics; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php index df36f657..12e4378e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesDescriptorsRequest.php @@ -1,6 +1,6 @@ oldest; } + /** + * @param Google_Service_CloudMonitoring_TimeseriesDescriptor + */ public function setTimeseries($timeseries) { $this->timeseries = $timeseries; } + /** + * @return Google_Service_CloudMonitoring_TimeseriesDescriptor + */ public function getTimeseries() { return $this->timeseries; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php index 1d6db5a3..ba3a4cc9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/ListTimeseriesRequest.php @@ -1,6 +1,6 @@ oldest; } + /** + * @param Google_Service_CloudMonitoring_Timeseries + */ public function setTimeseries($timeseries) { $this->timeseries = $timeseries; } + /** + * @return Google_Service_CloudMonitoring_Timeseries + */ public function getTimeseries() { return $this->timeseries; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php index b4d47467..5f944fe8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptor.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor + */ public function getLabels() { return $this->labels; @@ -58,10 +64,16 @@ class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection { 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 index a480cc32..dd04c366 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorLabelDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/MetricDescriptorLabelDescriptor.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php index 7138dab0..c2639d30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistribution.php @@ -1,6 +1,6 @@ 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 index 540148e3..2c662d77 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionBucket.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/PointDistributionBucket.php @@ -1,6 +1,6 @@ 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 index b7de3d5f..afb5c410 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/TimeseriesDescriptor.php @@ -1,6 +1,6 @@ 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 index 18951de9..e7fe92f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesRequest.php @@ -1,6 +1,6 @@ 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 index 4d24fd34..71ad6de1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMonitoring/WriteTimeseriesResponse.php @@ -1,6 +1,6 @@ - * Google Cloud Natural Language API provides natural language understanding - * technologies to developers. Examples include sentiment analysis, entity - * recognition, and text annotations.
+ * Provides natural language understanding technologies to developers. Examples + * include sentiment analysis, entity recognition, entity sentiment analysis, + * and text annotations. * ** For more information about this service, see the API @@ -32,6 +32,9 @@ */ 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"; @@ -61,6 +64,10 @@ class Google_Service_CloudNaturalLanguage extends Google_Service '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', @@ -73,6 +80,10 @@ class Google_Service_CloudNaturalLanguage extends Google_Service '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 index 6317ea54..76288e3f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesRequest.php @@ -1,6 +1,6 @@ document = $document; } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ public function getDocument() { return $this->document; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php index 376f1db0..4244ecde 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeEntitiesResponse.php @@ -1,6 +1,6 @@ entities = $entities; } + /** + * @return Google_Service_CloudNaturalLanguage_Entity + */ public function getEntities() { return $this->entities; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php index 3496cda1..a43b78ab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentRequest.php @@ -1,6 +1,6 @@ document = $document; } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ public function getDocument() { return $this->document; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php index b2b4cb09..0f9a2723 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSentimentResponse.php @@ -1,6 +1,6 @@ documentSentiment = $documentSentiment; } + /** + * @return Google_Service_CloudNaturalLanguage_Sentiment + */ public function getDocumentSentiment() { return $this->documentSentiment; @@ -40,10 +46,16 @@ class Google_Service_CloudNaturalLanguage_AnalyzeSentimentResponse extends Googl { 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 index ca5a040f..64b94b7d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxRequest.php @@ -1,6 +1,6 @@ document = $document; } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ public function getDocument() { return $this->document; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php index d11d2afd..e118fd42 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnalyzeSyntaxResponse.php @@ -1,6 +1,6 @@ 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 index eb19a0cb..6d0cb9a5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextRequest.php @@ -1,6 +1,6 @@ document = $document; } + /** + * @return Google_Service_CloudNaturalLanguage_Document + */ public function getDocument() { return $this->document; @@ -39,10 +45,16 @@ class Google_Service_CloudNaturalLanguage_AnnotateTextRequest extends Google_Mod { 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 index cc64170f..0dca1ddc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/AnnotateTextResponse.php @@ -1,6 +1,6 @@ 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; @@ -52,18 +80,30 @@ class Google_Service_CloudNaturalLanguage_AnnotateTextResponse extends Google_Co { 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/DependencyEdge.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.php index 017a344d..a9afb889 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/DependencyEdge.php @@ -1,6 +1,6 @@ mentions = $mentions; } + /** + * @return Google_Service_CloudNaturalLanguage_EntityMention + */ public function getMentions() { return $this->mentions; @@ -57,6 +65,20 @@ class Google_Service_CloudNaturalLanguage_Entity extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php index 3675f328..d9ad99ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/EntityMention.php @@ -1,6 +1,6 @@ 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/Features.php b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.php index 1d2e977d..357e9238 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Features.php @@ -1,6 +1,6 @@ classifyText = $classifyText; + } + public function getClassifyText() + { + return $this->classifyText; + } public function setExtractDocumentSentiment($extractDocumentSentiment) { $this->extractDocumentSentiment = $extractDocumentSentiment; @@ -37,6 +47,14 @@ class Google_Service_CloudNaturalLanguage_Features extends Google_Model { return $this->extractEntities; } + public function setExtractEntitySentiment($extractEntitySentiment) + { + $this->extractEntitySentiment = $extractEntitySentiment; + } + public function getExtractEntitySentiment() + { + return $this->extractEntitySentiment; + } public function setExtractSyntax($extractSyntax) { $this->extractSyntax = $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 index 81123c08..1e72d885 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/PartOfSpeech.php @@ -1,6 +1,6 @@ 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) * @@ -83,4 +98,17 @@ class Google_Service_CloudNaturalLanguage_Resource_Documents extends Google_Serv $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 index e02ad371..356e1f65 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentence.php @@ -1,6 +1,6 @@ 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 index ec64f7e6..110194d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguage/Sentiment.php @@ -1,6 +1,6 @@ dependencyEdge = $dependencyEdge; } + /** + * @return Google_Service_CloudNaturalLanguage_DependencyEdge + */ public function getDependencyEdge() { return $this->dependencyEdge; @@ -41,18 +47,30 @@ class Google_Service_CloudNaturalLanguage_Token extends Google_Model { 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 index a1d10e14..424b1a29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudNaturalLanguageAPI.php @@ -1,6 +1,6 @@ * The Google Cloud Resource Manager API provides methods for creating, reading, @@ -38,10 +38,7 @@ class Google_Service_CloudResourceManager extends Google_Service const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; - public $liens; - public $operations; - public $organizations; - public $projects; + public $folders; /** * Constructs the internal representation of the CloudResourceManager service. @@ -53,166 +50,46 @@ class Google_Service_CloudResourceManager extends Google_Service parent::__construct($client); $this->rootUrl = 'https://cloudresourcemanager.googleapis.com/'; $this->servicePath = ''; - $this->version = 'v1'; + $this->version = 'v2'; $this->serviceName = 'cloudresourcemanager'; - $this->liens = new Google_Service_CloudResourceManager_Resource_Liens( + $this->folders = new Google_Service_CloudResourceManager_Resource_Folders( $this, $this->serviceName, - 'liens', + 'folders', array( 'methods' => array( 'create' => array( - 'path' => 'v1/liens', + 'path' => 'v2/folders', 'httpMethod' => 'POST', - 'parameters' => array(), - ),'delete' => array( - 'path' => 'v1/{+name}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'v1/liens', - 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), - ), - ) - ) - ); - $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, - ), - ), - ), - ) - ) - ); - $this->organizations = new Google_Service_CloudResourceManager_Resource_Organizations( - $this, - $this->serviceName, - 'organizations', - array( - 'methods' => 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' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'search' => array( - 'path' => 'v1/organizations:search', - 'httpMethod' => 'POST', - 'parameters' => array(), - ),'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 = new Google_Service_CloudResourceManager_Resource_Projects( - $this, - $this->serviceName, - 'projects', - array( - 'methods' => array( - 'create' => array( - 'path' => 'v1/projects', - 'httpMethod' => 'POST', - 'parameters' => array(), ),'delete' => array( - 'path' => 'v1/projects/{projectId}', + 'path' => 'v2/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( - 'projectId' => array( + 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( - 'path' => 'v1/projects/{projectId}', + 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'getAncestry' => array( - 'path' => 'v1/projects/{projectId}:getAncestry', - 'httpMethod' => 'POST', - 'parameters' => array( - 'projectId' => array( + 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'getIamPolicy' => array( - 'path' => 'v1/projects/{resource}:getIamPolicy', + 'path' => 'v2/{+resource}:getIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -222,24 +99,56 @@ class Google_Service_CloudResourceManager extends Google_Service ), ), ),'list' => array( - 'path' => 'v1/projects', + 'path' => 'v2/folders', 'httpMethod' => 'GET', 'parameters' => array( - 'filter' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'parent' => array( 'location' => 'query', 'type' => 'string', ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', + ), + ),'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' => 'v1/projects/{resource}:setIamPolicy', + 'path' => 'v2/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -249,7 +158,7 @@ class Google_Service_CloudResourceManager extends Google_Service ), ), ),'testIamPermissions' => array( - 'path' => 'v1/projects/{resource}:testIamPermissions', + 'path' => 'v2/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -259,20 +168,10 @@ class Google_Service_CloudResourceManager extends Google_Service ), ), ),'undelete' => array( - 'path' => 'v1/projects/{projectId}:undelete', + 'path' => 'v2/{+name}:undelete', 'httpMethod' => 'POST', 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'v1/projects/{projectId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'projectId' => array( + 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Ancestor.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Ancestor.php deleted file mode 100644 index 044d2ba5..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Ancestor.php +++ /dev/null @@ -1,31 +0,0 @@ -resourceId = $resourceId; - } - public function getResourceId() - { - return $this->resourceId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php index 8e55adbb..9970c966 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditConfig.php @@ -1,6 +1,6 @@ auditLogConfigs = $auditLogConfigs; } + /** + * @return Google_Service_CloudResourceManager_AuditLogConfig + */ public function getAuditLogConfigs() { return $this->auditLogConfigs; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php index 9bd433bd..fc124f62 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/AuditLogConfig.php @@ -1,6 +1,6 @@ ancestor = $ancestor; - } - public function getAncestor() - { - return $this->ancestor; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php index 2157401c..6dabd06c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/GetIamPolicyRequest.php @@ -1,6 +1,6 @@ createTime = $createTime; - } - public function getCreateTime() - { - return $this->createTime; - } - 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 setParent($parent) - { - $this->parent = $parent; - } - public function getParent() - { - return $this->parent; - } - public function setReason($reason) - { - $this->reason = $reason; - } - public function getReason() - { - return $this->reason; - } - public function setRestrictions($restrictions) - { - $this->restrictions = $restrictions; - } - public function getRestrictions() - { - return $this->restrictions; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListLiensResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListLiensResponse.php deleted file mode 100644 index 93c61cf1..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListLiensResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -liens = $liens; - } - public function getLiens() - { - return $this->liens; - } - public function setNextPageToken($nextPageToken) - { - $this->nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListProjectsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListProjectsResponse.php deleted file mode 100644 index 571f22b2..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ListProjectsResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } - public function setProjects($projects) - { - $this->projects = $projects; - } - public function getProjects() - { - return $this->projects; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php index c86ec471..07ac32e2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Operation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Organization.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Organization.php deleted file mode 100644 index b78fc265..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Organization.php +++ /dev/null @@ -1,67 +0,0 @@ -creationTime = $creationTime; - } - public function getCreationTime() - { - return $this->creationTime; - } - 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 setOwner(Google_Service_CloudResourceManager_OrganizationOwner $owner) - { - $this->owner = $owner; - } - public function getOwner() - { - return $this->owner; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/OrganizationOwner.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/OrganizationOwner.php deleted file mode 100644 index 45896675..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/OrganizationOwner.php +++ /dev/null @@ -1,30 +0,0 @@ -directoryCustomerId = $directoryCustomerId; - } - public function getDirectoryCustomerId() - { - return $this->directoryCustomerId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php index bf55c2fc..68d39f7b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Policy.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Project.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Project.php deleted file mode 100644 index 1756338b..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Project.php +++ /dev/null @@ -1,85 +0,0 @@ -createTime = $createTime; - } - public function getCreateTime() - { - return $this->createTime; - } - public function setLabels($labels) - { - $this->labels = $labels; - } - public function getLabels() - { - return $this->labels; - } - 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(Google_Service_CloudResourceManager_ResourceId $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 setProjectNumber($projectNumber) - { - $this->projectNumber = $projectNumber; - } - public function getProjectNumber() - { - return $this->projectNumber; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php index 5264612d..1dae090f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ProjectCreationStatus.php @@ -1,6 +1,6 @@ - * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); - * $liens = $cloudresourcemanagerService->liens; - * - */ -class Google_Service_CloudResourceManager_Resource_Liens extends Google_Service_Resource -{ - /** - * Create a Lien which applies to the resource denoted by the `parent` field. - * - * Callers of this method will require permission on the `parent` resource. For - * example, applying to `projects/1234` requires permission - * `resourcemanager.projects.updateLiens`. - * - * NOTE: Some resources may limit the number of Liens which may be applied. - * (liens.create) - * - * @param Google_Service_CloudResourceManager_Lien $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_Lien - */ - public function create(Google_Service_CloudResourceManager_Lien $postBody, $optParams = array()) - { - $params = array('postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudResourceManager_Lien"); - } - /** - * Delete a Lien by `name`. - * - * Callers of this method will require permission on the `parent` resource. For - * example, a Lien with a `parent` of `projects/1234` requires permission - * `resourcemanager.projects.updateLiens`. (liens.delete) - * - * @param string $name The name/identifier of the Lien to delete. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_CloudresourcemanagerEmpty - */ - public function delete($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_CloudResourceManager_CloudresourcemanagerEmpty"); - } - /** - * List all Liens applied to the `parent` resource. - * - * Callers of this method will require permission on the `parent` resource. For - * example, a Lien with a `parent` of `projects/1234` requires permission - * `resourcemanager.projects.get`. (liens.listLiens) - * - * @param array $optParams Optional parameters. - * - * @opt_param string parent The name of the resource to list all attached Liens. - * For example, `projects/1234`. - * @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. This is a - * suggestion for the server. - * @return Google_Service_CloudResourceManager_ListLiensResponse - */ - public function listLiens($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListLiensResponse"); - } -} 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 deleted file mode 100644 index 096b85b7..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Operations.php +++ /dev/null @@ -1,43 +0,0 @@ - - * $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/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.php deleted file mode 100644 index 4e04bef5..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.php +++ /dev/null @@ -1,114 +0,0 @@ - - * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); - * $organizations = $cloudresourcemanagerService->organizations; - * - */ -class Google_Service_CloudResourceManager_Resource_Organizations extends Google_Service_Resource -{ - /** - * Fetches an Organization resource identified by the specified resource name. - * (organizations.get) - * - * @param string $name The resource name of the Organization to fetch, e.g. - * "organizations/1234". - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_Organization - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudResourceManager_Organization"); - } - /** - * Gets the access control policy for an Organization resource. May be empty if - * no such policy or resource exists. The `resource` field should be the - * organization's resource name, e.g. "organizations/123". - * (organizations.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"); - } - /** - * Searches Organization resources that are visible to the user and satisfy the - * specified filter. This method returns Organizations in an unspecified order. - * New Organizations do not necessarily appear at the end of the results. - * (organizations.search) - * - * @param Google_Service_CloudResourceManager_SearchOrganizationsRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_SearchOrganizationsResponse - */ - public function search(Google_Service_CloudResourceManager_SearchOrganizationsRequest $postBody, $optParams = array()) - { - $params = array('postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('search', array($params), "Google_Service_CloudResourceManager_SearchOrganizationsResponse"); - } - /** - * Sets the access control policy on an Organization resource. Replaces any - * existing policy. The `resource` field should be the organization's resource - * name, e.g. "organizations/123". (organizations.setIamPolicy) - * - * @param string $resource REQUIRED: The resource for which the policy is being - * specified. See the operation documentation for the appropriate value for this - * 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 Organization. The - * `resource` field should be the organization's resource name, e.g. - * "organizations/123". (organizations.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"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php deleted file mode 100644 index 5291c3d2..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php +++ /dev/null @@ -1,286 +0,0 @@ - - * $cloudresourcemanagerService = new Google_Service_CloudResourceManager(...); - * $projects = $cloudresourcemanagerService->projects; - * - */ -class Google_Service_CloudResourceManager_Resource_Projects extends Google_Service_Resource -{ - /** - * Request that a new Project be created. The result is an Operation which can - * be used to track the creation process. It is automatically deleted after a - * few hours, so there is no need to call DeleteOperation. - * - * Our SLO permits Project creation to take up to 30 seconds at the 90th - * percentile. As of 2016-08-29, we are observing 6 seconds 50th percentile - * latency. 95th percentile latency is around 11 seconds. We recommend polling - * at the 5th second with an exponential backoff. (projects.create) - * - * @param Google_Service_CloudResourceManager_Project $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_Operation - */ - public function create(Google_Service_CloudResourceManager_Project $postBody, $optParams = array()) - { - $params = array('postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation"); - } - /** - * Marks the Project identified by the specified `project_id` (for example, `my- - * project-123`) for deletion. This method will only affect the Project if the - * following criteria are met: - * - * + The Project does not have a billing account associated with it. + The - * Project has a lifecycle state of ACTIVE. - * - * This method changes the Project's lifecycle state from ACTIVE to - * DELETE_REQUESTED. The deletion starts at an unspecified time, at which point - * the Project is no longer accessible. - * - * Until the deletion completes, you can check the lifecycle state checked by - * retrieving the Project with GetProject, and the Project remains visible to - * ListProjects. However, you cannot update the project. - * - * After the deletion completes, the Project is not retrievable by the - * GetProject and ListProjects methods. - * - * The caller must have modify permissions for this Project. (projects.delete) - * - * @param string $projectId The Project ID (for example, `foo-bar-123`). - * - * Required. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_CloudresourcemanagerEmpty - */ - public function delete($projectId, $optParams = array()) - { - $params = array('projectId' => $projectId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_CloudResourceManager_CloudresourcemanagerEmpty"); - } - /** - * Retrieves the Project identified by the specified `project_id` (for example, - * `my-project-123`). - * - * The caller must have read permissions for this Project. (projects.get) - * - * @param string $projectId The Project ID (for example, `my-project-123`). - * - * Required. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_Project - */ - public function get($projectId, $optParams = array()) - { - $params = array('projectId' => $projectId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudResourceManager_Project"); - } - /** - * Gets a list of ancestors in the resource hierarchy for the Project identified - * by the specified `project_id` (for example, `my-project-123`). - * - * The caller must have read permissions for this Project. - * (projects.getAncestry) - * - * @param string $projectId The Project ID (for example, `my-project-123`). - * - * Required. - * @param Google_Service_CloudResourceManager_GetAncestryRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_GetAncestryResponse - */ - public function getAncestry($projectId, Google_Service_CloudResourceManager_GetAncestryRequest $postBody, $optParams = array()) - { - $params = array('projectId' => $projectId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('getAncestry', array($params), "Google_Service_CloudResourceManager_GetAncestryResponse"); - } - /** - * Returns the IAM access control policy for the specified Project. Permission - * is denied if the policy or the resource does not exist. - * (projects.getIamPolicy) - * - * @param string $resource REQUIRED: The resource for which the policy is being - * requested. See the operation documentation for the appropriate value for this - * 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 Projects that are visible to the user and satisfy the specified filter. - * This method returns Projects in an unspecified order. New Projects do not - * necessarily appear at the end of the list. (projects.listProjects) - * - * @param array $optParams Optional parameters. - * - * @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` + `id` + labels.key where *key* is the name of a label - * - * Some examples of using labels as filters: - * - * |Filter|Description| |------|-----------| |name:*|The project has a name.| - * |name:Howl|The project's name is `Howl` or `howl`.| |name:HOWL|Equivalent to - * above.| |NAME:howl|Equivalent to above.| |labels.color:*|The project has the - * label `color`.| |labels.color:red|The project's label `color` has the value - * `red`.| |labels.color:redlabel.size:big|The project's label `color` has the - * value `red` and its label `size` has the value `big`. - * - * Optional. - * @opt_param string pageToken A pagination token returned from a previous call - * to ListProjects that indicates from where listing should continue. - * - * Optional. - * @opt_param int pageSize The maximum number of Projects to return in the - * response. The server can return fewer Projects than requested. If - * unspecified, server picks an appropriate default. - * - * Optional. - * @return Google_Service_CloudResourceManager_ListProjectsResponse - */ - public function listProjects($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListProjectsResponse"); - } - /** - * Sets the IAM access control policy for the specified Project. Replaces any - * existing policy. - * - * The following constraints apply when using `setIamPolicy()`: - * - * + Project does not support `allUsers` and `allAuthenticatedUsers` as - * `members` in a `Binding` of a `Policy`. - * - * + The owner role can be granted only to `user` and `serviceAccount`. - * - * + Service accounts can be made owners of a project directly without any - * restrictions. However, to be added as an owner, a user must be invited via - * Cloud Platform console and must accept the invitation. - * - * + A user cannot be granted the owner role using `setIamPolicy()`. The user - * must be granted the owner role using the Cloud Platform Console and must - * explicitly accept the invitation. - * - * + Invitations to grant the owner role cannot be sent using `setIamPolicy()`; - * they must be sent only using the Cloud Platform Console. - * - * + Membership changes that leave the project without any owners that have - * accepted the Terms of Service (ToS) will be rejected. - * - * + There must be at least one owner who has accepted the Terms of Service - * (ToS) agreement in the policy. Calling `setIamPolicy()` to to remove the last - * ToS-accepted owner from the policy will fail. This restriction also applies - * to legacy projects that no longer have owners who have accepted the ToS. - * Edits to IAM policies will be rejected until the lack of a ToS-accepting - * owner is rectified. - * - * + Calling this method requires enabling the App Engine Admin API. - * - * Note: Removing service accounts from policies or changing their roles can - * render services completely inoperable. It is important to understand how the - * service account is being used before removing or updating its roles. - * (projects.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 Project. - * (projects.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"); - } - /** - * Restores the Project identified by the specified `project_id` (for example, - * `my-project-123`). You can only use this method for a Project that has a - * lifecycle state of DELETE_REQUESTED. After deletion starts, the Project - * cannot be restored. - * - * The caller must have modify permissions for this Project. (projects.undelete) - * - * @param string $projectId The project ID (for example, `foo-bar-123`). - * - * Required. - * @param Google_Service_CloudResourceManager_UndeleteProjectRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_CloudresourcemanagerEmpty - */ - public function undelete($projectId, Google_Service_CloudResourceManager_UndeleteProjectRequest $postBody, $optParams = array()) - { - $params = array('projectId' => $projectId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('undelete', array($params), "Google_Service_CloudResourceManager_CloudresourcemanagerEmpty"); - } - /** - * Updates the attributes of the Project identified by the specified - * `project_id` (for example, `my-project-123`). - * - * The caller must have modify permissions for this Project. (projects.update) - * - * @param string $projectId The project ID (for example, `my-project-123`). - * - * Required. - * @param Google_Service_CloudResourceManager_Project $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudResourceManager_Project - */ - public function update($projectId, Google_Service_CloudResourceManager_Project $postBody, $optParams = array()) - { - $params = array('projectId' => $projectId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('update', array($params), "Google_Service_CloudResourceManager_Project"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ResourceId.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ResourceId.php deleted file mode 100644 index ac1347bc..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/ResourceId.php +++ /dev/null @@ -1,39 +0,0 @@ -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/CloudResourceManager/SearchOrganizationsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchOrganizationsRequest.php deleted file mode 100644 index d682ba0c..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchOrganizationsRequest.php +++ /dev/null @@ -1,48 +0,0 @@ -filter = $filter; - } - public function getFilter() - { - return $this->filter; - } - 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/CloudResourceManager/SearchOrganizationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchOrganizationsResponse.php deleted file mode 100644 index d05ba06e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SearchOrganizationsResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } - public function setOrganizations($organizations) - { - $this->organizations = $organizations; - } - public function getOrganizations() - { - return $this->organizations; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php index e84b61c8..6e5f3e5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/SetIamPolicyRequest.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_CloudResourceManager_Policy + */ public function getPolicy() { return $this->policy; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.php index b5c5b7ac..a431c6c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Status.php @@ -1,6 +1,6 @@ - * Provides capabilities for dynamic configuration and coordination for - * applications running on Google Cloud Platform.
+ * 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 @@ -88,6 +90,10 @@ class Google_Service_CloudRuntimeConfig extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -96,10 +102,6 @@ class Google_Service_CloudRuntimeConfig extends Google_Service '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 index 948405c0..6f3f2dbd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/CancelOperationRequest.php @@ -1,6 +1,6 @@ number = $number; - } - public function getNumber() - { - return $this->number; - } - public function setPath($path) - { - $this->path = $path; - } - public function getPath() - { - return $this->path; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/EndCondition.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/EndCondition.php deleted file mode 100644 index e1321943..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/EndCondition.php +++ /dev/null @@ -1,31 +0,0 @@ -cardinality = $cardinality; - } - public function getCardinality() - { - return $this->cardinality; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListConfigsResponse.php deleted file mode 100644 index 607dbbc7..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListConfigsResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -configs = $configs; - } - public function getConfigs() - { - return $this->configs; - } - public function setNextPageToken($nextPageToken) - { - $this->nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListOperationsResponse.php index 9ef11d09..0b9fa19f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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/ListVariablesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListVariablesResponse.php deleted file mode 100644 index b063e7ac..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListVariablesResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } - public function setVariables($variables) - { - $this->variables = $variables; - } - public function getVariables() - { - return $this->variables; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListWaitersResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListWaitersResponse.php deleted file mode 100644 index e6b7a0d6..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/ListWaitersResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } - public function setWaiters($waiters) - { - $this->waiters = $waiters; - } - public function getWaiters() - { - return $this->waiters; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php index 7339420d..b7c04577 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Operation.php @@ -1,6 +1,6 @@ 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; 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 index 25354914..c6abfb92 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/Operations.php @@ -1,6 +1,6 @@ - * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); - * $projects = $runtimeconfigService->projects; - * - */ -class Google_Service_CloudRuntimeConfig_Resource_Projects extends Google_Service_Resource -{ -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigs.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigs.php deleted file mode 100644 index 013afd37..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigs.php +++ /dev/null @@ -1,123 +0,0 @@ - - * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); - * $configs = $runtimeconfigService->configs; - * - */ -class Google_Service_CloudRuntimeConfig_Resource_ProjectsConfigs extends Google_Service_Resource -{ - /** - * Creates a new RuntimeConfig resource. The configuration name must be unique - * within project. (configs.create) - * - * @param string $parent The [project - * ID](https://support.google.com/cloud/answer/6158840?hl=en_topic=6158848) for - * this request, in the format `projects/[PROJECT_ID]`. - * @param Google_Service_CloudRuntimeConfig_RuntimeConfig $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string requestId An optional unique request_id. If server receives - * two Create requests with the same request_id then second request will be - * ignored and the resource stored in the backend will be returned. Empty - * request_id fields are ignored. It is responsibility of the client to ensure - * uniqueness of the request_id strings. The strings are limited to 64 - * characters. - * @return Google_Service_CloudRuntimeConfig_RuntimeConfig - */ - public function create($parent, Google_Service_CloudRuntimeConfig_RuntimeConfig $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudRuntimeConfig_RuntimeConfig"); - } - /** - * Deletes a RuntimeConfig resource. (configs.delete) - * - * @param string $name The RuntimeConfig resource to delete, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @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"); - } - /** - * Gets information about a RuntimeConfig resource. (configs.get) - * - * @param string $name The name of the RuntimeConfig resource to retrieve, in - * the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @param array $optParams Optional parameters. - * @return Google_Service_CloudRuntimeConfig_RuntimeConfig - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudRuntimeConfig_RuntimeConfig"); - } - /** - * Lists all the RuntimeConfig resources within project. - * (configs.listProjectsConfigs) - * - * @param string $parent The [project - * ID](https://support.google.com/cloud/answer/6158840?hl=en_topic=6158848) for - * this request, in the format `projects/[PROJECT_ID]`. - * @param array $optParams Optional parameters. - * - * @opt_param int pageSize Specifies the number of results to return per page. - * If there are fewer elements than the specified number, returns all elements. - * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to - * a `nextPageToken` returned by a previous list request to get the next page of - * results. - * @return Google_Service_CloudRuntimeConfig_ListConfigsResponse - */ - public function listProjectsConfigs($parent, $optParams = array()) - { - $params = array('parent' => $parent); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudRuntimeConfig_ListConfigsResponse"); - } - /** - * Updates a RuntimeConfig resource. The configuration must exist beforehand. - * (configs.update) - * - * @param string $name The name of the RuntimeConfig resource to update, in the - * format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @param Google_Service_CloudRuntimeConfig_RuntimeConfig $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudRuntimeConfig_RuntimeConfig - */ - public function update($name, Google_Service_CloudRuntimeConfig_RuntimeConfig $postBody, $optParams = array()) - { - $params = array('name' => $name, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('update', array($params), "Google_Service_CloudRuntimeConfig_RuntimeConfig"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsOperations.php deleted file mode 100644 index 9e00b34d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsOperations.php +++ /dev/null @@ -1,43 +0,0 @@ - - * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); - * $operations = $runtimeconfigService->operations; - * - */ -class Google_Service_CloudRuntimeConfig_Resource_ProjectsConfigsOperations 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_CloudRuntimeConfig_Operation - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudRuntimeConfig_Operation"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsVariables.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsVariables.php deleted file mode 100644 index 23713ff3..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsVariables.php +++ /dev/null @@ -1,170 +0,0 @@ - - * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); - * $variables = $runtimeconfigService->variables; - * - */ -class Google_Service_CloudRuntimeConfig_Resource_ProjectsConfigsVariables extends Google_Service_Resource -{ - /** - * Creates a variable within the given configuration. You cannot create a - * variable with a name that is a prefix of an existing variable name, or a name - * that has an existing variable name as a prefix. - * - * To learn more about creating a variable, read the [Setting and Getting Data - * ](/deployment-manager/runtime-configurator/set-and-get-variables) - * documentation. (variables.create) - * - * @param string $parent The path to the RutimeConfig resource that this - * variable should belong to. The configuration must exist beforehand; the path - * must by in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @param Google_Service_CloudRuntimeConfig_Variable $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string requestId An optional unique request_id. If server receives - * two Create requests with the same request_id then second request will be - * ignored and the resource stored in the backend will be returned. Empty - * request_id fields are ignored. It is responsibility of the client to ensure - * uniqueness of the request_id strings. The strings are limited to 64 - * characters. - * @return Google_Service_CloudRuntimeConfig_Variable - */ - public function create($parent, Google_Service_CloudRuntimeConfig_Variable $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudRuntimeConfig_Variable"); - } - /** - * Deletes a variable or multiple variables. - * - * If you specify a variable name, then that variable is deleted. If you specify - * a prefix and `recursive` is true, then all variables with that prefix are - * deleted. You must set a `recursive` to true if you delete variables by - * prefix. (variables.delete) - * - * @param string $name The name of the variable to delete, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]` - * @param array $optParams Optional parameters. - * - * @opt_param bool recursive Set to `true` to recursively delete multiple - * variables with the same prefix. - * @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"); - } - /** - * Gets information about a single variable. (variables.get) - * - * @param string $name The name of the variable to return, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIBLE_NAME]` - * @param array $optParams Optional parameters. - * @return Google_Service_CloudRuntimeConfig_Variable - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudRuntimeConfig_Variable"); - } - /** - * Lists variables within given a configuration, matching any provided filters. - * This only lists variable names, not the values. - * (variables.listProjectsConfigsVariables) - * - * @param string $parent The path to the RuntimeConfig resource for which you - * want to list variables. The configuration must exist beforehand; the path - * must by in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @param array $optParams Optional parameters. - * - * @opt_param int pageSize Specifies the number of results to return per page. - * If there are fewer elements than the specified number, returns all elements. - * @opt_param string filter Filters variables by matching the specified filter. - * For example: - * - * `projects/example-project/config/[CONFIG_NAME]/variables/example-variable`. - * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to - * a `nextPageToken` returned by a previous list request to get the next page of - * results. - * @return Google_Service_CloudRuntimeConfig_ListVariablesResponse - */ - public function listProjectsConfigsVariables($parent, $optParams = array()) - { - $params = array('parent' => $parent); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudRuntimeConfig_ListVariablesResponse"); - } - /** - * Updates an existing variable with a new value. (variables.update) - * - * @param string $name The name of the variable to update, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]` - * @param Google_Service_CloudRuntimeConfig_Variable $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudRuntimeConfig_Variable - */ - public function update($name, Google_Service_CloudRuntimeConfig_Variable $postBody, $optParams = array()) - { - $params = array('name' => $name, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('update', array($params), "Google_Service_CloudRuntimeConfig_Variable"); - } - /** - * Watches a specific variable and waits for a change in the variable's value. - * When there is a change, this method returns the new value or times out. - * - * If a variable is deleted while being watched, the `variableState` state is - * set to `DELETED` and the method returns the last known variable `value`. - * - * If you set the deadline for watching to a larger value than internal timeout - * (60 seconds), the current variable value is returned and the `variableState` - * will be `VARIABLE_STATE_UNSPECIFIED`. - * - * To learn more about creating a watcher, read the [Watching a Variable for - * Changes](/deployment-manager/runtime-configurator/watching-a-variable) - * documentation. (variables.watch) - * - * @param string $name The name of the variable to watch, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @param Google_Service_CloudRuntimeConfig_WatchVariableRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudRuntimeConfig_Variable - */ - public function watch($name, Google_Service_CloudRuntimeConfig_WatchVariableRequest $postBody, $optParams = array()) - { - $params = array('name' => $name, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('watch', array($params), "Google_Service_CloudRuntimeConfig_Variable"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsWaiters.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsWaiters.php deleted file mode 100644 index 7f407cbd..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Resource/ProjectsConfigsWaiters.php +++ /dev/null @@ -1,111 +0,0 @@ - - * $runtimeconfigService = new Google_Service_CloudRuntimeConfig(...); - * $waiters = $runtimeconfigService->waiters; - * - */ -class Google_Service_CloudRuntimeConfig_Resource_ProjectsConfigsWaiters extends Google_Service_Resource -{ - /** - * Creates a Waiter resource. This operation returns a long-running Operation - * resource which can be polled for completion. However, a waiter with the given - * name will exist (and can be retrieved) prior to the operation completing. If - * the operation fails, the failed Waiter resource will still exist and must be - * deleted prior to subsequent creation attempts. (waiters.create) - * - * @param string $parent The path to the configuration that will own the waiter. - * The configuration must exist beforehand; the path must by in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`. - * @param Google_Service_CloudRuntimeConfig_Waiter $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string requestId An optional unique request_id. If server receives - * two Create requests with the same request_id then second request will be - * ignored and information stored in the backend will be returned. Empty - * request_id fields are ignored. It is responsibility of the client to ensure - * uniqueness of the request_id strings. The strings are limited to 64 - * characters. - * @return Google_Service_CloudRuntimeConfig_Operation - */ - public function create($parent, Google_Service_CloudRuntimeConfig_Waiter $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudRuntimeConfig_Operation"); - } - /** - * Deletes the waiter with the specified name. (waiters.delete) - * - * @param string $name The Waiter resource to delete, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]` - * @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"); - } - /** - * Gets information about a single waiter. (waiters.get) - * - * @param string $name The fully-qualified name of the Waiter resource object to - * retrieve, in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]` - * @param array $optParams Optional parameters. - * @return Google_Service_CloudRuntimeConfig_Waiter - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudRuntimeConfig_Waiter"); - } - /** - * List waiters within the given configuration. - * (waiters.listProjectsConfigsWaiters) - * - * @param string $parent The path to the configuration for which you want to get - * a list of waiters. The configuration must exist beforehand; the path must by - * in the format: - * - * `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` - * @param array $optParams Optional parameters. - * - * @opt_param int pageSize Specifies the number of results to return per page. - * If there are fewer elements than the specified number, returns all elements. - * @opt_param string pageToken Specifies a page token to use. Set `pageToken` to - * a `nextPageToken` returned by a previous list request to get the next page of - * results. - * @return Google_Service_CloudRuntimeConfig_ListWaitersResponse - */ - public function listProjectsConfigsWaiters($parent, $optParams = array()) - { - $params = array('parent' => $parent); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudRuntimeConfig_ListWaitersResponse"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeConfig.php deleted file mode 100644 index 445bade1..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeConfig.php +++ /dev/null @@ -1,39 +0,0 @@ -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/CloudRuntimeConfig/RuntimeconfigEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.php index a07606d7..07e9b51d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/RuntimeconfigEmpty.php @@ -1,6 +1,6 @@ name = $name; - } - public function getName() - { - return $this->name; - } - 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; - } - public function setValue($value) - { - $this->value = $value; - } - public function getValue() - { - return $this->value; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Waiter.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Waiter.php deleted file mode 100644 index d115775b..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/Waiter.php +++ /dev/null @@ -1,87 +0,0 @@ -createTime = $createTime; - } - public function getCreateTime() - { - return $this->createTime; - } - public function setDone($done) - { - $this->done = $done; - } - public function getDone() - { - return $this->done; - } - public function setError(Google_Service_CloudRuntimeConfig_Status $error) - { - $this->error = $error; - } - public function getError() - { - return $this->error; - } - public function setFailure(Google_Service_CloudRuntimeConfig_EndCondition $failure) - { - $this->failure = $failure; - } - public function getFailure() - { - return $this->failure; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setSuccess(Google_Service_CloudRuntimeConfig_EndCondition $success) - { - $this->success = $success; - } - public function getSuccess() - { - return $this->success; - } - public function setTimeout($timeout) - { - $this->timeout = $timeout; - } - public function getTimeout() - { - return $this->timeout; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/WatchVariableRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/WatchVariableRequest.php deleted file mode 100644 index 7de9800f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRuntimeConfig/WatchVariableRequest.php +++ /dev/null @@ -1,30 +0,0 @@ -newerThan = $newerThan; - } - public function getNewerThan() - { - return $this->newerThan; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php index 4aa4def0..bf3fea63 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories.php @@ -1,6 +1,6 @@ * For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -33,6 +33,15 @@ 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_repos; @@ -105,6 +114,14 @@ class Google_Service_CloudSourceRepositories extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php index 28d14b9b..d3617593 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditConfig.php @@ -1,6 +1,6 @@ auditLogConfigs = $auditLogConfigs; } + /** + * @return Google_Service_CloudSourceRepositories_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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php index 6e518855..7506d5fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/AuditLogConfig.php @@ -1,6 +1,6 @@ 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/CloudSourceRepositories/CounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/CounterOptions.php deleted file mode 100644 index bd46c5de..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/CounterOptions.php +++ /dev/null @@ -1,39 +0,0 @@ -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/CloudSourceRepositories/DataAccessOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/DataAccessOptions.php deleted file mode 100644 index 7ca520ea..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/DataAccessOptions.php +++ /dev/null @@ -1,20 +0,0 @@ -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/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/LogConfig.php deleted file mode 100644 index dd5aec75..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/LogConfig.php +++ /dev/null @@ -1,51 +0,0 @@ -cloudAudit = $cloudAudit; - } - public function getCloudAudit() - { - return $this->cloudAudit; - } - public function setCounter(Google_Service_CloudSourceRepositories_CounterOptions $counter) - { - $this->counter = $counter; - } - public function getCounter() - { - return $this->counter; - } - public function setDataAccess(Google_Service_CloudSourceRepositories_DataAccessOptions $dataAccess) - { - $this->dataAccess = $dataAccess; - } - public function getDataAccess() - { - return $this->dataAccess; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php index ed8f6f0d..6d2fd260 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/MirrorConfig.php @@ -1,6 +1,6 @@ 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; @@ -52,22 +61,6 @@ class Google_Service_CloudSourceRepositories_Policy extends Google_Collection { return $this->etag; } - public function setIamOwned($iamOwned) - { - $this->iamOwned = $iamOwned; - } - public function getIamOwned() - { - return $this->iamOwned; - } - public function setRules($rules) - { - $this->rules = $rules; - } - public function getRules() - { - return $this->rules; - } public function setVersion($version) { $this->version = $version; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php index 6dae23e0..87d212a7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Repo.php @@ -1,6 +1,6 @@ mirrorConfig = $mirrorConfig; } + /** + * @return Google_Service_CloudSourceRepositories_MirrorConfig + */ public function getMirrorConfig() { return $this->mirrorConfig; 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 index fcac6a61..e866c01c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Resource/Projects.php @@ -1,6 +1,6 @@ call('getIamPolicy', array($params), "Google_Service_CloudSourceRepositories_Policy"); } /** - * Returns all repos belonging to a project. (repos.listProjectsRepos) + * 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()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Rule.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Rule.php deleted file mode 100644 index fb546cda..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/Rule.php +++ /dev/null @@ -1,87 +0,0 @@ -action = $action; - } - public function getAction() - { - return $this->action; - } - public function setConditions($conditions) - { - $this->conditions = $conditions; - } - 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; - } - public function setLogConfig($logConfig) - { - $this->logConfig = $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/CloudSourceRepositories/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.php index f3539dbc..0014ead6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SetIamPolicyRequest.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_CloudSourceRepositories_Policy + */ public function getPolicy() { return $this->policy; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.php index 46cf8752..beba1b08 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/SourcerepoEmpty.php @@ -1,6 +1,6 @@ - * Send and retrieve trace data from Stackdriver Trace. Data is generated and - * available by default for all App Engine applications. Data from other - * applications can be written to Stackdriver Trace for display, reporting, and - * analysis. + * 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. * ** For more information about this service, see the API @@ -39,12 +38,9 @@ class Google_Service_CloudTrace extends Google_Service /** 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; public $projects_traces; + public $projects_traces_spans; /** * Constructs the internal representation of the CloudTrace service. @@ -56,20 +52,20 @@ class Google_Service_CloudTrace extends Google_Service parent::__construct($client); $this->rootUrl = 'https://cloudtrace.googleapis.com/'; $this->servicePath = ''; - $this->version = 'v1'; + $this->version = 'v2'; $this->serviceName = 'cloudtrace'; - $this->projects = new Google_Service_CloudTrace_Resource_Projects( + $this->projects_traces = new Google_Service_CloudTrace_Resource_ProjectsTraces( $this, $this->serviceName, - 'projects', + 'traces', array( 'methods' => array( - 'patchTraces' => array( - 'path' => 'v1/projects/{projectId}/traces', - 'httpMethod' => 'PATCH', + 'batchWrite' => array( + 'path' => 'v2/{+name}/traces:batchWrite', + 'httpMethod' => 'POST', 'parameters' => array( - 'projectId' => array( + 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -79,64 +75,21 @@ class Google_Service_CloudTrace extends Google_Service ) ) ); - $this->projects_traces = new Google_Service_CloudTrace_Resource_ProjectsTraces( + $this->projects_traces_spans = new Google_Service_CloudTrace_Resource_ProjectsTracesSpans( $this, $this->serviceName, - 'traces', + 'spans', array( 'methods' => array( - 'get' => array( - 'path' => 'v1/projects/{projectId}/traces/{traceId}', - 'httpMethod' => 'GET', + 'createSpan' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'POST', 'parameters' => array( - 'projectId' => array( + 'name' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'traceId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'v1/projects/{projectId}/traces', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'orderBy' => array( - 'location' => 'query', - 'type' => 'string', - ), - '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', - ), - 'view' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php index 70f91b23..04ad88a3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/CloudtraceEmpty.php @@ -1,6 +1,6 @@ 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/CloudTrace/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.php index 18a26dbe..c7e0476e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/Projects.php @@ -1,6 +1,6 @@ $projectId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patchTraces', array($params), "Google_Service_CloudTrace_CloudtraceEmpty"); - } } 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 index 2fe3f790..ed7be130 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Resource/ProjectsTraces.php @@ -1,6 +1,6 @@ $projectId, 'traceId' => $traceId); + $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudTrace_Trace"); - } - /** - * Returns of a list of traces that match the specified filter conditions. - * (traces.listProjectsTraces) - * - * @param string $projectId ID of the Cloud project where the trace data is - * stored. - * @param array $optParams Optional parameters. - * - * @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. - * @opt_param string filter An optional filter for the request. - * @opt_param string endTime Start 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 End 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 view Type of data returned for traces in the list. - * Optional. Default is `MINIMAL`. - * @return Google_Service_CloudTrace_ListTracesResponse - */ - public function listProjectsTraces($projectId, $optParams = array()) - { - $params = array('projectId' => $projectId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudTrace_ListTracesResponse"); + return $this->call('batchWrite', array($params), "Google_Service_CloudTrace_CloudtraceEmpty"); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Trace.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Trace.php deleted file mode 100644 index f44f3558..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Trace.php +++ /dev/null @@ -1,50 +0,0 @@ -projectId = $projectId; - } - public function getProjectId() - { - return $this->projectId; - } - public function setSpans($spans) - { - $this->spans = $spans; - } - public function getSpans() - { - return $this->spans; - } - public function setTraceId($traceId) - { - $this->traceId = $traceId; - } - public function getTraceId() - { - return $this->traceId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TraceSpan.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TraceSpan.php deleted file mode 100644 index d14b2f8f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/TraceSpan.php +++ /dev/null @@ -1,84 +0,0 @@ -endTime = $endTime; - } - public function getEndTime() - { - return $this->endTime; - } - 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 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 setStartTime($startTime) - { - $this->startTime = $startTime; - } - public function getStartTime() - { - return $this->startTime; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Traces.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Traces.php deleted file mode 100644 index 411f545c..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Traces.php +++ /dev/null @@ -1,32 +0,0 @@ -traces = $traces; - } - public function getTraces() - { - return $this->traces; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php index 615084f3..9aef68b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_CloudUserAccounts_Group + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_CloudUserAccounts_Group + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php index 7683d8fa..3f1e5b04 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/GroupsAddMemberRequest.php @@ -1,6 +1,6 @@ groupViews = $groupViews; } + /** + * @return Google_Service_CloudUserAccounts_LinuxGroupView + */ public function getGroupViews() { return $this->groupViews; @@ -40,10 +46,16 @@ class Google_Service_CloudUserAccounts_LinuxAccountViews extends Google_Collecti { 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 index 04442f27..69d3ce18 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetAuthorizedKeysViewResponse.php @@ -1,6 +1,6 @@ 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 index 97979a16..ba60618c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGetLinuxAccountViewsResponse.php @@ -1,6 +1,6 @@ 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 index 9faa5af9..5df235e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LinuxGroupView.php @@ -1,6 +1,6 @@ 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 index 4efe7f1f..5bc06df8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/LogConfigCounterOptions.php @@ -1,6 +1,6 @@ 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; @@ -212,10 +218,16 @@ class Google_Service_CloudUserAccounts_Operation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php index 87f1583a..8a62e27a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationError.php @@ -1,6 +1,6 @@ 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 index 59fccfb6..eb69c369 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationErrorErrors.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_CloudUserAccounts_Operation + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_CloudUserAccounts_Operation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php index 0efbc0ea..bb167a1b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_CloudUserAccounts_OperationWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_CloudUserAccounts_OperationWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php index f93758cd..b55c528f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/OperationWarningsData.php @@ -1,6 +1,6 @@ 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; @@ -60,10 +72,16 @@ class Google_Service_CloudUserAccounts_Policy extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php index c796f305..e244b355 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/PublicKey.php @@ -1,6 +1,6 @@ action; } + /** + * @param Google_Service_CloudUserAccounts_Condition + */ public function setConditions($conditions) { $this->conditions = $conditions; } + /** + * @return Google_Service_CloudUserAccounts_Condition + */ public function getConditions() { return $this->conditions; @@ -60,10 +66,16 @@ class Google_Service_CloudUserAccounts_Rule extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php index 23f1e843..e920c7e0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/TestPermissionsRequest.php @@ -1,6 +1,6 @@ owner; } + /** + * @param Google_Service_CloudUserAccounts_PublicKey + */ public function setPublicKeys($publicKeys) { $this->publicKeys = $publicKeys; } + /** + * @return Google_Service_CloudUserAccounts_PublicKey + */ public function getPublicKeys() { return $this->publicKeys; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php index 14ca859d..80cbd699 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudUserAccounts/UserList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_CloudUserAccounts_User + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_CloudUserAccounts_User + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php index 8ee068d0..05ea0103 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling.php @@ -1,6 +1,6 @@ array( - 'get' => array( + 'create' => array( + 'path' => 'v1/billingAccounts', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( @@ -68,19 +74,67 @@ class Google_Service_Cloudbilling extends Google_Service 'required' => true, ), ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'list' => array( 'path' => 'v1/billingAccounts', 'httpMethod' => 'GET', 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), - 'pageToken' => array( + '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, + ), + ), ), ) ) @@ -100,14 +154,14 @@ class Google_Service_Cloudbilling extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -143,5 +197,68 @@ class Google_Service_Cloudbilling extends Google_Service ) ) ); + $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, + ), + 'currencyCode' => 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', + ), + ), + ), + ) + ) + ); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php index 89fee313..79b89b44 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/BillingAccount.php @@ -1,6 +1,6 @@ displayName; } + public function setMasterBillingAccount($masterBillingAccount) + { + $this->masterBillingAccount = $masterBillingAccount; + } + public function getMasterBillingAccount() + { + return $this->masterBillingAccount; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php index 79165eb4..a6987a1e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListBillingAccountsResponse.php @@ -1,6 +1,6 @@ billingAccounts = $billingAccounts; } + /** + * @return Google_Service_Cloudbilling_BillingAccount + */ public function getBillingAccounts() { return $this->billingAccounts; diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php index 0b7ff5ff..d211694b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ListProjectBillingInfoResponse.php @@ -1,6 +1,6 @@ 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/ProjectBillingInfo.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.php index 09e2e0fb..f797839e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/ProjectBillingInfo.php @@ -1,6 +1,6 @@ This method is currently in > [Beta](https://cloud.google.com/terms/launch- + * stages). (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 an [owner of the billing - * account](https://support.google.com/cloud/answer/4430947). - * (billingAccounts.get) + * 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`. @@ -43,18 +64,48 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic return $this->call('get', array($params), "Google_Service_Cloudbilling_BillingAccount"); } /** - * Lists the billing accounts that the current authenticated user - * [owns](https://support.google.com/cloud/answer/4430947). + * 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). + * + * > This method is currently in > [Beta](https://cloud.google.com/terms/launch- + * stages). (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. + * @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 int pageSize Requested page size. The maximum page size is 100; - * this is also the default. * @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. + * @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. + * + * > This field is currently in > [Beta](https://cloud.google.com/terms/launch- + * stages). * @return Google_Service_Cloudbilling_ListBillingAccountsResponse */ public function listBillingAccounts($optParams = array()) @@ -63,4 +114,72 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic $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. + * + * > This method is currently in > [Beta](https://cloud.google.com/terms/launch- + * stages). (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). + * + * > This method is currently in > [Beta](https://cloud.google.com/terms/launch- + * stages). (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. + * + * > This method is currently in > [Beta](https://cloud.google.com/terms/launch- + * stages). (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 index 7cd8ce59..d243cc4a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccountsProjects.php @@ -1,6 +1,6 @@ - * Stackdriver Error Reporting groups and counts similar errors from cloud - * services. The Stackdriver Error Reporting API provides a way to report new - * errors and read access to error groups and their associated errors.
+ * 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 @@ -89,10 +89,6 @@ class Google_Service_Clouderrorreporting extends Google_Service 'type' => 'string', 'required' => true, ), - 'groupId' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -117,6 +113,10 @@ class Google_Service_Clouderrorreporting extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'groupId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'report' => array( 'path' => 'v1beta1/{+projectName}/events:report', @@ -147,14 +147,6 @@ class Google_Service_Clouderrorreporting extends Google_Service 'type' => 'string', 'required' => true, ), - 'timedCountDuration' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'timeRange.period' => array( 'location' => 'query', 'type' => 'string', @@ -192,6 +184,14 @@ class Google_Service_Clouderrorreporting extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'timedCountDuration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php index 967bddb6..788ef7cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/DeleteEventsResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php index 762f70d1..8d9754d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorEvent.php @@ -1,6 +1,6 @@ context = $context; } + /** + * @return Google_Service_Clouderrorreporting_ErrorContext + */ public function getContext() { return $this->context; @@ -48,10 +54,16 @@ class Google_Service_Clouderrorreporting_ErrorEvent extends Google_Model { 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 index b31a8f56..9bd58ad2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroup.php @@ -1,6 +1,6 @@ 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 index d02e9ace..2563f785 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ErrorGroupStats.php @@ -1,6 +1,6 @@ affectedServices = $affectedServices; } + /** + * @return Google_Service_Clouderrorreporting_ServiceContext + */ public function getAffectedServices() { return $this->affectedServices; @@ -64,10 +70,16 @@ class Google_Service_Clouderrorreporting_ErrorGroupStats extends Google_Collecti { 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; @@ -88,18 +100,30 @@ class Google_Service_Clouderrorreporting_ErrorGroupStats extends Google_Collecti { 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 index ef8c0125..86a89076 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/HttpRequestContext.php @@ -1,6 +1,6 @@ errorEvents = $errorEvents; } + /** + * @return Google_Service_Clouderrorreporting_ErrorEvent + */ public function getErrorEvents() { return $this->errorEvents; diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php index a1339e0e..98ff447a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ListGroupStatsResponse.php @@ -1,6 +1,6 @@ errorGroupStats = $errorGroupStats; } + /** + * @return Google_Service_Clouderrorreporting_ErrorGroupStats + */ public function getErrorGroupStats() { return $this->errorGroupStats; diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php index 84b4ae18..97d427c8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/ReportErrorEventResponse.php @@ -1,6 +1,6 @@ context = $context; } + /** + * @return Google_Service_Clouderrorreporting_ErrorContext + */ public function getContext() { return $this->context; @@ -48,10 +54,16 @@ class Google_Service_Clouderrorreporting_ReportedErrorEvent extends Google_Model { 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 index 2d656604..bcf8e25f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php @@ -1,6 +1,6 @@ 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, @@ -158,6 +253,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/addresses/{address}', @@ -193,6 +292,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/addresses', @@ -280,6 +383,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/autoscalers/{autoscaler}', @@ -315,6 +422,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/autoscalers', @@ -364,7 +475,10 @@ class Google_Service_Compute extends Google_Service 'autoscaler' => array( 'location' => 'query', 'type' => 'string', - 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', ), ), ),'update' => array( @@ -385,6 +499,10 @@ class Google_Service_Compute extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -410,6 +528,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/backendBuckets/{backendBucket}', @@ -435,6 +557,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/backendBuckets', @@ -476,6 +602,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/backendBuckets/{backendBucket}', @@ -491,6 +621,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -542,6 +676,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/backendServices/{backendService}', @@ -582,6 +720,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/backendServices', @@ -623,6 +765,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/backendServices/{backendService}', @@ -638,6 +784,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -785,6 +935,10 @@ class Google_Service_Compute extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => '{project}/zones/{zone}/disks/{disk}', @@ -805,6 +959,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/disks/{disk}', @@ -840,6 +998,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'sourceImage' => array( 'location' => 'query', 'type' => 'string', @@ -895,6 +1057,34 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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', + ), ), ), ) @@ -920,6 +1110,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/firewalls/{firewall}', @@ -945,6 +1139,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/firewalls', @@ -986,6 +1184,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/firewalls/{firewall}', @@ -1001,6 +1203,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -1057,6 +1263,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/forwardingRules/{forwardingRule}', @@ -1092,6 +1302,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/forwardingRules', @@ -1143,6 +1357,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -1168,6 +1386,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/addresses/{address}', @@ -1193,6 +1415,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/addresses', @@ -1244,6 +1470,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/forwardingRules/{forwardingRule}', @@ -1269,6 +1499,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/forwardingRules', @@ -1310,6 +1544,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -1427,6 +1665,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/healthChecks/{healthCheck}', @@ -1452,6 +1694,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/healthChecks', @@ -1493,6 +1739,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/healthChecks/{healthCheck}', @@ -1508,6 +1758,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -1533,6 +1787,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', @@ -1558,6 +1816,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/httpHealthChecks', @@ -1599,6 +1861,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/httpHealthChecks/{httpHealthCheck}', @@ -1614,6 +1880,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -1639,6 +1909,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/httpsHealthChecks/{httpsHealthCheck}', @@ -1664,6 +1938,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/httpsHealthChecks', @@ -1705,6 +1983,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/httpsHealthChecks/{httpsHealthCheck}', @@ -1720,6 +2002,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -1745,6 +2031,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'deprecate' => array( 'path' => '{project}/global/images/{image}/deprecate', @@ -1760,6 +2050,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/images/{image}', @@ -1800,6 +2094,14 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'forceCreate' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/images', @@ -1827,6 +2129,21 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', ), ), + ),'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, + ), + ), ), ) ) @@ -1856,6 +2173,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'aggregatedList' => array( 'path' => '{project}/aggregated/instanceGroupManagers', @@ -1902,6 +2223,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'deleteInstances' => array( 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', @@ -1922,6 +2247,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', @@ -1957,6 +2286,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/instanceGroupManagers', @@ -2044,6 +2377,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'resize' => array( 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize', @@ -2069,6 +2406,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'integer', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setInstanceTemplate' => array( 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', @@ -2089,6 +2430,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setTargetPools' => array( 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', @@ -2109,6 +2454,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -2139,6 +2488,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'aggregatedList' => array( 'path' => '{project}/aggregated/instanceGroups', @@ -2185,6 +2538,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}', @@ -2220,6 +2577,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/instanceGroups', @@ -2307,6 +2668,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setNamedPorts' => array( 'path' => '{project}/zones/{zone}/instanceGroups/{instanceGroup}/setNamedPorts', @@ -2327,6 +2692,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -2352,6 +2721,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/instanceTemplates/{instanceTemplate}', @@ -2377,6 +2750,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/instanceTemplates', @@ -2438,6 +2815,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'aggregatedList' => array( 'path' => '{project}/aggregated/instances', @@ -2484,6 +2865,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => '{project}/zones/{zone}/instances/{instance}', @@ -2504,6 +2889,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'deleteAccessConfig' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/deleteAccessConfig', @@ -2534,6 +2923,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'detachDisk' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/detachDisk', @@ -2559,6 +2952,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/instances/{instance}', @@ -2622,6 +3019,14 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'sourceInstanceTemplate' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/instances', @@ -2654,6 +3059,42 @@ class Google_Service_Compute extends Google_Service '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', @@ -2673,6 +3114,38 @@ class Google_Service_Compute extends Google_Service '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', @@ -2703,6 +3176,58 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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', @@ -2723,6 +3248,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setMetadata' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/setMetadata', @@ -2743,6 +3272,34 @@ class Google_Service_Compute extends Google_Service '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', @@ -2763,6 +3320,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setServiceAccount' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/setServiceAccount', @@ -2783,6 +3344,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setTags' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/setTags', @@ -2803,6 +3368,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'start' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/start', @@ -2823,6 +3392,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'startWithEncryptionKey' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/startWithEncryptionKey', @@ -2843,6 +3416,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'stop' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/stop', @@ -2863,6 +3440,392 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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', + ), + ), + ),'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', + ), + ), + ), + ) + ) + ); + $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', + ), + ), + ), + ) + ) + ); + $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, + ), + ), + ),'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, + ), ), ), ) @@ -2874,7 +3837,26 @@ class Google_Service_Compute extends Google_Service 'licenses', array( 'methods' => array( - 'get' => 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( @@ -2889,6 +3871,61 @@ class Google_Service_Compute extends Google_Service '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', + ), + ), + ),'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, + ), + ), ), ) ) @@ -2986,7 +4023,26 @@ class Google_Service_Compute extends Google_Service 'networks', array( 'methods' => array( - 'delete' => 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( @@ -3000,6 +4056,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/networks/{network}', @@ -3025,6 +4085,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/networks', @@ -3052,6 +4116,44 @@ class Google_Service_Compute extends Google_Service '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', @@ -3066,6 +4168,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -3077,7 +4183,63 @@ class Google_Service_Compute extends Google_Service 'projects', array( 'methods' => array( - 'get' => 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( @@ -3087,6 +4249,68 @@ class Google_Service_Compute extends Google_Service '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', @@ -3096,6 +4320,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'moveInstance' => array( 'path' => '{project}/moveInstance', @@ -3106,6 +4334,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setCommonInstanceMetadata' => array( 'path' => '{project}/setCommonInstanceMetadata', @@ -3116,6 +4348,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setUsageExportBucket' => array( 'path' => '{project}/setUsageExportBucket', @@ -3126,6 +4362,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -3156,6 +4396,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/autoscalers/{autoscaler}', @@ -3191,6 +4435,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/autoscalers', @@ -3240,7 +4488,10 @@ class Google_Service_Compute extends Google_Service 'autoscaler' => array( 'location' => 'query', 'type' => 'string', - 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', ), ), ),'update' => array( @@ -3261,6 +4512,10 @@ class Google_Service_Compute extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -3291,6 +4546,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/backendServices/{backendService}', @@ -3346,6 +4605,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/backendServices', @@ -3397,6 +4660,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/regions/{region}/backendServices/{backendService}', @@ -3417,6 +4684,116 @@ class Google_Service_Compute extends Google_Service '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', + ), ), ), ) @@ -3447,6 +4824,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', @@ -3467,6 +4848,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'deleteInstances' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', @@ -3487,6 +4872,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}', @@ -3522,6 +4911,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers', @@ -3609,6 +5002,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'resize' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resize', @@ -3634,6 +5031,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'integer', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setInstanceTemplate' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', @@ -3654,6 +5055,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setTargetPools' => array( 'path' => '{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', @@ -3674,6 +5079,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -3791,6 +5200,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -3979,6 +5392,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/routers/{router}', @@ -4034,6 +5451,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/routers', @@ -4085,6 +5506,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'preview' => array( 'path' => '{project}/regions/{region}/routers/{router}/preview', @@ -4125,6 +5550,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -4150,6 +5579,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/routes/{route}', @@ -4175,6 +5608,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/routes', @@ -4226,6 +5663,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/snapshots/{snapshot}', @@ -4268,6 +5709,21 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', ), ), + ),'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, + ), + ), ), ) ) @@ -4292,6 +5748,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/sslCertificates/{sslCertificate}', @@ -4317,6 +5777,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/sslCertificates', @@ -4348,6 +5812,135 @@ class Google_Service_Compute extends Google_Service ) ) ); + $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, @@ -4399,6 +5992,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'expandIpCidrRange' => array( 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}/expandIpCidrRange', @@ -4419,6 +6016,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/subnetworks/{subnetwork}', @@ -4454,6 +6055,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/subnetworks', @@ -4486,6 +6091,54 @@ class Google_Service_Compute extends Google_Service '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', + ), + ), + ),'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', + ), + ), ), ) ) @@ -4510,6 +6163,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', @@ -4535,6 +6192,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/targetHttpProxies', @@ -4576,6 +6237,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -4601,6 +6266,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/targetHttpsProxies/{targetHttpsProxy}', @@ -4626,6 +6295,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/targetHttpsProxies', @@ -4667,6 +6340,29 @@ class Google_Service_Compute extends Google_Service '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', @@ -4682,6 +6378,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -4738,6 +6438,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/zones/{zone}/targetInstances/{targetInstance}', @@ -4773,6 +6477,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/zones/{zone}/targetInstances', @@ -4834,6 +6542,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'addInstance' => array( 'path' => '{project}/regions/{region}/targetPools/{targetPool}/addInstance', @@ -4854,6 +6566,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'aggregatedList' => array( 'path' => '{project}/aggregated/targetPools', @@ -4900,6 +6616,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/targetPools/{targetPool}', @@ -4955,6 +6675,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/targetPools', @@ -5006,6 +6730,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'removeInstance' => array( 'path' => '{project}/regions/{region}/targetPools/{targetPool}/removeInstance', @@ -5026,6 +6754,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setBackup' => array( 'path' => '{project}/regions/{region}/targetPools/{targetPool}/setBackup', @@ -5050,6 +6782,10 @@ class Google_Service_Compute extends Google_Service 'location' => 'query', 'type' => 'number', ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -5075,6 +6811,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/targetSslProxies/{targetSslProxy}', @@ -5100,6 +6840,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/targetSslProxies', @@ -5141,6 +6885,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setProxyHeader' => array( 'path' => '{project}/global/targetSslProxies/{targetSslProxy}/setProxyHeader', @@ -5156,6 +6904,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setSslCertificates' => array( 'path' => '{project}/global/targetSslProxies/{targetSslProxy}/setSslCertificates', @@ -5171,6 +6923,151 @@ class Google_Service_Compute extends Google_Service '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', + ), ), ), ) @@ -5227,6 +7124,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}', @@ -5262,6 +7163,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/targetVpnGateways', @@ -5318,6 +7223,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/global/urlMaps/{urlMap}', @@ -5343,6 +7252,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'invalidateCache' => array( 'path' => '{project}/global/urlMaps/{urlMap}/invalidateCache', @@ -5358,6 +7271,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/global/urlMaps', @@ -5399,6 +7316,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => '{project}/global/urlMaps/{urlMap}', @@ -5414,6 +7335,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'validate' => array( 'path' => '{project}/global/urlMaps/{urlMap}/validate', @@ -5485,6 +7410,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/regions/{region}/vpnTunnels/{vpnTunnel}', @@ -5520,6 +7449,10 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/regions/{region}/vpnTunnels', diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php index a016c52e..caac23cc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AccessConfig.php @@ -1,6 +1,6 @@ natIP; } + 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php index 0c8773cd..bcd8e885 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Address.php @@ -1,6 +1,6 @@ address; } + public function setAddressType($addressType) + { + $this->addressType = $addressType; + } + public function getAddressType() + { + return $this->addressType; + } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; @@ -61,6 +72,14 @@ class Google_Service_Compute_Address extends Google_Collection { return $this->id; } + public function setIpVersion($ipVersion) + { + $this->ipVersion = $ipVersion; + } + public function getIpVersion() + { + return $this->ipVersion; + } public function setKind($kind) { $this->kind = $kind; @@ -101,6 +120,14 @@ class Google_Service_Compute_Address extends Google_Collection { return $this->status; } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } public function setUsers($users) { $this->users = $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 index 99fbc3c5..48f465dd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_AddressesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_AddressesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_AddressAggregatedList extends Google_Model { 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/AddressList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressList.php index 2bb8cc9c..0fee6e07 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Address + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Address + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_AddressList extends Google_Collection { 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/AddressesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.php index 2789ebb4..02d8b6fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedList.php @@ -1,6 +1,6 @@ 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 index 4638a137..48f02235 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_AddressesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_AddressesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php index 825996cf..ea50a45e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AddressesScopedListWarningData.php @@ -1,6 +1,6 @@ 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; @@ -73,10 +95,16 @@ class Google_Service_Compute_AttachedDisk extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php index 90f8f752..ca6d3c08 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AttachedDiskInitializeParams.php @@ -1,6 +1,6 @@ diskType; } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } public function setSourceImage($sourceImage) { $this->sourceImage = $sourceImage; @@ -56,10 +65,16 @@ class Google_Service_Compute_AttachedDiskInitializeParams extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php index f60faf8a..9fd9ce51 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Autoscaler.php @@ -1,6 +1,6 @@ autoscalingPolicy = $autoscalingPolicy; } + /** + * @return Google_Service_Compute_AutoscalingPolicy + */ public function getAutoscalingPolicy() { return $this->autoscalingPolicy; @@ -93,6 +103,28 @@ class Google_Service_Compute_Autoscaler extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php index 9d980f2c..b2f7a3ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_AutoscalersScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_AutoscalersScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_AutoscalerAggregatedList extends Google_Model { 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/AutoscalerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.php index 30c52054..5f0165f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalerList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Autoscaler + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Autoscaler + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_AutoscalerList extends Google_Collection { 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/AutoscalersScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.php index 41f1be32..f7c2d660 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedList.php @@ -1,6 +1,6 @@ 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 index 7471eda9..a60a5409 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_AutoscalersScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_AutoscalersScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php index d6139c26..e082c90e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalersScopedListWarningData.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php index e528d597..704a6edf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_BackendBucket + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_BackendBucket + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_BackendBucketList extends Google_Collection { 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/BackendService.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php index 0ac30517..21302b79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php @@ -1,6 +1,6 @@ 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_ConnectionDraining + */ public function setConnectionDraining(Google_Service_Compute_ConnectionDraining $connectionDraining) { $this->connectionDraining = $connectionDraining; } + /** + * @return Google_Service_Compute_ConnectionDraining + */ public function getConnectionDraining() { return $this->connectionDraining; @@ -104,6 +134,20 @@ class Google_Service_Compute_BackendService extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php index c84b4081..1de63229 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_BackendServicesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_BackendServicesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_BackendServiceAggregatedList extends Google_Model { 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/BackendServiceGroupHealth.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.php index e748b062..40f9e3fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceGroupHealth.php @@ -1,6 +1,6 @@ healthStatus = $healthStatus; } + /** + * @return Google_Service_Compute_HealthStatus + */ public function getHealthStatus() { return $this->healthStatus; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php index c0800a67..7377b4f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServiceList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_BackendService + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_BackendService + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_BackendServiceList extends Google_Collection { 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/BackendServicesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.php index 2ac8c28a..49b238ff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedList.php @@ -1,6 +1,6 @@ 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 index 87b27240..50a0a939 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_BackendServicesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_BackendServicesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php index a3e254cd..6038130f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendServicesScopedListWarningData.php @@ -1,6 +1,6 @@ diskEncryptionKey = $diskEncryptionKey; } + /** + * @return Google_Service_Compute_CustomerEncryptionKey + */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php index 90c0e85f..903b1dd9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DeprecationStatus.php @@ -1,6 +1,6 @@ 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; @@ -84,6 +109,22 @@ class Google_Service_Compute_Disk extends Google_Collection { 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; @@ -100,6 +141,14 @@ class Google_Service_Compute_Disk extends Google_Collection { return $this->lastDetachTimestamp; } + public function setLicenseCodes($licenseCodes) + { + $this->licenseCodes = $licenseCodes; + } + public function getLicenseCodes() + { + return $this->licenseCodes; + } public function setLicenses($licenses) { $this->licenses = $licenses; @@ -148,10 +197,16 @@ class Google_Service_Compute_Disk extends Google_Collection { 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; @@ -172,10 +227,16 @@ class Google_Service_Compute_Disk extends Google_Collection { 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/DiskAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.php index 77707292..483f9c90 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_DisksScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_DisksScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_DiskAggregatedList extends Google_Model { 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/DiskList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.php index 5cc85b9f..7fd3d344 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Disk + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Disk + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_DiskList extends Google_Collection { 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/DiskMoveRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.php index e95d4668..e3aa299e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskMoveRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php index c866b2af..c376ecff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_DiskTypesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_DiskTypesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model { 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/DiskTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.php index 4ae1c27c..74595334 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypeList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_DiskType + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_DiskType + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_DiskTypeList extends Google_Collection { 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/DiskTypesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.php index 174396be..1c09f8db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedList.php @@ -1,6 +1,6 @@ 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 index c12c0d7a..60117c53 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_DiskTypesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_DiskTypesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php index a3b73434..b722d827 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DiskTypesScopedListWarningData.php @@ -1,6 +1,6 @@ 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 index 22ac1b64..ab02084d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_DisksScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_DisksScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php index 905acde1..8f2d776e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisksScopedListWarningData.php @@ -1,6 +1,6 @@ allowed = $allowed; } + /** + * @return Google_Service_Compute_FirewallAllowed + */ public function getAllowed() { return $this->allowed; @@ -47,6 +60,20 @@ class Google_Service_Compute_Firewall extends Google_Collection { 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; @@ -55,6 +82,22 @@ class Google_Service_Compute_Firewall extends Google_Collection { 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 setId($id) { $this->id = $id; @@ -87,6 +130,14 @@ class Google_Service_Compute_Firewall extends Google_Collection { return $this->network; } + public function setPriority($priority) + { + $this->priority = $priority; + } + public function getPriority() + { + return $this->priority; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; @@ -103,6 +154,14 @@ class Google_Service_Compute_Firewall extends Google_Collection { return $this->sourceRanges; } + public function setSourceServiceAccounts($sourceServiceAccounts) + { + $this->sourceServiceAccounts = $sourceServiceAccounts; + } + public function getSourceServiceAccounts() + { + return $this->sourceServiceAccounts; + } public function setSourceTags($sourceTags) { $this->sourceTags = $sourceTags; @@ -111,6 +170,14 @@ class Google_Service_Compute_Firewall extends Google_Collection { return $this->sourceTags; } + public function setTargetServiceAccounts($targetServiceAccounts) + { + $this->targetServiceAccounts = $targetServiceAccounts; + } + public function getTargetServiceAccounts() + { + return $this->targetServiceAccounts; + } public function setTargetTags($targetTags) { $this->targetTags = $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 index 8b301412..8c7f3058 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/FirewallAllowed.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Firewall + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Firewall + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_FirewallList extends Google_Collection { 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/ForwardingRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php index df993147..c6442b39 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php @@ -1,6 +1,6 @@ id; } + public function setIpVersion($ipVersion) + { + $this->ipVersion = $ipVersion; + } + public function getIpVersion() + { + return $this->ipVersion; + } public function setKind($kind) { $this->kind = $kind; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php index 06994bd3..0c36ea07 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_ForwardingRulesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_ForwardingRulesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_ForwardingRuleAggregatedList extends Google_Model { 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/ForwardingRuleList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.php index 8c0701c6..9405c4e4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRuleList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_ForwardingRule + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_ForwardingRule + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_ForwardingRuleList extends Google_Collection { 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/ForwardingRulesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.php index cff55a4a..d941af69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedList.php @@ -1,6 +1,6 @@ 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 index 82ff32b6..df944740 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_ForwardingRulesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_ForwardingRulesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php index f330149d..16a6a744 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRulesScopedListWarningData.php @@ -1,6 +1,6 @@ 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 setProxyHeader($proxyHeader) - { - $this->proxyHeader = $proxyHeader; - } - public function getProxyHeader() - { - return $this->proxyHeader; - } - public function setRequestPath($requestPath) - { - $this->requestPath = $requestPath; - } - public function getRequestPath() - { - return $this->requestPath; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php index 9f2d9b3e..2075b586 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php @@ -1,6 +1,6 @@ healthyThreshold; } + /** + * @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; @@ -117,18 +129,30 @@ class Google_Service_Compute_HealthCheck extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php index 9a7da005..c1e95edc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_HealthCheck + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_HealthCheck + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_HealthCheckList extends Google_Collection { 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/HealthCheckReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.php index ecd0a0b2..600ddfe3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheckReference.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_HttpHealthCheck + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_HttpHealthCheck + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_HttpHealthCheckList extends Google_Collection { 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/HttpsHealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheck.php index 22cfe26b..193a09b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheck.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpsHealthCheck.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_HttpsHealthCheck + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_HttpsHealthCheck + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_HttpsHealthCheckList extends Google_Collection { 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/Image.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Image.php index 4f72521f..61d090ff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Image.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Image.php @@ -1,6 +1,6 @@ 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; @@ -91,10 +108,16 @@ class Google_Service_Compute_Image extends Google_Collection { 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; @@ -107,10 +130,16 @@ class Google_Service_Compute_Image extends Google_Collection { 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; @@ -123,6 +152,30 @@ class Google_Service_Compute_Image extends Google_Collection { 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; @@ -139,10 +192,16 @@ class Google_Service_Compute_Image extends Google_Collection { 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; @@ -163,10 +222,16 @@ class Google_Service_Compute_Image extends Google_Collection { 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; @@ -179,6 +244,66 @@ class Google_Service_Compute_Image extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php index 0ad2e978..e651257d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Image + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Image + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_ImageList extends Google_Collection { 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/ImageRawDisk.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.php index 80344fb9..a23d4845 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ImageRawDisk.php @@ -1,6 +1,6 @@ creationTimestamp; } + public function setDeletionProtection($deletionProtection) + { + $this->deletionProtection = $deletionProtection; + } + public function getDeletionProtection() + { + return $this->deletionProtection; + } public function setDescription($description) { $this->description = $description; @@ -75,14 +90,34 @@ class Google_Service_Compute_Instance extends Google_Collection { 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 setId($id) { $this->id = $id; @@ -99,6 +134,22 @@ class Google_Service_Compute_Instance extends Google_Collection { 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; @@ -107,14 +158,28 @@ class Google_Service_Compute_Instance extends Google_Collection { 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; @@ -123,18 +188,30 @@ class Google_Service_Compute_Instance extends Google_Collection { 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_Scheduling + */ public function setScheduling(Google_Service_Compute_Scheduling $scheduling) { $this->scheduling = $scheduling; } + /** + * @return Google_Service_Compute_Scheduling + */ public function getScheduling() { return $this->scheduling; @@ -147,14 +224,28 @@ class Google_Service_Compute_Instance extends Google_Collection { 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; } + public function setStartRestricted($startRestricted) + { + $this->startRestricted = $startRestricted; + } + public function getStartRestricted() + { + return $this->startRestricted; + } public function setStatus($status) { $this->status = $status; @@ -171,10 +262,16 @@ class Google_Service_Compute_Instance extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php index 91a83c56..4cb7a0dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstancesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstancesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_InstanceAggregatedList extends Google_Model { 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/InstanceGroup.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.php index f2d83179..b5ff5937 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroup.php @@ -1,6 +1,6 @@ name; } + /** + * @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/InstanceGroupAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.php index 1530d36e..eb70c635 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceGroupsScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceGroupsScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_InstanceGroupAggregatedList extends Google_Model { 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/InstanceGroupList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.php index 7e3a843f..7240d92e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceGroup + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceGroup + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_InstanceGroupList extends Google_Collection { 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/InstanceGroupManager.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.php index 04a8641f..ba952d23 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManager.php @@ -1,6 +1,6 @@ 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; @@ -117,10 +123,16 @@ class Google_Service_Compute_InstanceGroupManager extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php index 3c115ade..5c42550b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerActionsSummary.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceGroupManagersScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceGroupManagersScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_InstanceGroupManagerAggregatedList extends Google_M { 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/InstanceGroupManagerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.php index b477ff89..2d00d73e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagerList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceGroupManager + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceGroupManager + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_InstanceGroupManagerList extends Google_Collection { 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/InstanceGroupManagersAbandonInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.php index 003f395a..447ff78b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersAbandonInstancesRequest.php @@ -1,6 +1,6 @@ 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 index 33c6fdc2..9db407b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersRecreateInstancesRequest.php @@ -1,6 +1,6 @@ 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 index b5263d91..aeb3595d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_InstanceGroupManagersScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_InstanceGroupManagersScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php index 782c8669..f4f3d804 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupManagersScopedListWarningData.php @@ -1,6 +1,6 @@ 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 index 00d3c8ce..0dd0cfbf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstances.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceWithNamedPorts + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceWithNamedPorts + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_InstanceGroupsListInstances extends Google_Collecti { 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 index 96626eba..68c65c31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsListInstancesRequest.php @@ -1,6 +1,6 @@ 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 index 3a842801..e37d1442 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedList.php @@ -1,6 +1,6 @@ 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 index 9e66c4cd..63a94fdb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_InstanceGroupsScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_InstanceGroupsScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php index 5afedbde..74e90408 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceGroupsScopedListWarningData.php @@ -1,6 +1,6 @@ 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 index 2b4972f0..0dc42375 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Instance + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Instance + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_InstanceList extends Google_Collection { 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/InstanceMoveRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.php index 31128eac..7f4e5467 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceMoveRequest.php @@ -1,6 +1,6 @@ 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; @@ -66,42 +98,80 @@ class Google_Service_Compute_InstanceProperties extends Google_Collection { 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_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_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 index 76f5da37..98284666 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceReference.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php index 3b001023..dedb958b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceTemplateList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceTemplate + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceTemplate + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_InstanceTemplateList extends Google_Collection { 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/InstanceWithNamedPorts.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.php index f7d57487..bc333c79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstanceWithNamedPorts.php @@ -1,6 +1,6 @@ instance; } + /** + * @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/InstancesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.php index 54aadd51..a64b8604 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedList.php @@ -1,6 +1,6 @@ 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 index 13901e5d..c8333f94 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_InstancesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_InstancesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php index 26d37b6c..56638cd5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/InstancesScopedListWarningData.php @@ -1,6 +1,6 @@ disks = $disks; } + /** + * @return Google_Service_Compute_CustomerEncryptionKeyProtectedDisk + */ public function getDisks() { return $this->disks; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/License.php b/vendor/google/apiclient-services/src/Google/Service/Compute/License.php index c118c70d..13e5219c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/License.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/License.php @@ -1,6 +1,6 @@ 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; @@ -38,6 +69,14 @@ class Google_Service_Compute_License extends Google_Model { return $this->kind; } + public function setLicenseCode($licenseCode) + { + $this->licenseCode = $licenseCode; + } + public function getLicenseCode() + { + return $this->licenseCode; + } public function setName($name) { $this->name = $name; @@ -46,6 +85,20 @@ class Google_Service_Compute_License extends Google_Model { 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; @@ -54,4 +107,12 @@ class Google_Service_Compute_License extends Google_Model { 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/MachineType.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineType.php index bd6c6074..c2d2a141 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineType.php @@ -1,6 +1,6 @@ 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; @@ -132,10 +138,16 @@ class Google_Service_Compute_MachineType extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php index 7797003a..b2c68bdc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_MachineTypesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_MachineTypesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model { 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/MachineTypeList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.php index 318bc1c3..1666682f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_MachineType + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_MachineType + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_MachineTypeList extends Google_Collection { 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/MachineTypeScratchDisks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.php index cb288a4e..ba4e5dc4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypeScratchDisks.php @@ -1,6 +1,6 @@ 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 index a388962b..ae54ac58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_MachineTypesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_MachineTypesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php index bfc4bbd6..cad9db03 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MachineTypesScopedListWarningData.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php index 659d6477..0410a5a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttempt.php @@ -1,6 +1,6 @@ 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 index 52b1f880..b14612fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrors.php @@ -1,6 +1,6 @@ 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 index cba3b4e4..3ba16925 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ManagedInstanceLastAttemptErrorsErrors.php @@ -1,6 +1,6 @@ fingerprint; } + /** + * @param Google_Service_Compute_MetadataItems + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_MetadataItems + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php index f0244b54..74e3ee00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataItems.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php index 52529961..832169d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkInterface.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php index a1b084e7..e478db66 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Network + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Network + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_NetworkList extends Google_Collection { 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/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Operation.php index 977d65d2..e613bd79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Operation.php @@ -1,6 +1,6 @@ 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; @@ -212,10 +218,16 @@ class Google_Service_Compute_Operation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php index fac3ad79..678b4602 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_OperationsScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_OperationsScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_OperationAggregatedList extends Google_Model { 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/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.php index 129e54f5..4efaa5c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationError.php @@ -1,6 +1,6 @@ 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 index f2d6343e..c5a5b806 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationErrorErrors.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Operation + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Operation + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_OperationList extends Google_Collection { 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/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.php index 0f926dc5..9738ae9f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_OperationWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_OperationWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php index e780c0e3..504c07ba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationWarningsData.php @@ -1,6 +1,6 @@ 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 index e21b32ca..12d8e71f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_OperationsScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_OperationsScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php index 5465df98..a35a03c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OperationsScopedListWarningData.php @@ -1,6 +1,6 @@ name; } + /** + * @param Google_Service_Compute_PathRule + */ public function setPathRules($pathRules) { $this->pathRules = $pathRules; } + /** + * @return Google_Service_Compute_PathRule + */ public function getPathRules() { return $this->pathRules; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php index 6e6f1a2b..50161419 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php @@ -1,6 +1,6 @@ commonInstanceMetadata = $commonInstanceMetadata; } + /** + * @return Google_Service_Compute_Metadata + */ public function getCommonInstanceMetadata() { return $this->commonInstanceMetadata; @@ -97,10 +104,16 @@ class Google_Service_Compute_Project extends Google_Collection { 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; @@ -113,12 +126,26 @@ class Google_Service_Compute_Project extends Google_Collection { 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/Quota.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Quota.php index a1a30905..24bc0638 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Quota.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Quota.php @@ -1,6 +1,6 @@ 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; @@ -79,10 +85,16 @@ class Google_Service_Compute_Region extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php index 0cd5ad76..5c3ad492 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionAutoscalerList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Autoscaler + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Autoscaler + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RegionAutoscalerList extends Google_Collection { 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/RegionInstanceGroupList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.php index 69931641..1e6f213c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceGroup + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceGroup + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RegionInstanceGroupList extends Google_Collection { 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/RegionInstanceGroupManagerList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.php index 6d0123bd..f2b97a51 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagerList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceGroupManager + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceGroupManager + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RegionInstanceGroupManagerList extends Google_Colle { 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/RegionInstanceGroupManagersAbandonInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.php index a6b34ae2..fff3feca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersAbandonInstancesRequest.php @@ -1,6 +1,6 @@ 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 index 9be7b4e0..8e12caf3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersRecreateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupManagersRecreateRequest.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_InstanceWithNamedPorts + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_InstanceWithNamedPorts + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RegionInstanceGroupsListInstances extends Google_Co { 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 index faecfb8b..f1c4248c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionInstanceGroupsListInstancesRequest.php @@ -1,6 +1,6 @@ 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 index 630c76b8..57f0ba1b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Region + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Region + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RegionList extends Google_Collection { 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/Resource/Addresses.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.php index 20769450..1b237e8c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Addresses.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -88,6 +84,19 @@ class Google_Service_Compute_Resource_Addresses extends Google_Service_Resource * @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()) @@ -119,6 +128,19 @@ class Google_Service_Compute_Resource_Addresses extends Google_Service_Resource * @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()) @@ -135,30 +157,26 @@ class Google_Service_Compute_Resource_Addresses extends Google_Service_Resource * @param string $region Name of the region 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index c0084e0a..3495e7aa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Autoscalers.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -88,6 +84,19 @@ class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resourc * @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()) @@ -120,6 +129,19 @@ class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resourc * @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()) @@ -136,30 +158,26 @@ class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resourc * @param string $zone Name of the zone 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -188,18 +206,32 @@ class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resourc } /** * Updates an autoscaler in the specified project using the data included in the - * request. This method supports patch semantics. (autoscalers.patch) + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (autoscalers.patch) * * @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 update. * @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, $autoscaler, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + public function patch($project, $zone, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { - $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody); + $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } @@ -213,6 +245,18 @@ class Google_Service_Compute_Resource_Autoscalers extends Google_Service_Resourc * @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()) 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 index 4c510e32..9c25d661 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendBuckets.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -128,12 +150,26 @@ class Google_Service_Compute_Resource_BackendBuckets extends Google_Service_Reso } /** * Updates the specified BackendBucket resource with the data included in the - * request. This method supports patch semantics. (backendBuckets.patch) + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (backendBuckets.patch) * * @param string $project Project ID for this request. - * @param string $backendBucket Name of the BackendBucket resource to update. + * @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()) @@ -150,6 +186,19 @@ class Google_Service_Compute_Resource_BackendBuckets extends Google_Service_Reso * @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()) 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 index b234747b..f78b87be 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/BackendServices.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -88,6 +84,19 @@ class Google_Service_Compute_Resource_BackendServices extends Google_Service_Res * @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()) @@ -137,6 +146,19 @@ class Google_Service_Compute_Resource_BackendServices extends Google_Service_Res * @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()) @@ -152,30 +174,26 @@ class Google_Service_Compute_Resource_BackendServices extends Google_Service_Res * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -203,15 +221,29 @@ class Google_Service_Compute_Resource_BackendServices extends Google_Service_Res return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList"); } /** - * Updates the specified BackendService resource with the data included in the + * 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. (backendServices.patch) + * information. This method supports PATCH semantics and uses the JSON merge + * patch format and processing rules. (backendServices.patch) * * @param string $project Project ID for this request. - * @param string $backendService Name of the BackendService resource to update. + * @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()) @@ -230,6 +262,19 @@ class Google_Service_Compute_Resource_BackendServices extends Google_Service_Res * @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()) 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 index 83fcc523..c693e0ef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/DiskTypes.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -105,30 +101,26 @@ class Google_Service_Compute_Resource_DiskTypes extends Google_Service_Resource * @param string $zone The name of the zone 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index be69f684..9206fef4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Disks.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -91,6 +87,18 @@ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource * @param array $optParams Optional parameters. * * @opt_param bool guestFlush + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be 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()) @@ -109,6 +117,19 @@ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource * @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()) @@ -145,6 +166,18 @@ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource * @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 */ @@ -162,30 +195,26 @@ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource * @param string $zone The name of the zone 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -213,13 +242,27 @@ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource return $this->call('list', array($params), "Google_Service_Compute_DiskList"); } /** - * Resizes the specified persistent disk. (disks.resize) + * Resizes the specified persistent disk. You can only increase the size of the + * disk. (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()) @@ -228,4 +271,34 @@ class Google_Service_Compute_Resource_Disks extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('resize', array($params), "Google_Service_Compute_Operation"); } + /** + * Sets the labels on a disk. To learn more about labels, read the Labeling + * Resources documentation. (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 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"); + } } 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 index 850bbd95..619a7ea5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Firewalls.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -127,12 +149,26 @@ class Google_Service_Compute_Resource_Firewalls extends Google_Service_Resource } /** * Updates the specified firewall rule with the data included in the request. - * This method supports patch semantics. (firewalls.patch) + * This method supports PATCH semantics and uses the JSON merge patch format and + * processing rules. (firewalls.patch) * * @param string $project Project ID for this request. - * @param string $firewall Name of the firewall rule to update. + * @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()) @@ -143,12 +179,27 @@ class Google_Service_Compute_Resource_Firewalls extends Google_Service_Resource } /** * Updates the specified firewall rule with the data included in the request. + * The PUT method can only update the following fields of firewall rule: + * allowed, description, sourceRanges, sourceTags, targetTags. * (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()) 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 index 9ee235b8..674b1874 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ForwardingRules.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -89,6 +85,19 @@ class Google_Service_Compute_Resource_ForwardingRules extends Google_Service_Res * @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()) @@ -120,6 +129,19 @@ class Google_Service_Compute_Resource_ForwardingRules extends Google_Service_Res * @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()) @@ -136,30 +158,26 @@ class Google_Service_Compute_Resource_ForwardingRules extends Google_Service_Res * @param string $region Name of the region scoping 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -196,6 +214,19 @@ class Google_Service_Compute_Resource_ForwardingRules extends Google_Service_Res * 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()) 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 index eb1878d0..8dc80007 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalAddresses.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 2edee631..f491f6a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalForwardingRules.php @@ -1,6 +1,6 @@ call('delete', array($params), "Google_Service_Compute_Operation"); } /** - * Returns the specified ForwardingRule resource. Get a list of available + * Returns the specified GlobalForwardingRule resource. Get a list of available * forwarding rules by making a list() request. (globalForwardingRules.get) * * @param string $project Project ID for this request. @@ -55,12 +69,25 @@ class Google_Service_Compute_Resource_GlobalForwardingRules extends Google_Servi 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. (globalForwardingRules.insert) + * Creates a GlobalForwardingRule resource in the specified project using the + * data included in the request. (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()) @@ -70,36 +97,32 @@ class Google_Service_Compute_Resource_GlobalForwardingRules extends Google_Servi return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** - * Retrieves a list of ForwardingRule resources available to the specified + * Retrieves a list of GlobalForwardingRule resources available to the specified * project. (globalForwardingRules.listGlobalForwardingRules) * * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -127,14 +150,28 @@ class Google_Service_Compute_Resource_GlobalForwardingRules extends Google_Servi 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. (globalForwardingRules.setTarget) + * Changes target URL for the GlobalForwardingRule resource. The new target + * should be of the same type as the old target. + * (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()) 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 index ce1a9417..3e185eb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/GlobalOperations.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -117,30 +113,26 @@ class Google_Service_Compute_Resource_GlobalOperations extends Google_Service_Re * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index c46e7e73..47b9aadb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -128,13 +150,26 @@ class Google_Service_Compute_Resource_HealthChecks extends Google_Service_Resour } /** * Updates a HealthCheck resource in the specified project using the data - * included in the request. This method supports patch semantics. - * (healthChecks.patch) + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (healthChecks.patch) * * @param string $project Project ID for this request. - * @param string $healthCheck Name of the HealthCheck resource to update. + * @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()) @@ -151,6 +186,19 @@ class Google_Service_Compute_Resource_HealthChecks extends Google_Service_Resour * @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()) 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 index bd261fa8..58d61897 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpHealthChecks.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -130,14 +152,26 @@ class Google_Service_Compute_Resource_HttpHealthChecks extends Google_Service_Re } /** * Updates a HttpHealthCheck resource in the specified project using the data - * included in the request. This method supports patch semantics. - * (httpHealthChecks.patch) + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (httpHealthChecks.patch) * * @param string $project Project ID for this request. - * @param string $httpHealthCheck Name of the HttpHealthCheck resource to - * update. + * @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()) @@ -155,6 +189,19 @@ class Google_Service_Compute_Resource_HttpHealthChecks extends Google_Service_Re * 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()) 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 index dcbfe55f..28070f1e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HttpsHealthChecks.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -130,14 +152,27 @@ class Google_Service_Compute_Resource_HttpsHealthChecks extends Google_Service_R } /** * Updates a HttpsHealthCheck resource in the specified project using the data - * included in the request. This method supports patch semantics. - * (httpsHealthChecks.patch) + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (httpsHealthChecks.patch) * * @param string $project Project ID for this request. * @param string $httpsHealthCheck Name of the HttpsHealthCheck resource to - * update. + * 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()) @@ -155,6 +190,19 @@ class Google_Service_Compute_Resource_HttpsHealthChecks extends Google_Service_R * 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()) 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 index e3b5ac1f..110093b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Images.php @@ -1,6 +1,6 @@ call('insert', array($params), "Google_Service_Compute_Operation"); } /** - * Retrieves the list of private images available to the specified project. - * Private images are images you create that belong to your project. This method + * 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 @@ -113,30 +153,26 @@ class Google_Service_Compute_Resource_Images extends Google_Service_Resource * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -163,4 +199,20 @@ class Google_Service_Compute_Resource_Images extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_ImageList"); } + /** + * Sets the labels on an image. To learn more about labels, read the Labeling + * Resources documentation. (images.setLabels) + * + * @param string $project Project ID for this request. + * @param string $resource Name 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"); + } } 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 index 1fb564e0..7596c93b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -119,6 +134,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * @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()) @@ -134,7 +162,14 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * 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. (instanceGroupManagers.deleteInstances) + * 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. + * (instanceGroupManagers.deleteInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the managed instance group is @@ -142,6 +177,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * @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()) @@ -151,7 +199,7 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi return $this->call('deleteInstances', array($params), "Google_Service_Compute_Operation"); } /** - * Returns all of the details about the specified managed instance group. Get a + * Returns all of the details about the specified managed instance group. Gets a * list of available managed instance groups by making a list() request. * (instanceGroupManagers.get) * @@ -175,6 +223,9 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * 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. * (instanceGroupManagers.insert) * * @param string $project Project ID for this request. @@ -182,6 +233,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * 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()) @@ -199,30 +263,26 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * located. * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -282,6 +342,12 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * DONE when the action is scheduled 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. * (instanceGroupManagers.recreateInstances) * * @param string $project Project ID for this request. @@ -290,6 +356,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * @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()) @@ -305,6 +384,10 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * 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. + * + * 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. * (instanceGroupManagers.resize) * * @param string $project Project ID for this request. @@ -316,6 +399,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * 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()) @@ -335,6 +431,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * @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()) @@ -358,6 +467,19 @@ class Google_Service_Compute_Resource_InstanceGroupManagers extends Google_Servi * @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()) 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 index 6945f6df..fc8273e3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroups.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -110,6 +119,19 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso * @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()) @@ -143,6 +165,19 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso * 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()) @@ -159,30 +194,26 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso * @param string $zone The name of the zone where the instance group is located. * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -220,30 +251,26 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso * @param Google_Service_Compute_InstanceGroupsListInstancesRequest $postBody * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -272,7 +299,12 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso } /** * Removes one or more instances from the specified instance group, but does not - * delete those instances. (instanceGroups.removeInstances) + * 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. + * (instanceGroups.removeInstances) * * @param string $project Project ID for this request. * @param string $zone The name of the zone where the instance group is located. @@ -280,6 +312,19 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso * 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()) @@ -298,6 +343,19 @@ class Google_Service_Compute_Resource_InstanceGroups extends Google_Service_Reso * 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()) 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 index e2dd0e2b..184622d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceTemplates.php @@ -1,6 +1,6 @@ call('delete', array($params), "Google_Service_Compute_Operation"); } /** - * Returns the specified instance template. Get a list of available instance + * Returns the specified instance template. Gets a list of available instance * templates by making a list() request. (instanceTemplates.get) * * @param string $project Project ID for this request. @@ -68,6 +79,19 @@ class Google_Service_Compute_Resource_InstanceTemplates extends Google_Service_R * @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()) @@ -83,30 +107,26 @@ class Google_Service_Compute_Resource_InstanceTemplates extends Google_Service_R * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 4c1d6cf5..1a9ece6f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -101,13 +110,29 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList"); } /** - * Attaches a Disk resource to an instance. (instances.attachDisk) + * 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. (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 string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be 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()) @@ -124,6 +149,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -142,6 +180,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -158,6 +209,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @param string $instance Instance name. * @param string $deviceName Disk device name to detach. * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be 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()) @@ -213,6 +277,27 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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/global/instanceTemplates/instanceT + * emplate - projects/project/global/global/instanceTemplates/instanceTemplate + * - global/instancesTemplates/instanceTemplate * @return Google_Service_Compute_Operation */ public function insert($project, $zone, Google_Service_Compute_Instance $postBody, $optParams = array()) @@ -229,30 +314,26 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @param string $zone The name of the zone 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -280,12 +361,82 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource return $this->call('list', array($params), "Google_Service_Compute_InstanceList"); } /** - * Performs a hard reset on the instance. (instances.reset) + * Retrieves the list of referrers to instances contained within the specified + * zone. (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. For more information, see Resetting an + * instance. (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()) @@ -294,6 +445,36 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('reset', array($params), "Google_Service_Compute_Operation"); } + /** + * Sets deletion protection on the instance. (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 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. * (instances.setDiskAutoDelete) @@ -305,6 +486,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * deleted. * @param string $deviceName The device name of the disk to modify. * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be 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()) @@ -313,6 +507,66 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation"); } + /** + * Sets labels on an instance. To learn more about labels, read the Labeling + * Resources documentation. (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. (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. (instances.setMachineType) @@ -322,6 +576,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -339,6 +606,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -347,6 +627,37 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource $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. (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. (instances.setScheduling) * @@ -355,6 +666,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @param string $instance Instance name. * @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()) @@ -373,6 +697,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -390,6 +727,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -406,6 +756,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -424,6 +787,19 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource * @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()) @@ -434,16 +810,29 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource } /** * Stops a running instance, shutting it down cleanly, and allows you to restart - * the instance at a later time. Stopped instances do not incur per-minute, - * virtual machine usage charges while they are stopped, but any resources that - * the virtual machine 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. (instances.stop) + * 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. + * (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()) @@ -452,4 +841,69 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('stop', array($params), "Google_Service_Compute_Operation"); } + /** + * 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. + * (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 an instance's network interface. This method follows PATCH semantics. + * (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"); + } } 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 index c6656a7c..1dd0f322 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Licenses.php @@ -1,6 +1,6 @@ $project, 'license' => $license); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified License resource. (licenses.get) * * @param string $project Project ID for this request. * @param string $license Name of the License resource to return. @@ -40,4 +66,104 @@ class Google_Service_Compute_Resource_Licenses extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Compute_License"); } + /** + * Create a License resource in the specified project. (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 8. 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. + * (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"); + } + /** + * Returns permissions that a caller has on the specified resource. + * (licenses.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name 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 index 1e822f87..b27795ba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/MachineTypes.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -82,7 +78,7 @@ class Google_Service_Compute_Resource_MachineTypes extends Google_Service_Resour return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList"); } /** - * Returns the specified machine type. Get a list of available machine types by + * Returns the specified machine type. Gets a list of available machine types by * making a list() request. (machineTypes.get) * * @param string $project Project ID for this request. @@ -105,30 +101,26 @@ class Google_Service_Compute_Resource_MachineTypes extends Google_Service_Resour * @param string $zone The name of the zone 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 6e9d4383..50630248 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php @@ -1,6 +1,6 @@ $project, 'network' => $network, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('addPeering', array($params), "Google_Service_Compute_Operation"); + } /** * Deletes the specified network. (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()) @@ -61,6 +102,19 @@ class Google_Service_Compute_Resource_Networks extends Google_Service_Resource * @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()) @@ -76,30 +130,26 @@ class Google_Service_Compute_Resource_Networks extends Google_Service_Resource * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -126,6 +176,63 @@ class Google_Service_Compute_Resource_Networks extends Google_Service_Resource $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. (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. (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. * (networks.switchToCustomMode) @@ -133,6 +240,19 @@ class Google_Service_Compute_Resource_Networks extends Google_Service_Resource * @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()) 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 index 99410cc7..98e5939d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Projects.php @@ -1,6 +1,6 @@ $project); + $params = array_merge($params, $optParams); + return $this->call('disableXpnHost', array($params), "Google_Service_Compute_Operation"); + } + /** + * Disable a serivce resource (a.k.a service project) associated with this host + * project. (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. (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. + * (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. (projects.get) * @@ -38,12 +147,78 @@ class Google_Service_Compute_Resource_Projects extends Google_Service_Resource $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. (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. (projects.getXpnResources) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter + * @opt_param string maxResults + * @opt_param string order_by + * @opt_param string pageToken + * @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. + * (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 + * @opt_param string maxResults + * @opt_param string order_by + * @opt_param string pageToken + * @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. (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()) @@ -59,6 +234,19 @@ class Google_Service_Compute_Resource_Projects extends Google_Service_Resource * @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()) @@ -74,6 +262,19 @@ class Google_Service_Compute_Resource_Projects extends Google_Service_Resource * @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()) @@ -90,6 +291,19 @@ class Google_Service_Compute_Resource_Projects extends Google_Service_Resource * @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()) 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 index a9a30977..4ae3524b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionAutoscalers.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -131,18 +153,32 @@ class Google_Service_Compute_Resource_RegionAutoscalers extends Google_Service_R } /** * Updates an autoscaler in the specified project using the data included in the - * request. This method supports patch semantics. (regionAutoscalers.patch) + * request. This method supports PATCH semantics and uses the JSON merge patch + * format and processing rules. (regionAutoscalers.patch) * * @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 update. * @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, $autoscaler, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) + public function patch($project, $region, Google_Service_Compute_Autoscaler $postBody, $optParams = array()) { - $params = array('project' => $project, 'region' => $region, 'autoscaler' => $autoscaler, 'postBody' => $postBody); + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Compute_Operation"); } @@ -156,6 +192,18 @@ class Google_Service_Compute_Resource_RegionAutoscalers extends Google_Service_R * @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()) 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 index e82facce..e3a9defb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionBackendServices.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -156,14 +178,27 @@ class Google_Service_Compute_Resource_RegionBackendServices extends Google_Servi * 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. - * (regionBackendServices.patch) + * information. This method supports PATCH semantics and uses the JSON merge + * patch format and processing rules. (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 update. + * @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()) @@ -183,6 +218,19 @@ class Google_Service_Compute_Resource_RegionBackendServices extends Google_Servi * @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()) 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 index 94e89eda..f94d15a3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -216,6 +278,12 @@ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google * DONE when the action is scheduled 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. * (regionInstanceGroupManagers.recreateInstances) * * @param string $project Project ID for this request. @@ -223,6 +291,19 @@ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google * @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()) @@ -239,6 +320,10 @@ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google * 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. + * + * 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. * (regionInstanceGroupManagers.resize) * * @param string $project Project ID for this request. @@ -247,6 +332,19 @@ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google * @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()) @@ -265,6 +363,19 @@ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google * @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()) @@ -283,6 +394,19 @@ class Google_Service_Compute_Resource_RegionInstanceGroupManagers extends Google * @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()) 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 index 27934ab4..537d1cc5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroups.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -111,30 +107,26 @@ class Google_Service_Compute_Resource_RegionInstanceGroups extends Google_Servic * @param Google_Service_Compute_RegionInstanceGroupsListInstancesRequest $postBody * @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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -171,6 +163,19 @@ class Google_Service_Compute_Resource_RegionInstanceGroups extends Google_Servic * 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()) 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 index 40d91319..8bd083aa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionOperations.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index b5e859a0..718f6347 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Regions.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 8ab17d0c..a3647a44 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routers.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -88,6 +84,19 @@ class Google_Service_Compute_Resource_Routers extends Google_Service_Resource * @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()) @@ -136,6 +145,19 @@ class Google_Service_Compute_Resource_Routers extends Google_Service_Resource * @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()) @@ -152,30 +174,26 @@ class Google_Service_Compute_Resource_Routers extends Google_Service_Resource * @param string $region Name of the region 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -203,14 +221,28 @@ class Google_Service_Compute_Resource_Routers extends Google_Service_Resource return $this->call('list', array($params), "Google_Service_Compute_RouterList"); } /** - * Updates the specified Router resource with the data included in the request. - * This method supports patch semantics. (routers.patch) + * 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. (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 update. + * @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()) @@ -245,6 +277,19 @@ class Google_Service_Compute_Resource_Routers extends Google_Service_Resource * @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()) 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 index 2970f5e7..9e9efc2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Routes.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 30fbf0b5..4370218d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Snapshots.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -116,4 +125,20 @@ class Google_Service_Compute_Resource_Snapshots extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SnapshotList"); } + /** + * Sets the labels on a snapshot. To learn more about labels, read the Labeling + * Resources documentation. (snapshots.setLabels) + * + * @param string $project Project ID for this request. + * @param string $resource Name 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"); + } } 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 index b445378c..0e7ea091 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 9e0fd05b..17ced48f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -88,6 +84,19 @@ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resourc * @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()) @@ -105,6 +114,19 @@ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resourc * @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()) @@ -137,6 +159,19 @@ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resourc * @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()) @@ -153,30 +188,26 @@ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resourc * @param string $region Name of the region scoping 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -203,4 +234,68 @@ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resourc $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Compute_SubnetworkList"); } + /** + * Patches the specified subnetwork with the data included in the request. Only + * the following fields within the subnetwork resource can be specified in the + * request: secondary_ip_range, allow_subnet_cidr_routes_overlap and role. It is + * also mandatory to specify the current fingeprint of the subnetwork resource + * being patched. (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"); + } + /** + * Set whether VMs in this subnet can access Google services without assigning + * external IP addresses through Private Google Access. + * (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"); + } } 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 index 3f19cfe8..ab7c83b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -136,6 +158,19 @@ class Google_Service_Compute_Resource_TargetHttpProxies extends Google_Service_R * 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()) 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 index dd659717..0dd718d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -137,6 +159,19 @@ class Google_Service_Compute_Resource_TargetHttpsProxies extends Google_Service_ * 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()) @@ -145,6 +180,39 @@ class Google_Service_Compute_Resource_TargetHttpsProxies extends Google_Service_ $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. (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. (targetHttpsProxies.setUrlMap) * @@ -153,6 +221,19 @@ class Google_Service_Compute_Resource_TargetHttpsProxies extends Google_Service_ * 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()) 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 index e421bf42..815581de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetInstances.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -89,6 +85,19 @@ class Google_Service_Compute_Resource_TargetInstances extends Google_Service_Res * @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()) @@ -121,6 +130,19 @@ class Google_Service_Compute_Resource_TargetInstances extends Google_Service_Res * @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()) @@ -137,30 +159,26 @@ class Google_Service_Compute_Resource_TargetInstances extends Google_Service_Res * @param string $zone Name of the zone scoping 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 7d462298..13e9caa4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetPools.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -121,6 +143,19 @@ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resourc * @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()) @@ -171,6 +206,19 @@ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resourc * @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()) @@ -187,30 +235,26 @@ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resourc * @param string $region Name of the region scoping 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -246,6 +290,19 @@ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resourc * 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()) @@ -263,6 +320,19 @@ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resourc * 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()) @@ -282,6 +352,18 @@ class Google_Service_Compute_Resource_TargetPools extends Google_Service_Resourc * @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()) 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 index b6e2458d..793d76db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetSslProxies.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -135,6 +157,19 @@ class Google_Service_Compute_Resource_TargetSslProxies extends Google_Service_Re * 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()) @@ -152,6 +187,19 @@ class Google_Service_Compute_Resource_TargetSslProxies extends Google_Service_Re * 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()) @@ -169,6 +217,19 @@ class Google_Service_Compute_Resource_TargetSslProxies extends Google_Service_Re * 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()) @@ -177,4 +238,37 @@ class Google_Service_Compute_Resource_TargetSslProxies extends Google_Service_Re $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. (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/TargetVpnGateways.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.php index a4dc75ab..9b04c427 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetVpnGateways.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -89,6 +85,19 @@ class Google_Service_Compute_Resource_TargetVpnGateways extends Google_Service_R * @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()) @@ -121,6 +130,19 @@ class Google_Service_Compute_Resource_TargetVpnGateways extends Google_Service_R * @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()) @@ -137,30 +159,26 @@ class Google_Service_Compute_Resource_TargetVpnGateways extends Google_Service_R * @param string $region Name of the region 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 3a3460d0..6a37f11a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -143,13 +178,27 @@ class Google_Service_Compute_Resource_UrlMaps extends Google_Service_Resource return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); } /** - * Updates the specified UrlMap resource with the data included in the request. - * This method supports patch semantics. (urlMaps.patch) + * 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. (urlMaps.patch) * * @param string $project Project ID for this request. - * @param string $urlMap Name of the UrlMap resource to update. + * @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()) @@ -166,6 +215,19 @@ class Google_Service_Compute_Resource_UrlMaps extends Google_Service_Resource * @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()) 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 index 4d9fd312..587ff041 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnTunnels.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 @@ -88,6 +84,19 @@ class Google_Service_Compute_Resource_VpnTunnels extends Google_Service_Resource * @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()) @@ -120,6 +129,19 @@ class Google_Service_Compute_Resource_VpnTunnels extends Google_Service_Resource * @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()) @@ -136,30 +158,26 @@ class Google_Service_Compute_Resource_VpnTunnels extends Google_Service_Resource * @param string $region Name of the region 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. + * @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 <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 2c7117ca..1d3d1ef1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ZoneOperations.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 7cb7a9ab..37bdd088 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Zones.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php index aff90a0b..67cb61e3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ResourceGroupReference.php @@ -1,6 +1,6 @@ nextHopNetwork; } + public function setNextHopPeering($nextHopPeering) + { + $this->nextHopPeering = $nextHopPeering; + } + public function getNextHopPeering() + { + return $this->nextHopPeering; + } public function setNextHopVpnTunnel($nextHopVpnTunnel) { $this->nextHopVpnTunnel = $nextHopVpnTunnel; @@ -156,10 +165,16 @@ class Google_Service_Compute_Route extends Google_Collection { 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 index 8587856c..92d32d15 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Route + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Route + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RouteList extends Google_Collection { 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/RouteWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.php index d41e2c71..3cfd15a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_RouteWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_RouteWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php index 19826730..af28845f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouteWarningsData.php @@ -1,6 +1,6 @@ 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; @@ -73,10 +85,16 @@ class Google_Service_Compute_Router extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php index fb5d0d93..d277eeab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_RoutersScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_RoutersScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_RouterAggregatedList extends Google_Model { 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/RouterBgp.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.php index c7e25f65..7c181d2a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgp.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php index a65fb824..02906eb6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterBgpPeer.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php index af0bc908..ee55d059 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterInterface.php @@ -1,6 +1,6 @@ ipRange; } + public function setLinkedInterconnectAttachment($linkedInterconnectAttachment) + { + $this->linkedInterconnectAttachment = $linkedInterconnectAttachment; + } + public function getLinkedInterconnectAttachment() + { + return $this->linkedInterconnectAttachment; + } public function setLinkedVpnTunnel($linkedVpnTunnel) { $this->linkedVpnTunnel = $linkedVpnTunnel; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php index 146168d8..28e49ad4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Router + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Router + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_RouterList extends Google_Collection { 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/RouterStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.php index b737bc96..60cb5279 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatus.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php index bc657b2b..98290f8d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusBgpPeerStatus.php @@ -1,6 +1,6 @@ advertisedRoutes = $advertisedRoutes; } + /** + * @return Google_Service_Compute_Route + */ public function getAdvertisedRoutes() { return $this->advertisedRoutes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php index a78812e3..3e99478b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RouterStatusResponse.php @@ -1,6 +1,6 @@ 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 index 79372e6d..eb8d6a93 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersPreviewResponse.php @@ -1,6 +1,6 @@ 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 index 7f321f15..d5f6ed89 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedList.php @@ -1,6 +1,6 @@ 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 index 0aa8c3ce..bac404c6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_RoutersScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_RoutersScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php index d4c75d1c..2a340746 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RoutersScopedListWarningData.php @@ -1,6 +1,6 @@ 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; @@ -100,10 +127,16 @@ class Google_Service_Compute_Snapshot extends Google_Collection { 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; @@ -116,10 +149,16 @@ class Google_Service_Compute_Snapshot extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php index 0cce5fc9..cb620785 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SnapshotList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Snapshot + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Snapshot + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_SnapshotList extends Google_Collection { 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/SslCertificate.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php index e1b3425e..bb037faf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_SslCertificate + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_SslCertificate + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_SslCertificateList extends Google_Collection { 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/Subnetwork.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php index a9253ed4..dff05a74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php @@ -1,6 +1,6 @@ description; } + public function setFingerprint($fingerprint) + { + $this->fingerprint = $fingerprint; + } + public function getFingerprint() + { + return $this->fingerprint; + } public function setGatewayAddress($gatewayAddress) { $this->gatewayAddress = $gatewayAddress; @@ -92,6 +105,14 @@ class Google_Service_Compute_Subnetwork extends Google_Model { return $this->network; } + public function setPrivateIpGoogleAccess($privateIpGoogleAccess) + { + $this->privateIpGoogleAccess = $privateIpGoogleAccess; + } + public function getPrivateIpGoogleAccess() + { + return $this->privateIpGoogleAccess; + } public function setRegion($region) { $this->region = $region; @@ -100,6 +121,20 @@ class Google_Service_Compute_Subnetwork extends Google_Model { return $this->region; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php index 454b55a5..9fee5e27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkAggregatedList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_SubnetworksScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_SubnetworksScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_SubnetworkAggregatedList extends Google_Model { 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/SubnetworkList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.php index 5dcb4cfe..f71803cc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Subnetwork + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Subnetwork + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_SubnetworkList extends Google_Collection { 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/SubnetworksExpandIpCidrRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.php index d8bf7116..1c0da11f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksExpandIpCidrRangeRequest.php @@ -1,6 +1,6 @@ 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 index 298eebb4..d4e5144a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_SubnetworksScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_SubnetworksScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php index f83c966b..2753a2bd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworksScopedListWarningData.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetHttpProxy + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetHttpProxy + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_TargetHttpProxyList extends Google_Collection { 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/TargetHttpsProxiesSetSslCertificatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.php index 73ef2fe9..3e884d2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesSetSslCertificatesRequest.php @@ -1,6 +1,6 @@ sslCertificates; } + public function setSslPolicy($sslPolicy) + { + $this->sslPolicy = $sslPolicy; + } + public function getSslPolicy() + { + return $this->sslPolicy; + } public function setUrlMap($urlMap) { $this->urlMap = $urlMap; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php index 414156e7..30144bc6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetHttpsProxy + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetHttpsProxy + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_TargetHttpsProxyList extends Google_Collection { 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/TargetInstance.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.php index efc5d2b6..6724218b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstance.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetInstancesScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetInstancesScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model { 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/TargetInstanceList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.php index 8419c6a5..76f16843 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstanceList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetInstance + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetInstance + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_TargetInstanceList extends Google_Collection { 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/TargetInstancesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.php index fba4e82b..a17f5582 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedList.php @@ -1,6 +1,6 @@ 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 index 15538355..a5e00264 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_TargetInstancesScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_TargetInstancesScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php index fa2252c7..cd753404 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetInstancesScopedListWarningData.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetPoolsScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetPoolsScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model { 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/TargetPoolInstanceHealth.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.php index 2c452132..4a25052f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolInstanceHealth.php @@ -1,6 +1,6 @@ healthStatus = $healthStatus; } + /** + * @return Google_Service_Compute_HealthStatus + */ public function getHealthStatus() { return $this->healthStatus; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php index 9ef1a0bd..75159222 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetPool + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetPool + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_TargetPoolList extends Google_Collection { 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/TargetPoolsAddHealthCheckRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.php index f4a05e03..9983616b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddHealthCheckRequest.php @@ -1,6 +1,6 @@ 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 index 97005f79..9a3ba212 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsAddInstanceRequest.php @@ -1,6 +1,6 @@ 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 index 964f8fa1..93d07427 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveHealthCheckRequest.php @@ -1,6 +1,6 @@ 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 index ab2b5713..01badaa2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsRemoveInstanceRequest.php @@ -1,6 +1,6 @@ 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 index b444054f..9ef8f20d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedList.php @@ -1,6 +1,6 @@ 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 index d15ea6eb..40a07a7d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_TargetPoolsScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_TargetPoolsScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php index 907436bf..efe6be68 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetPoolsScopedListWarningData.php @@ -1,6 +1,6 @@ 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 index 1cbd310d..fedb9097 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetSslProxyList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetSslProxy + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetSslProxy + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_TargetSslProxyList extends Google_Collection { 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/TargetVpnGateway.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.php index 08a13f7f..e62a9bf9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGateway.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetVpnGatewaysScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetVpnGatewaysScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_TargetVpnGatewayAggregatedList extends Google_Model { 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/TargetVpnGatewayList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.php index d81e2c1b..724425ab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewayList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_TargetVpnGateway + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_TargetVpnGateway + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_TargetVpnGatewayList extends Google_Collection { 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/TargetVpnGatewaysScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.php index b09c456d..263d7081 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedList.php @@ -1,6 +1,6 @@ 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 index 048886fa..c1dce485 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_TargetVpnGatewaysScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_TargetVpnGatewaysScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php index fc7b4d7e..69c3cb28 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetVpnGatewaysScopedListWarningData.php @@ -1,6 +1,6 @@ fingerprint; } + /** + * @param Google_Service_Compute_HostRule + */ public function setHostRules($hostRules) { $this->hostRules = $hostRules; } + /** + * @return Google_Service_Compute_HostRule + */ public function getHostRules() { return $this->hostRules; @@ -97,10 +103,16 @@ class Google_Service_Compute_UrlMap extends Google_Collection { 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; @@ -113,10 +125,16 @@ class Google_Service_Compute_UrlMap extends Google_Collection { 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 index c3e90e18..7545e635 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_UrlMap + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_UrlMap + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_UrlMapList extends Google_Collection { 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/UrlMapReference.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.php index 99f5e30a..eea15cec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapReference.php @@ -1,6 +1,6 @@ loadSucceeded; } + /** + * @param Google_Service_Compute_TestFailure + */ public function setTestFailures($testFailures) { $this->testFailures = $testFailures; } + /** + * @return Google_Service_Compute_TestFailure + */ public function getTestFailures() { return $this->testFailures; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php index 5e9b6084..9f79acc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateRequest.php @@ -1,6 +1,6 @@ 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 index 8da23749..4ac29199 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsValidateResponse.php @@ -1,6 +1,6 @@ result = $result; } + /** + * @return Google_Service_Compute_UrlMapValidationResult + */ public function getResult() { return $this->result; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php index 13c7d580..b5b6ff6d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UsageExportLocation.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_VpnTunnelsScopedList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_VpnTunnelsScopedList + */ public function getItems() { return $this->items; @@ -64,4 +72,18 @@ class Google_Service_Compute_VpnTunnelAggregatedList extends Google_Model { 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/VpnTunnelList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.php index ce35247f..530182f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_VpnTunnel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_VpnTunnel + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_VpnTunnelList extends Google_Collection { 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/VpnTunnelsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.php index 2f961f7a..fc8df83e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedList.php @@ -1,6 +1,6 @@ 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 index aaae80a6..b4856ba4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarning.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Compute_VpnTunnelsScopedListWarningData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Compute_VpnTunnelsScopedListWarningData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php index bee2d992..4a1437cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnelsScopedListWarningData.php @@ -1,6 +1,6 @@ availableCpuPlatforms = $availableCpuPlatforms; + } + public function getAvailableCpuPlatforms() + { + return $this->availableCpuPlatforms; + } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; @@ -36,10 +46,16 @@ class Google_Service_Compute_Zone extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php index 0cc44199..68225c41 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ZoneList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Compute_Zone + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Compute_Zone + */ public function getItems() { return $this->items; @@ -65,4 +73,18 @@ class Google_Service_Compute_ZoneList extends Google_Collection { 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/ConsumerSurveys.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.php index bcf53834..db5e29b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_ConsumerSurveys_FieldMask + */ public function getFields() { return $this->fields; diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php index 5e99b768..a357b49d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/MobileAppPanel.php @@ -1,6 +1,6 @@ pageInfo = $pageInfo; } + /** + * @return Google_Service_ConsumerSurveys_PageInfo + */ public function getPageInfo() { return $this->pageInfo; @@ -42,18 +48,30 @@ class Google_Service_ConsumerSurveys_MobileAppPanelsListResponse extends Google_ { 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 index 1e3c526a..821786d6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/PageInfo.php @@ -1,6 +1,6 @@ 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 index 333d934e..a19d8f77 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/ResultsMask.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_ConsumerSurveys_FieldMask + */ public function getFields() { return $this->fields; diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php index 7b24d69e..405ab261 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/Survey.php @@ -1,6 +1,6 @@ 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; @@ -74,18 +86,30 @@ class Google_Service_ConsumerSurveys_Survey extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php index 9ae7e0fa..5eb8715e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyAudience.php @@ -1,6 +1,6 @@ highValueLabel; } + /** + * @param Google_Service_ConsumerSurveys_SurveyQuestionImage + */ public function setImages($images) { $this->images = $images; } + /** + * @return Google_Service_ConsumerSurveys_SurveyQuestionImage + */ public function getImages() { return $this->images; diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php index d065e7b2..e802f673 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveyQuestionImage.php @@ -1,6 +1,6 @@ pageInfo = $pageInfo; } + /** + * @return Google_Service_ConsumerSurveys_PageInfo + */ public function getPageInfo() { return $this->pageInfo; @@ -42,18 +48,30 @@ class Google_Service_ConsumerSurveys_SurveysListResponse extends Google_Collecti { 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 index 430de935..de11ae44 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStartRequest.php @@ -1,6 +1,6 @@ requestId; } - public function setResource(Google_Service_ConsumerSurveys_Survey $resource) - { - $this->resource = $resource; - } - public function getResource() - { - return $this->resource; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php index 575c385f..93807287 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/SurveysStopResponse.php @@ -1,6 +1,6 @@ requestId; } - public function setResource(Google_Service_ConsumerSurveys_Survey $resource) - { - $this->resource = $resource; - } - public function getResource() - { - return $this->resource; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php index 77b58605..61567fda 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php +++ b/vendor/google/apiclient-services/src/Google/Service/ConsumerSurveys/TokenPagination.php @@ -1,6 +1,6 @@ - * Builds and manages clusters that run container-based applications, powered by - * open source Kubernetes technology.
+ * The Google Kubernetes Engine API is used for building and managing container + * based applications, powered by the open source Kubernetes technology. * ** For more information about this service, see the API @@ -35,6 +35,10 @@ class Google_Service_Container extends Google_Service const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + public $projects_locations; + public $projects_locations_clusters; + public $projects_locations_clusters_nodePools; + public $projects_locations_operations; public $projects_zones; public $projects_zones_clusters; public $projects_zones_clusters_nodePools; @@ -53,6 +57,450 @@ class Google_Service_Container extends Google_Service $this->version = 'v1'; $this->serviceName = 'container'; + $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, + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clusterId' => 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, + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'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, + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'nodePoolId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => 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, + ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => 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_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, + ), + 'operationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => 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, @@ -73,6 +521,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -84,7 +536,47 @@ class Google_Service_Container extends Google_Service 'clusters', array( 'methods' => array( - 'create' => 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( @@ -118,10 +610,38 @@ class Google_Service_Container extends Google_Service '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', @@ -153,6 +673,190 @@ class Google_Service_Container extends Google_Service '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}', @@ -184,7 +888,32 @@ class Google_Service_Container extends Google_Service 'nodePools', array( 'methods' => array( - 'create' => 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( @@ -228,6 +957,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', @@ -253,6 +986,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools', @@ -273,6 +1010,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'rollback' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback', @@ -324,6 +1065,56 @@ class Google_Service_Container extends Google_Service '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, + ), + ), ), ) ) @@ -373,6 +1164,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', @@ -388,6 +1183,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php index 4954faf4..08e0e826 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/AddonsConfig.php @@ -1,6 +1,6 @@ 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 index a65f5408..05e96a26 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/AutoUpgradeOptions.php @@ -1,6 +1,6 @@ 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/Cluster.php b/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php index cd3776c9..8d030d32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php @@ -1,6 +1,6 @@ addonsConfig = $addonsConfig; } + /** + * @return Google_Service_Container_AddonsConfig + */ public function getAddonsConfig() { return $this->addonsConfig; @@ -155,6 +174,50 @@ class Google_Service_Container_Cluster extends Google_Collection { 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; @@ -171,14 +234,48 @@ class Google_Service_Container_Cluster extends Google_Collection { 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; @@ -203,10 +300,30 @@ class Google_Service_Container_Cluster extends Google_Collection { return $this->network; } + /** + * @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; @@ -219,14 +336,28 @@ class Google_Service_Container_Cluster extends Google_Collection { 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; } + public function setResourceLabels($resourceLabels) + { + $this->resourceLabels = $resourceLabels; + } + public function getResourceLabels() + { + return $this->resourceLabels; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php index ce55c078..16d7343d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php @@ -1,6 +1,6 @@ desiredAddonsConfig = $desiredAddonsConfig; } + /** + * @return Google_Service_Container_AddonsConfig + */ public function getDesiredAddonsConfig() { return $this->desiredAddonsConfig; @@ -53,6 +61,20 @@ class Google_Service_Container_ClusterUpdate extends Google_Collection { return $this->desiredLocations; } + /** + * @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; @@ -69,10 +91,16 @@ class Google_Service_Container_ClusterUpdate extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php index 0695e622..815eefab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php @@ -1,6 +1,6 @@ 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 index 6088cb84..9482bb93 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/CreateNodePoolRequest.php @@ -1,6 +1,6 @@ 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/HorizontalPodAutoscaling.php b/vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.php index 8e139c55..2cd97799 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/HorizontalPodAutoscaling.php @@ -1,6 +1,6 @@ clusters = $clusters; } + /** + * @return Google_Service_Container_Cluster + */ public function getClusters() { return $this->clusters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php index 30f73741..15f87fda 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ListNodePoolsResponse.php @@ -1,6 +1,6 @@ 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 index f5d6c3bc..2757b21f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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/MasterAuth.php b/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.php index e5db3e92..af404e53 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/MasterAuth.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php index 9551ad12..a6da1952 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php @@ -1,6 +1,6 @@ accelerators = $accelerators; + } + /** + * @return Google_Service_Container_AcceleratorConfig + */ + public function getAccelerators() + { + return $this->accelerators; + } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; @@ -77,6 +94,14 @@ class Google_Service_Container_NodeConfig extends Google_Collection { return $this->metadata; } + public function setMinCpuPlatform($minCpuPlatform) + { + $this->minCpuPlatform = $minCpuPlatform; + } + public function getMinCpuPlatform() + { + return $this->minCpuPlatform; + } public function setOauthScopes($oauthScopes) { $this->oauthScopes = $oauthScopes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php index 833c5033..85bf8712 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodeManagement.php @@ -1,6 +1,6 @@ autoRepair = $autoRepair; + } + public function getAutoRepair() + { + return $this->autoRepair; + } public function setAutoUpgrade($autoUpgrade) { $this->autoUpgrade = $autoUpgrade; @@ -29,10 +38,16 @@ class Google_Service_Container_NodeManagement extends Google_Model { 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 index 0be52bb0..8021030e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/NodePool.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodePool.php @@ -1,6 +1,6 @@ autoscaling = $autoscaling; } + /** + * @return Google_Service_Container_NodePoolAutoscaling + */ public function getAutoscaling() { return $this->autoscaling; } + /** + * @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; @@ -64,10 +76,16 @@ class Google_Service_Container_NodePool extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php index 14386b5f..5c71f3cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodePoolAutoscaling.php @@ -1,6 +1,6 @@ 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; @@ -58,6 +77,14 @@ class Google_Service_Container_Operation extends Google_Model { return $this->selfLink; } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } public function setStatus($status) { $this->status = $status; 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 index 219380b2..bd624316 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/Projects.php @@ -1,6 +1,6 @@ $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 cluster + * 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 is being used by the cluster. (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 @@ -51,17 +100,26 @@ class Google_Service_Container_Resource_ProjectsZonesClusters extends Google_Ser } /** * 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 (e.g. load balancer resources) will not be deleted if they weren't - * present at the initial create time. (clusters.delete) * - * @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 delete. + * 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 + * (e.g. load balancer resources) will not be deleted if they weren't present at + * the initial create time. (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()) @@ -73,12 +131,18 @@ class Google_Service_Container_Resource_ProjectsZonesClusters extends Google_Ser /** * Gets the details of a specific cluster. (clusters.get) * - * @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 retrieve. + * @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()) @@ -87,16 +151,44 @@ class Google_Service_Container_Resource_ProjectsZonesClusters extends Google_Ser $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 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 + * @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. + * 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()) @@ -106,13 +198,207 @@ class Google_Service_Container_Resource_ProjectsZonesClusters extends Google_Ser return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); } /** - * Updates the settings of a specific cluster. (clusters.update) + * Sets the locations of 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 of 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 of 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 of 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 upgrade. + * @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"); + } + /** + * Used to set master auth materials. Currently supports :- Changing the admin + * password of a specific cluster. This can be either via password generation or + * explicitly set 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/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"); + } + /** + * Start 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 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 index 7763c92a..ad6bd527 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesClustersNodePools.php @@ -1,6 +1,6 @@ $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 The Google Developers Console [project ID or project - * number](https://developers.google.com/console/help/new/#projectnumber). - * @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. + * @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 @@ -46,13 +74,22 @@ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends G /** * Deletes a node pool from a cluster. (nodePools.delete) * - * @param string $projectId The Google Developers Console [project ID or project - * number](https://developers.google.com/console/help/new/#projectnumber). - * @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. - * @param string $nodePoolId The name of the node pool to 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()) @@ -64,13 +101,22 @@ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends G /** * Retrieves the node pool requested. (nodePools.get) * - * @param string $projectId The Google Developers Console [project ID or project - * number](https://developers.google.com/console/help/new/#projectnumber). - * @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. - * @param string $nodePoolId The name of the node pool. + * @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()) @@ -83,12 +129,20 @@ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends G * Lists the node pools for a cluster. * (nodePools.listProjectsZonesClustersNodePools) * - * @param string $projectId The Google Developers Console [project ID or project - * number](https://developers.google.com/console/help/new/#projectnumber). - * @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. + * @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()) @@ -101,12 +155,16 @@ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends G * Roll back the previously Aborted or Failed NodePool upgrade. This will be an * no-op if the last upgrade successfully completed. (nodePools.rollback) * - * @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 rollback. - * @param string $nodePoolId The name of the node pool to 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 @@ -120,12 +178,16 @@ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends G /** * Sets the NodeManagement options for a node pool. (nodePools.setManagement) * - * @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 string $nodePoolId The name of the node pool to 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 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 @@ -136,4 +198,51 @@ class Google_Service_Container_Resource_ProjectsZonesClustersNodePools extends G $params = array_merge($params, $optParams); return $this->call('setManagement', array($params), "Google_Service_Container_Operation"); } + /** + * Sets the size of 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 of a specific 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 index 2622ee32..b25f5b64 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsZonesOperations.php @@ -1,6 +1,6 @@ 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 index 19c9f3a6..f144761d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ServerConfig.php @@ -1,6 +1,6 @@ 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/UpdateClusterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php index 76f262c3..a373e95a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php @@ -1,6 +1,6 @@ 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/Coordinate.php b/vendor/google/apiclient-services/src/Google/Service/Coordinate.php index 5d25c17f..a7beaba6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Coordinate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Coordinate.php @@ -1,6 +1,6 @@ - * Lets you search over a website or collection of websites
+ * Searches over a website or collection of websites * ** For more information about this service, see the API @@ -33,6 +33,7 @@ class Google_Service_Customsearch extends Google_Service public $cse; + public $cse_siterestrict; /** * Constructs the internal representation of the Customsearch service. @@ -70,7 +71,143 @@ class Google_Service_Customsearch extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'cref' => array( + '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', ), diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php index e20a860c..5f1ea448 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Context.php @@ -1,6 +1,6 @@ facets = $facets; } + /** + * @return Google_Service_Customsearch_ContextFacets + */ public function getFacets() { return $this->facets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php index ba8e5265..0ce93e92 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ContextFacets.php @@ -1,6 +1,6 @@ bodyLines = $bodyLines; } + /** + * @return Google_Service_Customsearch_PromotionBodyLines + */ public function getBodyLines() { return $this->bodyLines; @@ -51,10 +57,16 @@ class Google_Service_Customsearch_Promotion extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php index 4201ddf0..712a77c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/PromotionBodyLines.php @@ -1,6 +1,6 @@ cr; } - public function setCref($cref) - { - $this->cref = $cref; - } - public function getCref() - { - return $this->cref; - } public function setCx($cx) { $this->cx = $cx; 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 index c70ebbf7..63bd38c7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/Resource/Cse.php @@ -1,6 +1,6 @@ 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; @@ -108,10 +114,16 @@ class Google_Service_Customsearch_Result extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php index d48f967f..ec4c8f4b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/ResultImage.php @@ -1,6 +1,6 @@ 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; @@ -58,42 +70,72 @@ class Google_Service_Customsearch_Search extends Google_Collection { 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 index 8c8b787d..3ec18252 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Customsearch/SearchSearchInformation.php @@ -1,6 +1,6 @@ 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 index 3b701c9c..a936c0fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationDataTransfer.php @@ -1,6 +1,6 @@ applicationId; } + /** + * @param Google_Service_DataTransfer_ApplicationTransferParam + */ public function setApplicationTransferParams($applicationTransferParams) { $this->applicationTransferParams = $applicationTransferParams; } + /** + * @return Google_Service_DataTransfer_ApplicationTransferParam + */ public function getApplicationTransferParams() { return $this->applicationTransferParams; diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php index d9ebbf5d..49a465d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/ApplicationTransferParam.php @@ -1,6 +1,6 @@ applications = $applications; } + /** + * @return Google_Service_DataTransfer_Application + */ public function getApplications() { return $this->applications; diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php index 70b666ca..cb73f41a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfer.php @@ -1,6 +1,6 @@ applicationDataTransfers = $applicationDataTransfers; } + /** + * @return Google_Service_DataTransfer_ApplicationDataTransfer + */ public function getApplicationDataTransfers() { return $this->applicationDataTransfers; diff --git a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php index e4e016b1..8b68de54 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/DataTransfersListResponse.php @@ -1,6 +1,6 @@ dataTransfers = $dataTransfers; } + /** + * @return Google_Service_DataTransfer_DataTransfer + */ public function getDataTransfers() { return $this->dataTransfers; 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 index b16b46f8..2fc04acf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataTransfer/Resource/Applications.php @@ -1,6 +1,6 @@ array( - '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, - ), - 'location' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'view' => 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, - ), - 'startTime' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'location' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'list' => array( - 'path' => 'v1b3/projects/{projectId}/jobs', + 'aggregated' => array( + 'path' => 'v1b3/projects/{projectId}/jobs:aggregated', 'httpMethod' => 'GET', 'parameters' => array( 'projectId' => array( @@ -184,6 +125,104 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', ), ), + ),'create' => array( + 'path' => 'v1b3/projects/{projectId}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'replaceJobId' => 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, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), ),'update' => array( 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}', 'httpMethod' => 'PUT', @@ -267,15 +306,11 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'endTime' => array( - 'location' => 'query', - 'type' => 'string', - ), 'location' => array( 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( + 'endTime' => array( 'location' => 'query', 'type' => 'string', ), @@ -283,6 +318,10 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -336,6 +375,31 @@ class Google_Service_Dataflow extends Google_Service ) ) ); + $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, @@ -468,6 +532,56 @@ class Google_Service_Dataflow extends Google_Service ) ) ); + $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, @@ -568,6 +682,77 @@ class Google_Service_Dataflow extends Google_Service ) ) ); + $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, + ), + 'gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); $this->projects_templates = new Google_Service_Dataflow_Resource_ProjectsTemplates( $this, $this->serviceName, @@ -593,6 +778,10 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), 'view' => array( 'location' => 'query', 'type' => 'string', @@ -611,14 +800,18 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'gcsPath' => array( + 'location' => array( 'location' => 'query', 'type' => 'string', ), - 'dryRun' => array( + '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 index 8cb3234d..32e7796d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateProgress.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php index a74e93bc..716f5283 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateReportedProgress.php @@ -1,6 +1,6 @@ consumedParallelism = $consumedParallelism; } + /** + * @return Google_Service_Dataflow_ReportedParallelism + */ public function getConsumedParallelism() { return $this->consumedParallelism; @@ -41,18 +47,30 @@ class Google_Service_Dataflow_ApproximateReportedProgress extends Google_Model { 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 index f37e7ef2..8d2c3037 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ApproximateSplitRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php index 457ae2e9..ff220721 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/AutoscalingSettings.php @@ -1,6 +1,6 @@ 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; @@ -78,12 +101,4 @@ class Google_Service_Dataflow_ComputationTopology extends Google_Collection { return $this->systemStageName; } - public function setUserStageName($userStageName) - { - $this->userStageName = $userStageName; - } - public function getUserStageName() - { - return $this->userStageName; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php index 06f884a9..cdce86b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ConcatPosition.php @@ -1,6 +1,6 @@ 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 index d0546068..ae12d9da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterMetadata.php @@ -1,6 +1,6 @@ executionStepName; } + public function setInputIndex($inputIndex) + { + $this->inputIndex = $inputIndex; + } + public function getInputIndex() + { + return $this->inputIndex; + } public function setName($name) { $this->name = $name; @@ -66,6 +76,14 @@ class Google_Service_Dataflow_CounterStructuredName extends Google_Model { return $this->originNamespace; } + public function setOriginalRequestingStepName($originalRequestingStepName) + { + $this->originalRequestingStepName = $originalRequestingStepName; + } + public function getOriginalRequestingStepName() + { + return $this->originalRequestingStepName; + } public function setOriginalStepName($originalStepName) { $this->originalStepName = $originalStepName; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php index 4d22eaf3..ec095842 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterStructuredNameAndMetadata.php @@ -1,6 +1,6 @@ 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 index 025d61b3..646fae01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterUpdate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CounterUpdate.php @@ -1,6 +1,6 @@ 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; @@ -73,42 +81,86 @@ class Google_Service_Dataflow_CounterUpdate extends Google_Model { 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; @@ -121,10 +173,16 @@ class Google_Service_Dataflow_CounterUpdate extends Google_Model { 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; @@ -137,18 +195,30 @@ class Google_Service_Dataflow_CounterUpdate extends Google_Model { 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 index 5d95c17e..05e30559 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CreateJobFromTemplateRequest.php @@ -1,6 +1,6 @@ environment = $environment; } + /** + * @return Google_Service_Dataflow_RuntimeEnvironment + */ public function getEnvironment() { return $this->environment; @@ -47,6 +54,14 @@ class Google_Service_Dataflow_CreateJobFromTemplateRequest extends Google_Model { return $this->jobName; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } public function setParameters($parameters) { $this->parameters = $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 index 953c4d66..2afe3401 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/CustomSourceLocation.php @@ -1,6 +1,6 @@ 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 index 510ab3e0..38ebc363 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Disk.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php index e7eb306e..b069de9f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/DynamicSourceSplit.php @@ -1,6 +1,6 @@ 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 index 893044cc..d133253e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php @@ -1,6 +1,6 @@ version; } + /** + * @param Google_Service_Dataflow_WorkerPool + */ public function setWorkerPools($workerPools) { $this->workerPools = $workerPools; } + /** + * @return Google_Service_Dataflow_WorkerPool + */ public function getWorkerPools() { return $this->workerPools; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php index 0015f6ff..e48dcd72 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ExecutionStageSummary.php @@ -1,6 +1,6 @@ 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; @@ -54,10 +66,16 @@ class Google_Service_Dataflow_ExecutionStageSummary extends Google_Collection { 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; @@ -78,10 +96,16 @@ class Google_Service_Dataflow_ExecutionStageSummary extends Google_Collection { 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 index 86ad9bf0..abc16661 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FailedLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FailedLocation.php @@ -1,6 +1,6 @@ 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 index 82c587e6..f613643f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/FloatingPointList.php @@ -1,6 +1,6 @@ count = $count; } + /** + * @return Google_Service_Dataflow_SplitInt64 + */ public function getCount() { return $this->count; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php index 0b9c5738..61c28c08 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigRequest.php @@ -1,6 +1,6 @@ componentId; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } public function setWorkerId($workerId) { $this->workerId = $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 index e5e033e8..4385fa8e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/GetDebugConfigResponse.php @@ -1,6 +1,6 @@ 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/InstructionInput.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.php index cee054b8..25dcdebd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/InstructionInput.php @@ -1,6 +1,6 @@ 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 index a82b2813..1185903b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerMean.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/IntegerMean.php @@ -1,6 +1,6 @@ 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 index 151c2876..aa765219 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Job.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Job.php @@ -1,6 +1,6 @@ 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; @@ -122,10 +136,16 @@ class Google_Service_Dataflow_Job extends Google_Collection { 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; @@ -162,10 +182,30 @@ class Google_Service_Dataflow_Job extends Google_Collection { 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; + } + /** + * @param Google_Service_Dataflow_Step + */ public function setSteps($steps) { $this->steps = $steps; } + /** + * @return Google_Service_Dataflow_Step + */ public function getSteps() { return $this->steps; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php index 602dc87f..df24c12e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionInfo.php @@ -1,6 +1,6 @@ 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 index 765af53c..984d7aee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/JobExecutionStageInfo.php @@ -1,6 +1,6 @@ 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 index b4cca2b6..69d58088 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/KeyRangeDataDiskAssignment.php @@ -1,6 +1,6 @@ deliveryEndpoint; } + public function setDeprecatedPersistentDirectory($deprecatedPersistentDirectory) + { + $this->deprecatedPersistentDirectory = $deprecatedPersistentDirectory; + } + public function getDeprecatedPersistentDirectory() + { + return $this->deprecatedPersistentDirectory; + } public function setEnd($end) { $this->end = $end; @@ -47,14 +55,6 @@ class Google_Service_Dataflow_KeyRangeLocation extends Google_Model { return $this->end; } - public function setPersistentDirectory($persistentDirectory) - { - $this->persistentDirectory = $persistentDirectory; - } - public function getPersistentDirectory() - { - return $this->persistentDirectory; - } public function setStart($start) { $this->start = $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 index 6d8f02af..28d905ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateParameters.php @@ -1,6 +1,6 @@ environment = $environment; } + /** + * @return Google_Service_Dataflow_RuntimeEnvironment + */ public function getEnvironment() { return $this->environment; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php index 04e2a323..b2864525 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LaunchTemplateResponse.php @@ -1,6 +1,6 @@ job = $job; } + /** + * @return Google_Service_Dataflow_Job + */ public function getJob() { return $this->job; } - public function setStatus(Google_Service_Dataflow_Status $status) - { - $this->status = $status; - } - public function getStatus() - { - return $this->status; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php index 9a193a10..25fbd658 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/LeaseWorkItemRequest.php @@ -1,6 +1,6 @@ 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 index e71cdfb9..f45f8b4b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobMessagesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobMessagesResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php index 65d7f213..bd65aa9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListJobsResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php index c34ffcae..433cde5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MapTask.php @@ -1,6 +1,6 @@ instructions = $instructions; } + /** + * @return Google_Service_Dataflow_ParallelInstruction + */ public function getInstructions() { return $this->instructions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php index f16334fb..26ab1119 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MetricShortId.php @@ -1,6 +1,6 @@ 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; @@ -68,10 +86,16 @@ class Google_Service_Dataflow_MetricUpdate extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php index d718ca84..ed037645 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/MountedDataDisk.php @@ -1,6 +1,6 @@ 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; @@ -51,10 +63,16 @@ class Google_Service_Dataflow_ParDoInstruction extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php index 1efb2afb..485b78f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParallelInstruction.php @@ -1,6 +1,6 @@ flatten = $flatten; } + /** + * @return Google_Service_Dataflow_FlattenInstruction + */ public function getFlatten() { return $this->flatten; @@ -58,34 +64,58 @@ class Google_Service_Dataflow_ParallelInstruction extends Google_Collection { 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; @@ -98,10 +128,16 @@ class Google_Service_Dataflow_ParallelInstruction extends Google_Collection { 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/ParameterMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php index 36038cc8..1dccf62e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php @@ -1,6 +1,6 @@ input = $input; } + /** + * @return Google_Service_Dataflow_InstructionInput + */ public function getInput() { return $this->input; @@ -59,10 +65,16 @@ class Google_Service_Dataflow_PartialGroupByKeyInstruction extends Google_Collec { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php index 289da1f3..f4e1629b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PipelineDescription.php @@ -1,6 +1,6 @@ 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 index 9942c245..469cb451 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Position.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Position.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php index 775e7ed6..362f1764 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/PubsubLocation.php @@ -1,6 +1,6 @@ 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 index 23cc2175..9e02e758 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusRequest.php @@ -1,6 +1,6 @@ location; } + /** + * @param Google_Service_Dataflow_WorkItemStatus + */ public function setWorkItemStatuses($workItemStatuses) { $this->workItemStatuses = $workItemStatuses; } + /** + * @return Google_Service_Dataflow_WorkItemStatus + */ public function getWorkItemStatuses() { return $this->workItemStatuses; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php index ec7e4202..9fc4df0f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportWorkItemStatusResponse.php @@ -1,6 +1,6 @@ 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 index c0b1089e..8532dd1b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportedParallelism.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ReportedParallelism.php @@ -1,6 +1,6 @@ $projectId); + $params = array_merge($params, $optParams); + return $this->call('aggregated', array($params), "Google_Service_Dataflow_ListJobsResponse"); + } /** * Creates a Cloud Dataflow job. (jobs.create) * @@ -33,10 +56,10 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * @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 location The location 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()) @@ -53,8 +76,8 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * @param string $jobId The job ID. * @param array $optParams Optional parameters. * - * @opt_param string location The location that contains this job. * @opt_param string view The level of information requested in response. + * @opt_param string location The location that contains this job. * @return Google_Service_Dataflow_Job */ public function get($projectId, $jobId, $optParams = array()) @@ -70,11 +93,11 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * @param string $jobId The job to get messages for. * @param array $optParams Optional parameters. * + * @opt_param string location The location which 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. - * @opt_param string location The location which contains the job specified by - * job_id. * @return Google_Service_Dataflow_JobMetrics */ public function getMetrics($projectId, $jobId, $optParams = array()) @@ -84,13 +107,11 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics"); } /** - * List the jobs of a project. (jobs.listProjectsJobs) + * List the jobs of a project in a given region. (jobs.listProjectsJobs) * * @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 location 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 @@ -98,6 +119,8 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * 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. + * @opt_param string location The location that contains this job. * @return Google_Service_Dataflow_ListJobsResponse */ public function listProjectsJobs($projectId, $optParams = array()) 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 index ea70131e..bf90d952 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsDebug.php @@ -1,6 +1,6 @@ = 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. 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 index 82c3b780..8d290073 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsWorkItems.php @@ -1,6 +1,6 @@ $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 index 5c4d2679..7898656c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php @@ -1,6 +1,6 @@ call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics"); } /** - * List the jobs of a project. (jobs.listProjectsLocationsJobs) + * List the jobs of a project in a given region. + * (jobs.listProjectsLocationsJobs) * * @param string $projectId The project which owns the jobs. * @param string $location The location that contains this job. 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 index 822af3f8..0ff1839b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php @@ -1,6 +1,6 @@ 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 index 82d07b32..688394bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReportResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ResourceUtilizationReportResponse.php @@ -1,6 +1,6 @@ additionalExperiments = $additionalExperiments; + } + public function getAdditionalExperiments() + { + return $this->additionalExperiments; + } public function setBypassTempDirValidation($bypassTempDirValidation) { $this->bypassTempDirValidation = $bypassTempDirValidation; @@ -31,6 +44,14 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Model { return $this->bypassTempDirValidation; } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } public function setMaxWorkers($maxWorkers) { $this->maxWorkers = $maxWorkers; @@ -39,6 +60,14 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Model { return $this->maxWorkers; } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; @@ -47,6 +76,14 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Model { return $this->serviceAccountEmail; } + public function setSubnetwork($subnetwork) + { + $this->subnetwork = $subnetwork; + } + public function getSubnetwork() + { + return $this->subnetwork; + } public function setTempLocation($tempLocation) { $this->tempLocation = $tempLocation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php index 07c1688f..1dea20ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureRequest.php @@ -1,6 +1,6 @@ data; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } public function setWorkerId($workerId) { $this->workerId = $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 index 99d30d74..90633edb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendDebugCaptureResponse.php @@ -1,6 +1,6 @@ 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 index eab6a5d0..51844cb5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SendWorkerMessagesResponse.php @@ -1,6 +1,6 @@ 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 index 0b6450c5..72292b88 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTask.php @@ -1,6 +1,6 @@ inputs = $inputs; } + /** + * @return Google_Service_Dataflow_SideInputInfo + */ public function getInputs() { return $this->inputs; @@ -43,10 +49,16 @@ class Google_Service_Dataflow_SeqMapTask extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php index 92049428..364af074 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SeqMapTaskOutputInfo.php @@ -1,6 +1,6 @@ sink = $sink; } + /** + * @return Google_Service_Dataflow_Sink + */ public function getSink() { return $this->sink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php index 5ff9c107..edbc5439 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/ShellTask.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_Dataflow_Source + */ public function setSources($sources) { $this->sources = $sources; } + /** + * @return Google_Service_Dataflow_Source + */ public function getSources() { return $this->sources; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php index 18e8c52f..6691a484 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Sink.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php index 810201f5..59a989e3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceFork.php @@ -1,6 +1,6 @@ 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 index 4baff3b2..78c99be7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataRequest.php @@ -1,6 +1,6 @@ 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 index dda0e312..667021c3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceGetMetadataResponse.php @@ -1,6 +1,6 @@ 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 index 2512f4a5..55af75ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceMetadata.php @@ -1,6 +1,6 @@ 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 index f551b522..6cefc72d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceOperationResponse.php @@ -1,6 +1,6 @@ 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 index 68c96736..e12a7b09 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitOptions.php @@ -1,6 +1,6 @@ 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 index abedc3c7..5c956fdd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitResponse.php @@ -1,6 +1,6 @@ bundles = $bundles; } + /** + * @return Google_Service_Dataflow_DerivedSource + */ public function getBundles() { return $this->bundles; @@ -40,10 +46,16 @@ class Google_Service_Dataflow_SourceSplitResponse extends Google_Collection { 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 index ed49befc..02a8ff47 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitShard.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SourceSplitShard.php @@ -1,6 +1,6 @@ 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/SplitInt64.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.php index 62934864..41f6dd63 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/SplitInt64.php @@ -1,6 +1,6 @@ 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/StreamingComputationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.php index 0cba9956..b59efca7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationConfig.php @@ -1,6 +1,6 @@ computationId; } + /** + * @param Google_Service_Dataflow_ParallelInstruction + */ public function setInstructions($instructions) { $this->instructions = $instructions; } + /** + * @return Google_Service_Dataflow_ParallelInstruction + */ public function getInstructions() { return $this->instructions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php index 9d618c93..3c9d55ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationRanges.php @@ -1,6 +1,6 @@ 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 index e83408e0..7729d1fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingComputationTask.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php index 38741425..e2723d4d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php @@ -1,6 +1,6 @@ streamingComputationConfigs = $streamingComputationConfigs; } + /** + * @return Google_Service_Dataflow_StreamingComputationConfig + */ public function getStreamingComputationConfigs() { return $this->streamingComputationConfigs; @@ -38,4 +46,20 @@ class Google_Service_Dataflow_StreamingConfigTask extends Google_Collection { 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 index a3786ce7..c8bacaeb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSetupTask.php @@ -1,6 +1,6 @@ receiveWorkPort; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php index 04643d12..a0fdfda4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingSideInputLocation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php index 3428c67e..6d12d6c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TemplateMetadata.php @@ -1,6 +1,6 @@ bypassTempDirValidation = $bypassTempDirValidation; - } - public function getBypassTempDirValidation() - { - return $this->bypassTempDirValidation; - } public function setDescription($description) { $this->description = $description; @@ -48,10 +39,16 @@ class Google_Service_Dataflow_TemplateMetadata extends Google_Collection { 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 index 0eb190b6..5ce02c55 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TopologyConfig.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php index e967dd99..4c0152db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/TransformSummary.php @@ -1,6 +1,6 @@ displayData = $displayData; } + /** + * @return Google_Service_Dataflow_DisplayData + */ public function getDisplayData() { return $this->displayData; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php index 98a544ec..0c61672e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItem.php @@ -1,6 +1,6 @@ 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; @@ -114,50 +126,86 @@ class Google_Service_Dataflow_WorkItem extends Google_Collection { 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 index 3398321e..38485bd3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemServiceState.php @@ -1,6 +1,6 @@ leaseExpireTime; } + /** + * @param Google_Service_Dataflow_MetricShortId + */ public function setMetricShortId($metricShortId) { $this->metricShortId = $metricShortId; } + /** + * @return Google_Service_Dataflow_MetricShortId + */ public function getMetricShortId() { return $this->metricShortId; @@ -71,26 +77,44 @@ class Google_Service_Dataflow_WorkItemServiceState extends Google_Collection { 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 index 0eba4843..065294d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkItemStatus.php @@ -1,6 +1,6 @@ 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; @@ -97,10 +128,16 @@ class Google_Service_Dataflow_WorkItemStatus extends Google_Collection { 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; @@ -113,30 +150,56 @@ class Google_Service_Dataflow_WorkItemStatus extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php index ee81dd17..b4472c2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php @@ -1,6 +1,6 @@ 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 index 1a4a6841..35e900fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerMessageCode.php @@ -1,6 +1,6 @@ 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 index a75cecc9..01489ee6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerPool.php @@ -1,6 +1,6 @@ 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; @@ -156,10 +168,16 @@ class Google_Service_Dataflow_WorkerPool extends Google_Collection { 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; @@ -180,10 +198,16 @@ class Google_Service_Dataflow_WorkerPool extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php index d3a58d39..59e2179d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/WorkerSettings.php @@ -1,6 +1,6 @@ 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 index ddd618c1..11687f77 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', @@ -91,6 +95,14 @@ class Google_Service_Dataproc extends Google_Service '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', @@ -146,10 +158,6 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -158,6 +166,10 @@ class Google_Service_Dataproc extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', @@ -178,6 +190,14 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), + 'gracefulDecommissionTimeout' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', @@ -267,14 +287,6 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'clusterName' => array( 'location' => 'query', 'type' => 'string', @@ -287,6 +299,14 @@ class Google_Service_Dataproc extends Google_Service '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}', @@ -376,10 +396,6 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -388,6 +404,10 @@ class Google_Service_Dataproc extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php index 626cb25a..a6123f8c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AcceleratorConfig.php @@ -1,6 +1,6 @@ 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; @@ -63,10 +69,16 @@ class Google_Service_Dataproc_Cluster extends Google_Collection { 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; @@ -79,18 +91,30 @@ class Google_Service_Dataproc_Cluster extends Google_Collection { 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 index f70e0a13..95756ba9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php @@ -1,6 +1,6 @@ configBucket; } + /** + * @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_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_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 index 985b469a..b4477501 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterMetrics.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php index 8d4bc5ae..89a6f46d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php @@ -1,6 +1,6 @@ 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 index 90de61d5..7f982931 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php @@ -1,6 +1,6 @@ outputUri = $outputUri; - } - public function getOutputUri() - { - return $this->outputUri; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.php index 6c50fa5f..f091ca3d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php index 1e99ec2f..9dec0f92 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php index 4c77e500..f246fffc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php @@ -1,6 +1,6 @@ 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; @@ -78,10 +90,16 @@ class Google_Service_Dataproc_InstanceGroupConfig extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php index 8b9fb432..3de84144 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Job.php @@ -1,6 +1,6 @@ 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; @@ -86,82 +98,142 @@ class Google_Service_Dataproc_Job extends Google_Collection { 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 index 16705b8c..66d1c19f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.php @@ -1,6 +1,6 @@ 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/ListClustersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListClustersResponse.php index d3589082..ddb040aa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListClustersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListClustersResponse.php @@ -1,6 +1,6 @@ clusters = $clusters; } + /** + * @return Google_Service_Dataproc_Cluster + */ public function getClusters() { return $this->clusters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php index be99793b..a215f11f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListJobsResponse.php @@ -1,6 +1,6 @@ jobs = $jobs; } + /** + * @return Google_Service_Dataproc_Job + */ public function getJobs() { return $this->jobs; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php index dd749a87..83bb0fea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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/LoggingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.php index 90e5f33d..568be776 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/LoggingConfig.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/OperationMetadata.php deleted file mode 100644 index e57db919..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/OperationMetadata.php +++ /dev/null @@ -1,141 +0,0 @@ -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 setDetails($details) - { - $this->details = $details; - } - public function getDetails() - { - return $this->details; - } - public function setEndTime($endTime) - { - $this->endTime = $endTime; - } - public function getEndTime() - { - return $this->endTime; - } - public function setInnerState($innerState) - { - $this->innerState = $innerState; - } - public function getInnerState() - { - return $this->innerState; - } - public function setInsertTime($insertTime) - { - $this->insertTime = $insertTime; - } - public function getInsertTime() - { - return $this->insertTime; - } - 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; - } - public function setStatus(Google_Service_Dataproc_OperationStatus $status) - { - $this->status = $status; - } - public function getStatus() - { - return $this->status; - } - public function setStatusHistory($statusHistory) - { - $this->statusHistory = $statusHistory; - } - 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/OperationStatus.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/OperationStatus.php deleted file mode 100644 index 90f1143d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/OperationStatus.php +++ /dev/null @@ -1,57 +0,0 @@ -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/PigJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.php index e09142cf..3fccf00f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PigJob.php @@ -1,6 +1,6 @@ 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; @@ -68,10 +74,16 @@ class Google_Service_Dataproc_PigJob extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php index 4ab147d0..b7906f65 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php index a14da25d..c8f1fcc0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/QueryList.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php index d5dba5d8..66589589 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/SparkSqlJob.php @@ -1,6 +1,6 @@ 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; @@ -59,10 +65,16 @@ class Google_Service_Dataproc_SparkSqlJob extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.php index 55bc1464..03a6841f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Status.php @@ -1,6 +1,6 @@ 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/YarnApplication.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.php index 3e9ec6b8..0d507b48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/YarnApplication.php @@ -1,6 +1,6 @@ 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', @@ -99,6 +120,16 @@ class Google_Service_Datastore extends Google_Service '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', @@ -123,5 +154,67 @@ class Google_Service_Datastore extends Google_Service ) ) ); + $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 index a188b51e..cca5fdb2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsRequest.php @@ -1,6 +1,6 @@ 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 index 19fbe936..bb385803 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/AllocateIdsResponse.php @@ -1,6 +1,6 @@ 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 index 70ce9602..e177d986 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ArrayValue.php @@ -1,6 +1,6 @@ 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 index 407ed6e7..0773d0e0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionRequest.php @@ -1,6 +1,6 @@ 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 index 542a9df3..80cf09f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/BeginTransactionResponse.php @@ -1,6 +1,6 @@ mode; } + /** + * @param Google_Service_Datastore_Mutation + */ public function setMutations($mutations) { $this->mutations = $mutations; } + /** + * @return Google_Service_Datastore_Mutation + */ public function getMutations() { return $this->mutations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php index 93395723..49f04da2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/CommitResponse.php @@ -1,6 +1,6 @@ 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 index e9774d7a..c84b3a2d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/CompositeFilter.php @@ -1,6 +1,6 @@ filters = $filters; } + /** + * @return Google_Service_Datastore_Filter + */ public function getFilters() { return $this->filters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Entity.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Entity.php index dbc9e52f..a214b5f4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Entity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Entity.php @@ -1,6 +1,6 @@ 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 index 41fae807..dfd8979a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/EntityResult.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php index 579c95c8..4f59b0e2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Filter.php @@ -1,6 +1,6 @@ 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/GqlQuery.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.php index 271d43e0..d5c5fd7f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQuery.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php index fa47a775..e4c8b055 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/GqlQueryParameter.php @@ -1,6 +1,6 @@ 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 index 0febfdf9..d842ef68 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Key.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Key.php @@ -1,6 +1,6 @@ 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 index 5831a6a2..66b5ecfc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/KindExpression.php @@ -1,6 +1,6 @@ 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 index 9568c94e..1f80a5f4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/LookupResponse.php @@ -1,6 +1,6 @@ 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 index 6be38521..c297a966 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Mutation.php @@ -1,6 +1,6 @@ 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 index 9016d38e..e39ecd91 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/MutationResult.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php index 39a95139..0cf85f32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PartitionId.php @@ -1,6 +1,6 @@ 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 index b6331bd4..7ae91047 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyFilter.php @@ -1,6 +1,6 @@ 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 index ae15b758..67cf0b35 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyOrder.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyOrder.php @@ -1,6 +1,6 @@ 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 index bc565d58..ddb4ec4a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/PropertyReference.php @@ -1,6 +1,6 @@ distinctOn = $distinctOn; } + /** + * @return Google_Service_Datastore_PropertyReference + */ public function getDistinctOn() { return $this->distinctOn; @@ -49,18 +55,30 @@ class Google_Service_Datastore_Query extends Google_Collection { 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; @@ -81,18 +99,30 @@ class Google_Service_Datastore_Query extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php index 268c7737..8902dd20 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/QueryResultBatch.php @@ -1,6 +1,6 @@ entityResultType; } + /** + * @param Google_Service_Datastore_EntityResult + */ public function setEntityResults($entityResults) { $this->entityResults = $entityResults; } + /** + * @return Google_Service_Datastore_EntityResult + */ public function getEntityResults() { return $this->entityResults; diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOptions.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOptions.php index 7e934ec0..5e652b8a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/ReadOptions.php @@ -1,6 +1,6 @@ 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) * @@ -87,6 +126,22 @@ class Google_Service_Datastore_Resource_Projects extends Google_Service_Resource $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) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php index 2faa9679..3323af02 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/RollbackRequest.php @@ -1,6 +1,6 @@ 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 index 201368c0..73b2b14b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/RunQueryResponse.php @@ -1,6 +1,6 @@ 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/Value.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Value.php index 6d3c32d6..02c08f1e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Value.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Value.php @@ -1,6 +1,6 @@ arrayValue = $arrayValue; } + /** + * @return Google_Service_Datastore_ArrayValue + */ public function getArrayValue() { return $this->arrayValue; @@ -67,10 +73,16 @@ class Google_Service_Datastore_Value extends Google_Model { 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; @@ -83,10 +95,16 @@ class Google_Service_Datastore_Value extends Google_Model { 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; @@ -99,10 +117,16 @@ class Google_Service_Datastore_Value extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php index fe887c23..e49bd6e1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'createPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), 'preview' => array( 'location' => 'query', 'type' => 'boolean', diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php index 3dcd22fe..8a79182f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php @@ -1,6 +1,6 @@ auditLogConfigs = $auditLogConfigs; } + /** + * @return Google_Service_DeploymentManager_AuditLogConfig + */ public function getAuditLogConfigs() { return $this->auditLogConfigs; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php index 7cb4e52d..1a5847d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php @@ -1,6 +1,6 @@ condition = $condition; + } + /** + * @return Google_Service_DeploymentManager_Expr + */ + public function getCondition() + { + return $this->condition; + } public function setMembers($members) { $this->members = $members; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php index 60097131..443e8532 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php @@ -1,6 +1,6 @@ insertTime; } + /** + * @param Google_Service_DeploymentManager_DeploymentLabelEntry + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_DeploymentManager_DeploymentLabelEntry + */ public function getLabels() { return $this->labels; @@ -90,10 +96,16 @@ class Google_Service_DeploymentManager_Deployment extends Google_Collection { 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; @@ -106,18 +118,30 @@ class Google_Service_DeploymentManager_Deployment extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php index dfefc929..802f44c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_DeploymentManager_DeploymentUpdateLabelEntry + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_DeploymentManager_DeploymentUpdateLabelEntry + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php index f7c160c6..7f668675 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdateLabelEntry.php @@ -1,6 +1,6 @@ accessControl = $accessControl; } + /** + * @return Google_Service_DeploymentManager_ResourceAccessControl + */ public function getAccessControl() { return $this->accessControl; @@ -98,10 +104,16 @@ class Google_Service_DeploymentManager_DeploymentmanagerResource extends Google_ { 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; @@ -122,10 +134,16 @@ class Google_Service_DeploymentManager_DeploymentmanagerResource extends Google_ { 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 index 2e5c54d2..c6c2a466 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php index 0ee7e71b..35e93e84 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResourceWarningsData.php @@ -1,6 +1,6 @@ deployments = $deployments; } + /** + * @return Google_Service_DeploymentManager_Deployment + */ public function getDeployments() { return $this->deployments; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php index 262c7b30..e75ef93a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php @@ -1,6 +1,6 @@ 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/LogConfigCounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCounterOptions.php index b9a9b9bb..eeb729b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCounterOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfigCounterOptions.php @@ -1,6 +1,6 @@ config = $config; } + /** + * @return Google_Service_DeploymentManager_ConfigFile + */ public function getConfig() { return $this->config; @@ -53,10 +59,16 @@ class Google_Service_DeploymentManager_Manifest extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php index 6859ab30..67429595 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php @@ -1,6 +1,6 @@ manifests = $manifests; } + /** + * @return Google_Service_DeploymentManager_Manifest + */ public function getManifests() { return $this->manifests; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php index a9993c6e..d59bdad4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php @@ -1,6 +1,6 @@ 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; @@ -212,10 +218,16 @@ class Google_Service_DeploymentManager_Operation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php index 7f37bf68..01aabaf0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php @@ -1,6 +1,6 @@ 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 index 544661ae..c4b36517 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_DeploymentManager_OperationWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_DeploymentManager_OperationWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php index ddf46398..76ccabac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php @@ -1,6 +1,6 @@ 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 index c9ae1046..3e39ade4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php @@ -1,6 +1,6 @@ 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; @@ -60,10 +72,16 @@ class Google_Service_DeploymentManager_Policy extends Google_Collection { 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; 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 index 890bfb18..81c77299 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 866783bb..e6c734bb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 937b87f4..3fb05f4e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index ed154b2a..59456233 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 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 index 290fd50e..4aa56012 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php @@ -1,6 +1,6 @@ , or <. * - * 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, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. * - * For example, to filter for instances that do not have a name of example- - * instance, you would use filter=name ne example-instance. - * - * You can 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. + * 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 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. + * 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 diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php index 33a43bbf..6d67f08a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php @@ -1,6 +1,6 @@ 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; @@ -86,10 +98,16 @@ class Google_Service_DeploymentManager_ResourceUpdate extends Google_Collection { 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 index 0d2afdc8..9de21350 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php @@ -1,6 +1,6 @@ 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 index 6fc49050..ddceb132 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateErrorErrors.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_DeploymentManager_ResourceUpdateWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_DeploymentManager_ResourceUpdateWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php index f5f43c48..a828ef7f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarningsData.php @@ -1,6 +1,6 @@ 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 index b5794ae0..bad6a327 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php @@ -1,6 +1,6 @@ action; } + /** + * @param Google_Service_DeploymentManager_Condition + */ public function setConditions($conditions) { $this->conditions = $conditions; } + /** + * @return Google_Service_DeploymentManager_Condition + */ public function getConditions() { return $this->conditions; @@ -60,10 +66,16 @@ class Google_Service_DeploymentManager_Rule extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php index 89a758a7..8ccddfb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php @@ -1,6 +1,6 @@ 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 index 27d0c28b..6a02ce9a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php index 180b0536..22054899 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php @@ -1,6 +1,6 @@ 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/Dfareporting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting.php index 5538348b..2e10ec55 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting.php @@ -1,6 +1,6 @@ * Manages your DoubleClick Campaign Manager ad campaigns and reports.
@@ -47,6 +47,7 @@ class Google_Service_Dfareporting extends Google_Service public $accounts; public $ads; public $advertiserGroups; + public $advertiserLandingPages; public $advertisers; public $browsers; public $campaignCreativeAssociations; @@ -72,7 +73,6 @@ class Google_Service_Dfareporting extends Google_Service public $floodlightActivityGroups; public $floodlightConfigurations; public $inventoryItems; - public $landingPages; public $languages; public $metros; public $mobileCarriers; @@ -112,8 +112,8 @@ class Google_Service_Dfareporting extends Google_Service { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; - $this->servicePath = 'dfareporting/v2.7/'; - $this->version = 'v2.7'; + $this->servicePath = 'dfareporting/v3.0/'; + $this->version = 'v3.0'; $this->serviceName = 'dfareporting'; $this->accountActiveAdSummaries = new Google_Service_Dfareporting_Resource_AccountActiveAdSummaries( @@ -689,6 +689,114 @@ class Google_Service_Dfareporting extends Google_Service ) ) ); + $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', + ), + '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, @@ -912,16 +1020,6 @@ class Google_Service_Dfareporting extends Google_Service 'type' => 'string', 'required' => true, ), - 'defaultLandingPageName' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'defaultLandingPageUrl' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), ), ),'list' => array( 'path' => 'userprofiles/{profileId}/campaigns', @@ -1296,6 +1394,16 @@ class Google_Service_Dfareporting extends Google_Service 'required' => true, ), ), + ),'batchupdate' => array( + 'path' => 'userprofiles/{profileId}/conversions/batchupdate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'profileId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) @@ -2012,7 +2120,7 @@ class Google_Service_Dfareporting extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'dfp_network_code' => array( + 'dfpNetworkCode' => array( 'location' => 'query', 'type' => 'string', ), @@ -2713,121 +2821,6 @@ class Google_Service_Dfareporting extends Google_Service ) ) ); - $this->landingPages = new Google_Service_Dfareporting_Resource_LandingPages( - $this, - $this->serviceName, - 'landingPages', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages/{id}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'profileId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'campaignId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'id' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages/{id}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'profileId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'campaignId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'id' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages', - '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}/landingPages', - 'httpMethod' => 'GET', - 'parameters' => array( - 'profileId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'campaignId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'patch' => array( - 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'profileId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'campaignId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'id' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'profileId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'campaignId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); $this->languages = new Google_Service_Dfareporting_Resource_Languages( $this, $this->serviceName, diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php index 1d44a2e4..248b9106 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Account.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php index 1fa446ba..f7454058 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountActiveAdSummary.php @@ -1,6 +1,6 @@ accountPermissionGroups = $accountPermissionGroups; } + /** + * @return Google_Service_Dfareporting_AccountPermissionGroup + */ public function getAccountPermissionGroups() { return $this->accountPermissionGroups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php index 3828ca6f..745d640f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountPermissionsListResponse.php @@ -1,6 +1,6 @@ accountPermissions = $accountPermissions; } + /** + * @return Google_Service_Dfareporting_AccountPermission + */ public function getAccountPermissions() { return $this->accountPermissions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php index 2c40cc88..1b4aa639 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfile.php @@ -1,6 +1,6 @@ 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; @@ -118,10 +130,16 @@ class Google_Service_Dfareporting_AccountUserProfile extends Google_Model { 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; @@ -150,10 +168,16 @@ class Google_Service_Dfareporting_AccountUserProfile extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php index 5bd57051..4fd4cc85 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountUserProfilesListResponse.php @@ -1,6 +1,6 @@ accountUserProfiles = $accountUserProfiles; } + /** + * @return Google_Service_Dfareporting_AccountUserProfile + */ public function getAccountUserProfiles() { return $this->accountUserProfiles; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php index 7d2efbd4..887b8354 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AccountsListResponse.php @@ -1,6 +1,6 @@ accounts = $accounts; } + /** + * @return Google_Service_Dfareporting_Account + */ public function getAccounts() { return $this->accounts; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php index 1dd0b515..f9c43a8f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Activities.php @@ -1,6 +1,6 @@ filters = $filters; } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ public function getFilters() { return $this->filters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php index b794138f..8c5caa9e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Ad.php @@ -1,6 +1,6 @@ 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; @@ -134,26 +140,44 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; @@ -174,50 +198,86 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; @@ -238,18 +298,30 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; @@ -262,18 +334,30 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; @@ -286,18 +370,30 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; @@ -310,26 +406,44 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; @@ -374,10 +488,16 @@ class Google_Service_Dfareporting_Ad extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php index f6e2fec7..99543396 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdSlot.php @@ -1,6 +1,6 @@ ads = $ads; } + /** + * @return Google_Service_Dfareporting_Ad + */ public function getAds() { return $this->ads; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php index f8998ef8..a260098e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Advertiser.php @@ -1,6 +1,6 @@ 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; @@ -99,10 +105,16 @@ class Google_Service_Dfareporting_Advertiser extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php index f954b61f..09c6b08d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertiserGroup.php @@ -1,6 +1,6 @@ advertiserGroups = $advertiserGroups; } + /** + * @return Google_Service_Dfareporting_AdvertiserGroup + */ public function getAdvertiserGroups() { return $this->advertiserGroups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php index b639a4c1..dc2e6c30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AdvertisersListResponse.php @@ -1,6 +1,6 @@ advertisers = $advertisers; } + /** + * @return Google_Service_Dfareporting_Advertiser + */ public function getAdvertisers() { return $this->advertisers; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php index 9b42a36d..c6763df7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/AudienceSegment.php @@ -1,6 +1,6 @@ audienceSegments = $audienceSegments; } + /** + * @return Google_Service_Dfareporting_AudienceSegment + */ public function getAudienceSegments() { return $this->audienceSegments; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php index acdd5a97..42335a58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Browser.php @@ -1,6 +1,6 @@ browsers = $browsers; } + /** + * @return Google_Service_Dfareporting_Browser + */ public function getBrowsers() { return $this->browsers; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php index 562bb71d..5617c4ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Campaign.php @@ -1,6 +1,6 @@ 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; @@ -89,10 +112,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -105,10 +134,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -121,10 +156,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -137,10 +178,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -153,22 +200,42 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -177,10 +244,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -201,10 +274,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; @@ -217,18 +296,30 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php index 4ff18d41..bac04bb3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignCreativeAssociation.php @@ -1,6 +1,6 @@ campaignCreativeAssociations = $campaignCreativeAssociations; } + /** + * @return Google_Service_Dfareporting_CampaignCreativeAssociation + */ public function getCampaignCreativeAssociations() { return $this->campaignCreativeAssociations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php index 5bd547f2..e7b52a3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CampaignsListResponse.php @@ -1,6 +1,6 @@ campaigns = $campaigns; } + /** + * @return Google_Service_Dfareporting_Campaign + */ public function getCampaigns() { return $this->campaigns; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php index 9cd64f3a..da84af6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ChangeLog.php @@ -1,6 +1,6 @@ changeLogs = $changeLogs; } + /** + * @return Google_Service_Dfareporting_ChangeLog + */ public function getChangeLogs() { return $this->changeLogs; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php index c9ba81e1..ba601a60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CitiesListResponse.php @@ -1,6 +1,6 @@ cities = $cities; } + /** + * @return Google_Service_Dfareporting_City + */ public function getCities() { return $this->cities; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php index 6204f7b7..4dd2f408 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/City.php @@ -1,6 +1,6 @@ clickThroughUrl = $clickThroughUrl; + } + /** + * @return Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function getClickThroughUrl() + { + return $this->clickThroughUrl; + } public function setEventName($eventName) { $this->eventName = $eventName; @@ -37,12 +52,4 @@ class Google_Service_Dfareporting_ClickTag extends Google_Model { 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/ClickThroughUrl.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.php index 40b85556..6877839a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ClickThroughUrl.php @@ -1,6 +1,6 @@ clickThroughUrl = $clickThroughUrl; } + /** + * @return Google_Service_Dfareporting_ClickThroughUrl + */ public function getClickThroughUrl() { return $this->clickThroughUrl; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php index f75ab2e2..0177c530 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompanionSetting.php @@ -1,6 +1,6 @@ companionsDisabled; } + /** + * @param Google_Service_Dfareporting_Size + */ public function setEnabledSizes($enabledSizes) { $this->enabledSizes = $enabledSizes; } + /** + * @return Google_Service_Dfareporting_Size + */ public function getEnabledSizes() { return $this->enabledSizes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php index 5619b83c..bad380de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CompatibleFields.php @@ -1,6 +1,6 @@ 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; @@ -53,26 +65,44 @@ class Google_Service_Dfareporting_CompatibleFields extends Google_Model { 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 index 5a2899a5..0184df9c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConnectionType.php @@ -1,6 +1,6 @@ connectionTypes = $connectionTypes; } + /** + * @return Google_Service_Dfareporting_ConnectionType + */ public function getConnectionTypes() { return $this->connectionTypes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php index 2618be9d..2439765a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategoriesListResponse.php @@ -1,6 +1,6 @@ contentCategories = $contentCategories; } + /** + * @return Google_Service_Dfareporting_ContentCategory + */ public function getContentCategories() { return $this->contentCategories; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php index d3ebe712..a42c3de0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ContentCategory.php @@ -1,6 +1,6 @@ childDirectedTreatment; } + /** + * @param Google_Service_Dfareporting_CustomFloodlightVariable + */ public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } + /** + * @return Google_Service_Dfareporting_CustomFloodlightVariable + */ public function getCustomVariables() { return $this->customVariables; @@ -81,6 +88,14 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection { return $this->floodlightConfigurationId; } + public function setGclid($gclid) + { + $this->gclid = $gclid; + } + public function getGclid() + { + return $this->gclid; + } public function setKind($kind) { $this->kind = $kind; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php index 8eae13e2..e723744c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionError.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php index acf5e24a..19287597 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php index b3591cc6..a68615eb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ConversionsBatchInsertResponse.php @@ -1,6 +1,6 @@ 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 index 02349753..45ba120e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CountriesListResponse.php @@ -1,6 +1,6 @@ countries = $countries; } + /** + * @return Google_Service_Dfareporting_Country + */ public function getCountries() { return $this->countries; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php index d1496294..59308556 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Country.php @@ -1,6 +1,6 @@ "auto_advance_images", - ); public $accountId; public $active; public $adParameters; @@ -33,7 +30,8 @@ class Google_Service_Dfareporting_Creative extends Google_Collection public $authoringTool; public $autoAdvanceImages; public $backgroundColor; - public $backupImageClickThroughUrl; + protected $backupImageClickThroughUrlType = 'Google_Service_Dfareporting_CreativeClickThroughUrl'; + protected $backupImageClickThroughUrlDataType = ''; public $backupImageFeatures; public $backupImageReportingLabel; protected $backupImageTargetWindowType = 'Google_Service_Dfareporting_TargetWindow'; @@ -69,6 +67,7 @@ class Google_Service_Dfareporting_Creative extends Google_Collection public $latestTraffickedCreativeId; public $name; public $overrideCss; + public $politeLoadAssetId; protected $progressOffsetType = 'Google_Service_Dfareporting_VideoOffset'; protected $progressOffsetDataType = ''; public $redirectUrl; @@ -96,6 +95,8 @@ class Google_Service_Dfareporting_Creative extends Google_Collection protected $timerCustomEventsDataType = 'array'; public $totalFileSize; public $type; + protected $universalAdIdType = 'Google_Service_Dfareporting_UniversalAdId'; + protected $universalAdIdDataType = ''; public $version; public $videoDescription; public $videoDuration; @@ -196,10 +197,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { return $this->backgroundColor; } - public function setBackupImageClickThroughUrl($backupImageClickThroughUrl) + /** + * @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; @@ -220,18 +227,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -268,34 +287,58 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -316,18 +359,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -356,10 +411,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -372,10 +433,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -404,10 +471,24 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { return $this->overrideCss; } + public function setPoliteLoadAssetId($politeLoadAssetId) + { + $this->politeLoadAssetId = $politeLoadAssetId; + } + public function getPoliteLoadAssetId() + { + return $this->politeLoadAssetId; + } + /** + * @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; @@ -428,10 +509,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -452,18 +539,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -540,18 +639,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; @@ -572,6 +683,20 @@ class Google_Service_Dfareporting_Creative extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php index e2d06db5..15e68787 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAsset.php @@ -1,6 +1,6 @@ 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; } + /** + * @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; @@ -135,10 +148,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection { 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; @@ -191,10 +210,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection { 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; @@ -247,10 +272,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection { 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; @@ -263,14 +294,28 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection { 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; @@ -279,10 +324,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection { return $this->originalBackup; } + /** + * @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; @@ -335,10 +386,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php index 593fb02b..31168cfa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetId.php @@ -1,6 +1,6 @@ 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; @@ -61,10 +73,16 @@ class Google_Service_Dfareporting_CreativeAssetMetadata extends Google_Collectio { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php index 14581ad1..809840f6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssetSelection.php @@ -1,6 +1,6 @@ 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 index bf9c21bf..e363e94b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeAssignment.php @@ -1,6 +1,6 @@ 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; @@ -85,10 +103,16 @@ class Google_Service_Dfareporting_CreativeAssignment extends Google_Collection { 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; @@ -101,10 +125,16 @@ class Google_Service_Dfareporting_CreativeAssignment extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php index 3c755bac..ecaa4f5f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeCustomEvent.php @@ -1,6 +1,6 @@ artworkType; } - public function setExitUrl($exitUrl) + /** + * @param Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function setExitClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $exitClickThroughUrl) { - $this->exitUrl = $exitUrl; + $this->exitClickThroughUrl = $exitClickThroughUrl; } - public function getExitUrl() + /** + * @return Google_Service_Dfareporting_CreativeClickThroughUrl + */ + public function getExitClickThroughUrl() { - return $this->exitUrl; + return $this->exitClickThroughUrl; } public function setId($id) { @@ -85,10 +92,16 @@ class Google_Service_Dfareporting_CreativeCustomEvent extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php index 9a88cfa5..6a758c42 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeField.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php index b5b71bd2..d1a18c9f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldAssignment.php @@ -1,6 +1,6 @@ creativeFieldValues = $creativeFieldValues; } + /** + * @return Google_Service_Dfareporting_CreativeFieldValue + */ public function getCreativeFieldValues() { return $this->creativeFieldValues; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php index 90270241..93cc81a0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeFieldsListResponse.php @@ -1,6 +1,6 @@ creativeFields = $creativeFields; } + /** + * @return Google_Service_Dfareporting_CreativeField + */ public function getCreativeFields() { return $this->creativeFields; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php index 5dc2513f..d835b2a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroup.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php index a8ae2cc2..5153332a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeGroupAssignment.php @@ -1,6 +1,6 @@ creativeGroups = $creativeGroups; } + /** + * @return Google_Service_Dfareporting_CreativeGroup + */ public function getCreativeGroups() { return $this->creativeGroups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php index b573e93d..3ba5f394 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeOptimizationConfiguration.php @@ -1,6 +1,6 @@ name; } + /** + * @param Google_Service_Dfareporting_OptimizationActivity + */ public function setOptimizationActivitys($optimizationActivitys) { $this->optimizationActivitys = $optimizationActivitys; } + /** + * @return Google_Service_Dfareporting_OptimizationActivity + */ public function getOptimizationActivitys() { return $this->optimizationActivitys; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php index 61e12e6e..ed9a907b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeRotation.php @@ -1,6 +1,6 @@ creativeAssignments = $creativeAssignments; } + /** + * @return Google_Service_Dfareporting_CreativeAssignment + */ public function getCreativeAssignments() { return $this->creativeAssignments; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeSettings.php index c9535f84..4db8078c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CreativeSettings.php @@ -1,6 +1,6 @@ creatives = $creatives; } + /** + * @return Google_Service_Dfareporting_Creative + */ public function getCreatives() { return $this->creatives; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php index 66675717..36c6066a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CrossDimensionReachReportCompatibleFields.php @@ -1,6 +1,6 @@ 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; @@ -52,18 +64,30 @@ class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields exte { 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 index 6e7bb7d7..7822a764 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomFloodlightVariable.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomFloodlightVariable.php @@ -1,6 +1,6 @@ filteredEventIds = $filteredEventIds; } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ public function getFilteredEventIds() { return $this->filteredEventIds; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php index 7aceccb7..e0c2fd01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DateRange.php @@ -1,6 +1,6 @@ frequencyCap = $frequencyCap; } + /** + * @return Google_Service_Dfareporting_FrequencyCap + */ public function getFrequencyCap() { return $this->frequencyCap; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php index f8715a3c..002a5986 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFile.php @@ -1,6 +1,6 @@ dateRange = $dateRange; } + /** + * @return Google_Service_Dfareporting_DateRange + */ public function getDateRange() { return $this->dateRange; @@ -102,10 +108,16 @@ class Google_Service_Dfareporting_DfareportingFile extends Google_Model { 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 index 5a293820..baa197fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DfareportingFileUrls.php @@ -1,6 +1,6 @@ "dfp_network_code", - "dfpNetworkName" => "dfp_network_name", - ); public $dfpNetworkCode; public $dfpNetworkName; public $programmaticPlacementAccepted; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php index 74ce2a92..8a30d019 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Dimension.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Dfareporting_DimensionValue + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Dfareporting_DimensionValue + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php index 5a4dcc0f..5788e57f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DimensionValueRequest.php @@ -1,6 +1,6 @@ endDate; } + /** + * @param Google_Service_Dfareporting_DimensionFilter + */ public function setFilters($filters) { $this->filters = $filters; } + /** + * @return Google_Service_Dfareporting_DimensionFilter + */ public function getFilters() { return $this->filters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php index 06505841..77854eec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySite.php @@ -1,6 +1,6 @@ active; } + /** + * @param Google_Service_Dfareporting_DirectorySiteContactAssignment + */ public function setContactAssignments($contactAssignments) { $this->contactAssignments = $contactAssignments; } + /** + * @return Google_Service_Dfareporting_DirectorySiteContactAssignment + */ public function getContactAssignments() { return $this->contactAssignments; @@ -84,10 +90,16 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection { 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; @@ -132,10 +144,16 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection { return $this->parentId; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteContact.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteContact.php index bf9851c5..ae40b387 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteContact.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteContact.php @@ -1,6 +1,6 @@ directorySiteContacts = $directorySiteContacts; } + /** + * @return Google_Service_Dfareporting_DirectorySiteContact + */ public function getDirectorySiteContacts() { return $this->directorySiteContacts; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php index 6fb0da5a..334b6ea0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySiteSettings.php @@ -1,6 +1,6 @@ "dfp_settings", - "instreamVideoPlacementAccepted" => "instream_video_placement_accepted", - ); public $activeViewOptOut; protected $dfpSettingsType = 'Google_Service_Dfareporting_DfpSettings'; protected $dfpSettingsDataType = ''; @@ -38,10 +34,16 @@ class Google_Service_Dfareporting_DirectorySiteSettings extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php index 89990085..5e1086ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DirectorySitesListResponse.php @@ -1,6 +1,6 @@ directorySites = $directorySites; } + /** + * @return Google_Service_Dfareporting_DirectorySite + */ public function getDirectorySites() { return $this->directorySites; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php index c29d347b..ce18dadc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/DynamicTargetingKey.php @@ -1,6 +1,6 @@ dynamicTargetingKeys = $dynamicTargetingKeys; } + /** + * @return Google_Service_Dfareporting_DynamicTargetingKey + */ public function getDynamicTargetingKeys() { return $this->dynamicTargetingKeys; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php index c1bccd19..da94d7a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EncryptionInfo.php @@ -1,6 +1,6 @@ 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; @@ -71,10 +77,16 @@ class Google_Service_Dfareporting_EventTag extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php index d2d4a501..1ca8487c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/EventTagOverride.php @@ -1,6 +1,6 @@ eventTags = $eventTags; } + /** + * @return Google_Service_Dfareporting_EventTag + */ public function getEventTags() { return $this->eventTags; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php index b4fab4e0..016376c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FileList.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Dfareporting_DfareportingFile + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Dfareporting_DfareportingFile + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php index ec0ff945..78cec3d8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Flight.php @@ -1,6 +1,6 @@ floodlightActivityTag; } + public function setGlobalSiteTagGlobalSnippet($globalSiteTagGlobalSnippet) + { + $this->globalSiteTagGlobalSnippet = $globalSiteTagGlobalSnippet; + } + public function getGlobalSiteTagGlobalSnippet() + { + return $this->globalSiteTagGlobalSnippet; + } public function setKind($kind) { $this->kind = $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 index 12ff2c83..0a85b5ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivitiesListResponse.php @@ -1,6 +1,6 @@ floodlightActivities = $floodlightActivities; } + /** + * @return Google_Service_Dfareporting_FloodlightActivity + */ public function getFloodlightActivities() { return $this->floodlightActivities; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php index 4be8d151..e02b946d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivity.php @@ -1,6 +1,6 @@ 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; @@ -92,10 +98,16 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection { 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; @@ -148,14 +160,28 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection { 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; @@ -172,22 +198,20 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection { 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 setImageTagEnabled($imageTagEnabled) - { - $this->imageTagEnabled = $imageTagEnabled; - } - public function getImageTagEnabled() - { - return $this->imageTagEnabled; - } public function setKind($kind) { $this->kind = $kind; @@ -212,10 +236,16 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php index 0235ca3a..a1007f79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityDynamicTag.php @@ -1,6 +1,6 @@ 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; @@ -65,10 +71,16 @@ class Google_Service_Dfareporting_FloodlightActivityGroup extends Google_Model { 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; @@ -81,10 +93,16 @@ class Google_Service_Dfareporting_FloodlightActivityGroup extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php index 82def03b..e78e51d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityGroupsListResponse.php @@ -1,6 +1,6 @@ floodlightActivityGroups = $floodlightActivityGroups; } + /** + * @return Google_Service_Dfareporting_FloodlightActivityGroup + */ public function getFloodlightActivityGroups() { return $this->floodlightActivityGroups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php index 032b96fc..62b56316 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightActivityPublisherDynamicTag.php @@ -1,6 +1,6 @@ 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; @@ -58,10 +64,16 @@ class Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag extends { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php index b923bd2d..ab17f9f4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfiguration.php @@ -1,6 +1,6 @@ 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; @@ -100,10 +105,16 @@ class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collect { 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; @@ -124,10 +135,16 @@ class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collect { 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; @@ -140,22 +157,20 @@ class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collect { 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 setStandardVariableTypes($standardVariableTypes) - { - $this->standardVariableTypes = $standardVariableTypes; - } - public function getStandardVariableTypes() - { - return $this->standardVariableTypes; - } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; @@ -164,26 +179,44 @@ class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collect { 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 index 18e68ca7..2e28bc1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightConfigurationsListResponse.php @@ -1,6 +1,6 @@ floodlightConfigurations = $floodlightConfigurations; } + /** + * @return Google_Service_Dfareporting_FloodlightConfiguration + */ public function getFloodlightConfigurations() { return $this->floodlightConfigurations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php index 9e9de516..f6da6793 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FloodlightReportCompatibleFields.php @@ -1,6 +1,6 @@ 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; @@ -50,10 +62,16 @@ class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Googl { 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 index 575b905e..cd950a51 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/FrequencyCap.php @@ -1,6 +1,6 @@ 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; @@ -54,26 +66,44 @@ class Google_Service_Dfareporting_GeoTargeting extends Google_Collection { 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 index 560ea238..c36b87cc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItem.php @@ -1,6 +1,6 @@ accountId; } + /** + * @param Google_Service_Dfareporting_AdSlot + */ public function setAdSlots($adSlots) { $this->adSlots = $adSlots; } + /** + * @return Google_Service_Dfareporting_AdSlot + */ public function getAdSlots() { return $this->adSlots; @@ -114,10 +120,16 @@ class Google_Service_Dfareporting_InventoryItem extends Google_Collection { 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; @@ -154,10 +166,16 @@ class Google_Service_Dfareporting_InventoryItem extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php index 07824ba3..e10e16d6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/InventoryItemsListResponse.php @@ -1,6 +1,6 @@ inventoryItems = $inventoryItems; } + /** + * @return Google_Service_Dfareporting_InventoryItem + */ public function getInventoryItems() { return $this->inventoryItems; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php index cce2661b..e7d84210 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/KeyValueTargetingExpression.php @@ -1,6 +1,6 @@ default = $default; + $this->advertiserId = $advertiserId; } - public function getDefault() + public function getAdvertiserId() { - return $this->default; + return $this->advertiserId; + } + public function setArchived($archived) + { + $this->archived = $archived; + } + public function getArchived() + { + return $this->archived; } public function setId($id) { diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPagesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPagesListResponse.php deleted file mode 100644 index b402046f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LandingPagesListResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setLandingPages($landingPages) - { - $this->landingPages = $landingPages; - } - public function getLandingPages() - { - return $this->landingPages; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php index e9ebe424..cb94e837 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Language.php @@ -1,6 +1,6 @@ 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 index db2ea185..4c68928b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LanguagesListResponse.php @@ -1,6 +1,6 @@ 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 index 985e97f9..dffa7d77 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/LastModifiedInfo.php @@ -1,6 +1,6 @@ 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 index 3841c63c..1078f6a6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationRule.php @@ -1,6 +1,6 @@ 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 index 54f358ff..cf1f865e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ListPopulationTerm.php @@ -1,6 +1,6 @@ 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/MobileCarrier.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.php index 952922d2..4d14d995 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileCarrier.php @@ -1,6 +1,6 @@ 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 index a61bb339..5037943c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ObjectFilter.php @@ -1,6 +1,6 @@ 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 index e6930897..13129447 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemVersionsListResponse.php @@ -1,6 +1,6 @@ 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 index bdcc6a28..2841ecfd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OperatingSystemsListResponse.php @@ -1,6 +1,6 @@ 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 index f9539cde..0915fe91 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OptimizationActivity.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php index da665f4f..3137b69f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Order.php @@ -1,6 +1,6 @@ comments; } + /** + * @param Google_Service_Dfareporting_OrderContact + */ public function setContacts($contacts) { $this->contacts = $contacts; } + /** + * @return Google_Service_Dfareporting_OrderContact + */ public function getContacts() { return $this->contacts; @@ -113,10 +119,16 @@ class Google_Service_Dfareporting_Order extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php index 2166196f..c61626c6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderContact.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php index 63a41b30..49d31101 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrderDocumentsListResponse.php @@ -1,6 +1,6 @@ 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 index e90bee1a..05a1c8b5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/OrdersListResponse.php @@ -1,6 +1,6 @@ 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 index 8583dd86..c0858d1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PathToConversionReportCompatibleFields.php @@ -1,6 +1,6 @@ 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; @@ -52,18 +64,30 @@ class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends { 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 index ffb824ce..6a130602 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Placement.php @@ -1,6 +1,6 @@ accountId; } + public function setAdBlockingOptOut($adBlockingOptOut) + { + $this->adBlockingOptOut = $adBlockingOptOut; + } + public function getAdBlockingOptOut() + { + return $this->adBlockingOptOut; + } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; @@ -88,10 +97,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -112,10 +127,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -144,10 +165,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -160,10 +187,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -184,10 +217,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -208,18 +247,30 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -256,10 +307,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -272,10 +329,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -288,10 +351,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -304,18 +373,30 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -352,10 +433,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; @@ -368,10 +455,16 @@ class Google_Service_Dfareporting_Placement extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php index f19b7374..38aeb6e4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementAssignment.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php index 266a1cf6..adb5f8a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroup.php @@ -1,6 +1,6 @@ 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; @@ -94,10 +100,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -126,10 +138,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -142,10 +160,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -166,10 +190,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -182,10 +212,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -214,10 +250,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -230,10 +272,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; @@ -246,10 +294,16 @@ class Google_Service_Dfareporting_PlacementGroup extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php index 8adaa3c4..88fa373f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementGroupsListResponse.php @@ -1,6 +1,6 @@ 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 index d96c5b2b..05194094 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategiesListResponse.php @@ -1,6 +1,6 @@ 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 index 61aac46d..3dd4c20c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementStrategy.php @@ -1,6 +1,6 @@ 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 index e2ec68bb..f2f1e4d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsGenerateTagsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsGenerateTagsResponse.php @@ -1,6 +1,6 @@ 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 index d1b5b6f3..890306b8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlacementsListResponse.php @@ -1,6 +1,6 @@ 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 index da474be9..c13346a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PlatformType.php @@ -1,6 +1,6 @@ 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 index 2cf0dbc5..259615c7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PopupWindowProperties.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php index 03cd3ede..7db7362a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PostalCode.php @@ -1,6 +1,6 @@ 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 index 0e1abfb2..03373f3e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Pricing.php @@ -1,6 +1,6 @@ endDate; } + /** + * @param Google_Service_Dfareporting_Flight + */ public function setFlights($flights) { $this->flights = $flights; } + /** + * @return Google_Service_Dfareporting_Flight + */ public function getFlights() { return $this->flights; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php index 5ba2b971..e30e58f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedule.php @@ -1,6 +1,6 @@ floodlightActivityId; } + /** + * @param Google_Service_Dfareporting_PricingSchedulePricingPeriod + */ public function setPricingPeriods($pricingPeriods) { $this->pricingPeriods = $pricingPeriods; } + /** + * @return Google_Service_Dfareporting_PricingSchedulePricingPeriod + */ public function getPricingPeriods() { return $this->pricingPeriods; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php index 0e55ed62..4f7cc002 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/PricingSchedulePricingPeriod.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php index 2fa5d6bd..c229b728 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ProjectsListResponse.php @@ -1,6 +1,6 @@ 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 index 5909785d..8a333c2c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReachReportCompatibleFields.php @@ -1,6 +1,6 @@ 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; @@ -54,26 +66,44 @@ class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Col { 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 index a802e2d9..6e127cea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Recipient.php @@ -1,6 +1,6 @@ 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 index 2a98707d..64c4acf8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingList.php @@ -1,6 +1,6 @@ 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; @@ -97,10 +103,16 @@ class Google_Service_Dfareporting_RemarketingList extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php index 17be3a9e..8c1042d8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/RemarketingListShare.php @@ -1,6 +1,6 @@ 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 index a31b1674..700c15f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Report.php @@ -1,6 +1,6 @@ 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; @@ -91,10 +109,16 @@ class Google_Service_Dfareporting_Report extends Google_Model { 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; @@ -147,26 +171,44 @@ class Google_Service_Dfareporting_Report extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php index c21df0aa..5a7d62f1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCompatibleFields.php @@ -1,6 +1,6 @@ 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; @@ -52,18 +64,30 @@ class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collecti { 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 index 1b740bd5..5bd18927 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCriteria.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php index e896f436..3a31e068 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportCrossDimensionReachCriteria.php @@ -1,6 +1,6 @@ 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; @@ -53,10 +65,16 @@ class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Goog { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php index 1788b2b1..6c8f42bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportDelivery.php @@ -1,6 +1,6 @@ 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 index 6e82ad1b..93eebada 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteria.php @@ -1,6 +1,6 @@ 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; @@ -80,10 +110,16 @@ class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collec { 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 index 5f6bb423..f13012a0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportFloodlightCriteriaReportProperties.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Dfareporting_Report + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Dfareporting_Report + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php index ba8f19f4..269db0ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteria.php @@ -1,6 +1,6 @@ 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; @@ -92,18 +128,30 @@ class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_ { 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 index f6e4ef30..c930ab82 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportPathToConversionCriteriaReportProperties.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php index 61724d02..20862446 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ReportSchedule.php @@ -1,6 +1,6 @@ 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; 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 index 03afb6ac..b698917a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/AccountActiveAdSummaries.php @@ -1,6 +1,6 @@ $profileId, 'defaultLandingPageName' => $defaultLandingPageName, 'defaultLandingPageUrl' => $defaultLandingPageUrl, 'postBody' => $postBody); + $params = array('profileId' => $profileId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Dfareporting_Campaign"); } @@ -87,7 +83,7 @@ class Google_Service_Dfareporting_Resource_Campaigns extends Google_Service_Reso * "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, default is ASCENDING. + * @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 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 index f35a7c6b..d32a7ec4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/ChangeLogs.php @@ -1,6 +1,6 @@ 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 index 92eb622d..99aeb146 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Countries.php @@ -1,6 +1,6 @@ - * $dfareportingService = new Google_Service_Dfareporting(...); - * $landingPages = $dfareportingService->landingPages; - * - */ -class Google_Service_Dfareporting_Resource_LandingPages extends Google_Service_Resource -{ - /** - * Deletes an existing campaign landing page. (landingPages.delete) - * - * @param string $profileId User profile ID associated with this request. - * @param string $campaignId Landing page campaign ID. - * @param string $id Landing page ID. - * @param array $optParams Optional parameters. - */ - public function delete($profileId, $campaignId, $id, $optParams = array()) - { - $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'id' => $id); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Gets one campaign landing page by ID. (landingPages.get) - * - * @param string $profileId User profile ID associated with this request. - * @param string $campaignId Landing page campaign ID. - * @param string $id Landing page ID. - * @param array $optParams Optional parameters. - * @return Google_Service_Dfareporting_LandingPage - */ - public function get($profileId, $campaignId, $id, $optParams = array()) - { - $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'id' => $id); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_Dfareporting_LandingPage"); - } - /** - * Inserts a new landing page for the specified campaign. (landingPages.insert) - * - * @param string $profileId User profile ID associated with this request. - * @param string $campaignId Landing page campaign ID. - * @param Google_Service_Dfareporting_LandingPage $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_Dfareporting_LandingPage - */ - public function insert($profileId, $campaignId, Google_Service_Dfareporting_LandingPage $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_LandingPage"); - } - /** - * Retrieves the list of landing pages for the specified campaign. - * (landingPages.listLandingPages) - * - * @param string $profileId User profile ID associated with this request. - * @param string $campaignId Landing page campaign ID. - * @param array $optParams Optional parameters. - * @return Google_Service_Dfareporting_LandingPagesListResponse - */ - public function listLandingPages($profileId, $campaignId, $optParams = array()) - { - $params = array('profileId' => $profileId, 'campaignId' => $campaignId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_Dfareporting_LandingPagesListResponse"); - } - /** - * Updates an existing campaign landing page. This method supports patch - * semantics. (landingPages.patch) - * - * @param string $profileId User profile ID associated with this request. - * @param string $campaignId Landing page campaign ID. - * @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, $campaignId, $id, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) - { - $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'id' => $id, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Dfareporting_LandingPage"); - } - /** - * Updates an existing campaign landing page. (landingPages.update) - * - * @param string $profileId User profile ID associated with this request. - * @param string $campaignId Landing page campaign ID. - * @param Google_Service_Dfareporting_LandingPage $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_Dfareporting_LandingPage - */ - public function update($profileId, $campaignId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array()) - { - $params = array('profileId' => $profileId, 'campaignId' => $campaignId, '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/Languages.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.php index 79e856af..e9abe490 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/Languages.php @@ -1,6 +1,6 @@ clickThroughUrl = $clickThroughUrl; } + /** + * @return Google_Service_Dfareporting_ClickThroughUrl + */ public function getClickThroughUrl() { return $this->clickThroughUrl; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php index 77226d90..b4b25ad7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Rule.php @@ -1,6 +1,6 @@ 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; @@ -75,10 +81,16 @@ class Google_Service_Dfareporting_Site extends Google_Collection { 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; @@ -107,18 +119,30 @@ class Google_Service_Dfareporting_Site extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php index f2547cde..20047063 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteContact.php @@ -1,6 +1,6 @@ activeViewOptOut; } + public function setAdBlockingOptOut($adBlockingOptOut) + { + $this->adBlockingOptOut = $adBlockingOptOut; + } + public function getAdBlockingOptOut() + { + return $this->adBlockingOptOut; + } + /** + * @param Google_Service_Dfareporting_CreativeSettings + */ public function setCreativeSettings(Google_Service_Dfareporting_CreativeSettings $creativeSettings) { $this->creativeSettings = $creativeSettings; } + /** + * @return Google_Service_Dfareporting_CreativeSettings + */ public function getCreativeSettings() { return $this->creativeSettings; } - public function setDisableBrandSafeAds($disableBrandSafeAds) - { - $this->disableBrandSafeAds = $disableBrandSafeAds; - } - public function getDisableBrandSafeAds() - { - return $this->disableBrandSafeAds; - } public function setDisableNewCookie($disableNewCookie) { $this->disableNewCookie = $disableNewCookie; @@ -61,18 +67,30 @@ class Google_Service_Dfareporting_SiteSettings extends Google_Model { return $this->disableNewCookie; } + /** + * @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; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php index 649333ad..9e3ef74e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SitesListResponse.php @@ -1,6 +1,6 @@ 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 index 2d175cab..d542f26e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Size.php @@ -1,6 +1,6 @@ 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 index f1656e86..5f41eade 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SkippableSetting.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php index 4d6dbed9..fb617fe3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/SortedDimension.php @@ -1,6 +1,6 @@ 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 index 4d293b04..6c32a7f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TagData.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php index 3db5c694..65f449f0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetableRemarketingListsListResponse.php @@ -1,6 +1,6 @@ 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 index 82aaae48..422d3c2a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplate.php @@ -1,6 +1,6 @@ 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; @@ -86,10 +104,16 @@ class Google_Service_Dfareporting_TargetingTemplate extends Google_Model { 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; @@ -102,18 +126,30 @@ class Google_Service_Dfareporting_TargetingTemplate extends Google_Model { 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; @@ -134,10 +170,16 @@ class Google_Service_Dfareporting_TargetingTemplate extends Google_Model { 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 index 5cbe40fa..68bcc0a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TargetingTemplatesListResponse.php @@ -1,6 +1,6 @@ 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 index 1284b19c..b6dc2f5d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/TechnologyTargeting.php @@ -1,6 +1,6 @@ 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 index 5f240020..66ec144b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/ThirdPartyAuthenticationToken.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Dfareporting_UserProfile + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Dfareporting_UserProfile + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php index dfb7b1eb..51eb37db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRole.php @@ -1,6 +1,6 @@ parentUserRoleId; } + /** + * @param Google_Service_Dfareporting_UserRolePermission + */ public function setPermissions($permissions) { $this->permissions = $permissions; } + /** + * @return Google_Service_Dfareporting_UserRolePermission + */ public function getPermissions() { return $this->permissions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php index a6963c65..590d7363 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermission.php @@ -1,6 +1,6 @@ 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 index 8e5092e4..79a94358 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolePermissionsListResponse.php @@ -1,6 +1,6 @@ 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 index 03f56d95..6ebb381d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/UserRolesListResponse.php @@ -1,6 +1,6 @@ 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 index 816cab22..908f20ec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormat.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php index 08cba30e..1f280098 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoFormatsListResponse.php @@ -1,6 +1,6 @@ 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 index 0df6f9cf..bccdcacf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dfareporting/VideoOffset.php @@ -1,6 +1,6 @@ companionSettings = $companionSettings; } + /** + * @return Google_Service_Dfareporting_CompanionSetting + */ public function getCompanionSettings() { return $this->companionSettings; @@ -41,18 +48,38 @@ class Google_Service_Dfareporting_VideoSettings extends Google_Model { 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/Directory.php b/vendor/google/apiclient-services/src/Google/Service/Directory.php index fafcfaad..b88f3e1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory.php @@ -1,6 +1,6 @@ 'query', 'type' => 'string', ), + 'orgUnitPath' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -288,6 +295,21 @@ class Google_Service_Directory extends Google_Service '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', @@ -654,6 +676,21 @@ class Google_Service_Directory extends Google_Service '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', @@ -1027,6 +1064,122 @@ class Google_Service_Directory extends Google_Service ) ) ); + $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, + ), + ), + ),'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, + ), + ), + ),'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, + ), + ), + ), + ) + ) + ); $this->resources_calendars = new Google_Service_Directory_Resource_ResourcesCalendars( $this, $this->serviceName, @@ -1086,10 +1239,18 @@ class Google_Service_Directory extends Google_Service '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}', @@ -1125,6 +1286,119 @@ class Google_Service_Directory extends Google_Service ) ) ); + $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, diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php index f9cf8e76..a8ea5411 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Alias.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_Asp + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_Asp + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php index 6a573ee6..7d0eb131 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResource.php @@ -1,6 +1,6 @@ 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; @@ -33,6 +57,38 @@ class Google_Service_Directory_CalendarResource extends Google_Model { 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; @@ -41,6 +97,14 @@ class Google_Service_Directory_CalendarResource extends Google_Model { return $this->kind; } + public function setResourceCategory($resourceCategory) + { + $this->resourceCategory = $resourceCategory; + } + public function getResourceCategory() + { + return $this->resourceCategory; + } public function setResourceDescription($resourceDescription) { $this->resourceDescription = $resourceDescription; @@ -81,4 +145,12 @@ class Google_Service_Directory_CalendarResource extends Google_Model { 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 index a6de5992..eca36845 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResources.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/CalendarResources.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_CalendarResource + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_CalendarResource + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php index 63d6702c..0c47b41e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Channel.php @@ -1,6 +1,6 @@ activeTimeRanges = $activeTimeRanges; } + /** + * @return Google_Service_Directory_ChromeOsDeviceActiveTimeRanges + */ public function getActiveTimeRanges() { return $this->activeTimeRanges; @@ -86,6 +96,20 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection { return $this->bootMode; } + /** + * @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; @@ -206,10 +230,16 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection { 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; @@ -238,6 +268,20 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection { return $this->supportEndDate; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php index 4b27a170..aab5010e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/ChromeOsDeviceAction.php @@ -1,6 +1,6 @@ chromeosdevices = $chromeosdevices; } + /** + * @return Google_Service_Directory_ChromeOsDevice + */ public function getChromeosdevices() { return $this->chromeosdevices; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php index 30461ac1..c8c7b774 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Customer.php @@ -1,6 +1,6 @@ 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 index bf05a06a..7954a451 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/CustomerPostalAddress.php @@ -1,6 +1,6 @@ domainAliases = $domainAliases; } + /** + * @return Google_Service_Directory_DomainAlias + */ public function getDomainAliases() { return $this->domainAliases; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php index a1573a21..d894bd07 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains.php @@ -1,6 +1,6 @@ creationTime; } + /** + * @param Google_Service_Directory_DomainAlias + */ public function setDomainAliases($domainAliases) { $this->domainAliases = $domainAliases; } + /** + * @return Google_Service_Directory_DomainAlias + */ public function getDomainAliases() { return $this->domainAliases; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php index 73fbd448..5264ed5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Domains2.php @@ -1,6 +1,6 @@ domains = $domains; } + /** + * @return Google_Service_Directory_Domains + */ public function getDomains() { return $this->domains; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php index 4d5c5534..ae9a8161 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Group.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_Group + */ public function setGroups($groups) { $this->groups = $groups; } + /** + * @return Google_Service_Directory_Group + */ public function getGroups() { return $this->groups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php index 84713b82..8a923d27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Member.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_Directory_Member + */ public function setMembers($members) { $this->members = $members; } + /** + * @return Google_Service_Directory_Member + */ public function getMembers() { return $this->members; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php index c67448ca..a999b98a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDevice.php @@ -1,6 +1,6 @@ adbStatus; } + /** + * @param Google_Service_Directory_MobileDeviceApplications + */ public function setApplications($applications) { $this->applications = $applications; } + /** + * @return Google_Service_Directory_MobileDeviceApplications + */ public function getApplications() { return $this->applications; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php index b829d0d9..904480c7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/MobileDeviceAction.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_Directory_MobileDevice + */ public function setMobiledevices($mobiledevices) { $this->mobiledevices = $mobiledevices; } + /** + * @return Google_Service_Directory_MobileDevice + */ public function getMobiledevices() { return $this->mobiledevices; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php index 17884c12..3a430362 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Notification.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_Notification + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_Notification + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php b/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php index dfa9c3b7..a8e6857a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php @@ -1,6 +1,6 @@ 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 index bb275168..5372e999 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Privilege.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Privilege.php @@ -1,6 +1,6 @@ childPrivileges = $childPrivileges; } + /** + * @return Google_Service_Directory_Privilege + */ public function getChildPrivileges() { return $this->childPrivileges; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php index 952ff8d5..7022977b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Privileges.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_Privilege + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_Privilege + */ public function getItems() { return $this->items; 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 index 18b9c680..03f18d48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Asps.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Asps.php @@ -1,6 +1,6 @@ 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 Google Apps account - * @param string $deviceId Immutable id of Chrome OS Device + * @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. * @@ -102,8 +119,8 @@ class Google_Service_Directory_Resource_Chromeosdevices extends Google_Service_R /** * Update Chrome OS Device (chromeosdevices.update) * - * @param string $customerId Immutable id of the Google Apps account - * @param string $deviceId Immutable id of Chrome OS Device + * @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. * 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 index cae53ef3..b7300f85 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Customers.php @@ -1,6 +1,6 @@ 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 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 @@ -69,7 +86,7 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource /** * Retrieve all members in a group (paginated) (members.listMembers) * - * @param string $groupKey Email or immutable Id of the group + * @param string $groupKey Email or immutable ID of the group * @param array $optParams Optional parameters. * * @opt_param int maxResults Maximum number of results to return. Default is 200 @@ -88,9 +105,9 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource * 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 + * @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 + * @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. @@ -105,9 +122,9 @@ class Google_Service_Directory_Resource_Members extends Google_Service_Resource /** * 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 + * @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 + * @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. 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 index 343d622a..be31d629 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Mobiledevices.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Mobiledevices.php @@ -1,6 +1,6 @@ call('delete', array($params)); } /** - * Retrieve Organization Unit (orgunits.get) + * Retrieve organizational unit (orgunits.get) * - * @param string $customerId Immutable id of the Google Apps account - * @param string|array $orgUnitPath Full path of the organization unit or its Id + * @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 */ @@ -53,9 +55,9 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource return $this->call('get', array($params), "Google_Service_Directory_OrgUnit"); } /** - * Add Organization Unit (orgunits.insert) + * Add organizational unit (orgunits.insert) * - * @param string $customerId Immutable id of the Google Apps account + * @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 @@ -67,13 +69,13 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit"); } /** - * Retrieve all Organization Units (orgunits.listOrgunits) + * Retrieve all organizational units (orgunits.listOrgunits) * - * @param string $customerId Immutable id of the Google Apps account + * @param string $customerId Immutable ID of the G Suite account * @param array $optParams Optional parameters. * - * @opt_param string orgUnitPath the URL-encoded organization unit's path or its - * Id + * @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 @@ -85,11 +87,12 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource return $this->call('list', array($params), "Google_Service_Directory_OrgUnits"); } /** - * Update Organization Unit. This method supports patch semantics. + * Update organizational unit. This method supports patch semantics. * (orgunits.patch) * - * @param string $customerId Immutable id of the Google Apps account - * @param string|array $orgUnitPath Full path of the organization unit or its Id + * @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 @@ -101,10 +104,11 @@ class Google_Service_Directory_Resource_Orgunits extends Google_Service_Resource return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit"); } /** - * Update Organization Unit (orgunits.update) + * Update organizational unit (orgunits.update) * - * @param string $customerId Immutable id of the Google Apps account - * @param string|array $orgUnitPath Full path of the organization unit or its Id + * @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 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 index 2e55cb62..3b0effd5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Privileges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/Privileges.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Directory_CalendarResources"); } /** - * Updates a calendar resource. This method supports patch semantics. - * (calendars.patch) + * Updates a calendar resource. * - * @param string $customer The unique ID for the customer's Google account. As + * 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 @@ -113,9 +129,13 @@ class Google_Service_Directory_Resource_ResourcesCalendars extends Google_Servic return $this->call('patch', array($params), "Google_Service_Directory_CalendarResource"); } /** - * Updates a calendar resource. (calendars.update) + * Updates a calendar resource. * - * @param string $customer The unique ID for the customer's Google account. As + * 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 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 index 78be4cee..ba9201eb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/RoleAssignments.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Resource/RoleAssignments.php @@ -1,6 +1,6 @@ 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 index ed27cfc9..a8a8f7b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleAssignment.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_RoleAssignment + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_RoleAssignment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php index 7de85b02..6a28fdf4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/RoleRolePrivileges.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_Role + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_Role + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php b/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php index ed958bca..54135f8d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Schema.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_SchemaFieldSpec + */ public function setFields($fields) { $this->fields = $fields; } + /** + * @return Google_Service_Directory_SchemaFieldSpec + */ public function getFields() { return $this->fields; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php index c2bdac87..0b7c51c6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpec.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php index 26a015e5..8627e263 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/SchemaFieldSpecNumericIndexingSpec.php @@ -1,6 +1,6 @@ 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 index c51391b8..989ba1bb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/Token.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/Token.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_Token + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_Token + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/User.php b/vendor/google/apiclient-services/src/Google/Service/Directory/User.php index e17d7c41..7d6acfd9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/User.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/User.php @@ -1,6 +1,6 @@ externalIds; } + public function setGender($gender) + { + $this->gender = $gender; + } + public function getGender() + { + return $this->gender; + } public function setHashFunction($hashFunction) { $this->hashFunction = $hashFunction; @@ -225,6 +239,14 @@ class Google_Service_Directory_User extends Google_Collection { return $this->isMailboxSetup; } + public function setKeywords($keywords) + { + $this->keywords = $keywords; + } + public function getKeywords() + { + return $this->keywords; + } public function setKind($kind) { $this->kind = $kind; @@ -233,6 +255,14 @@ class Google_Service_Directory_User extends Google_Collection { return $this->kind; } + public function setLanguages($languages) + { + $this->languages = $languages; + } + public function getLanguages() + { + return $this->languages; + } public function setLastLoginTime($lastLoginTime) { $this->lastLoginTime = $lastLoginTime; @@ -241,10 +271,24 @@ class Google_Service_Directory_User extends Google_Collection { 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; @@ -297,6 +341,14 @@ class Google_Service_Directory_User extends Google_Collection { return $this->phones; } + public function setPosixAccounts($posixAccounts) + { + $this->posixAccounts = $posixAccounts; + } + public function getPosixAccounts() + { + return $this->posixAccounts; + } public function setPrimaryEmail($primaryEmail) { $this->primaryEmail = $primaryEmail; @@ -313,6 +365,14 @@ class Google_Service_Directory_User extends Google_Collection { return $this->relations; } + public function setSshPublicKeys($sshPublicKeys) + { + $this->sshPublicKeys = $sshPublicKeys; + } + public function getSshPublicKeys() + { + return $this->sshPublicKeys; + } public function setSuspended($suspended) { $this->suspended = $suspended; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php index 10e4af5f..c9379d56 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserAbout.php @@ -1,6 +1,6 @@ domain; } + public function setFullTimeEquivalent($fullTimeEquivalent) + { + $this->fullTimeEquivalent = $fullTimeEquivalent; + } + public function getFullTimeEquivalent() + { + return $this->fullTimeEquivalent; + } public function setLocation($location) { $this->location = $location; diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php index 2e13223c..233d9e91 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/UserPhone.php @@ -1,6 +1,6 @@ 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 index fbf95a3a..85b28913 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory/VerificationCode.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Directory_VerificationCode + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Directory_VerificationCode + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns.php b/vendor/google/apiclient-services/src/Google/Service/Dns.php index a6820eb9..2c38ee7e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/managedZones/{managedZone}/changes/{changeId}', @@ -101,6 +107,10 @@ class Google_Service_Dns extends Google_Service 'type' => 'string', 'required' => true, ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/managedZones/{managedZone}/changes', @@ -137,6 +147,132 @@ class Google_Service_Dns extends Google_Service ) ) ); + $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, @@ -152,6 +288,10 @@ class Google_Service_Dns extends Google_Service 'type' => 'string', 'required' => true, ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => '{project}/managedZones/{managedZone}', @@ -167,6 +307,10 @@ class Google_Service_Dns extends Google_Service 'type' => 'string', 'required' => true, ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => '{project}/managedZones/{managedZone}', @@ -182,6 +326,10 @@ class Google_Service_Dns extends Google_Service 'type' => 'string', 'required' => true, ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{project}/managedZones', @@ -205,6 +353,44 @@ class Google_Service_Dns extends Google_Service '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', + ), + ), ), ) ) @@ -224,6 +410,10 @@ class Google_Service_Dns extends Google_Service 'type' => 'string', 'required' => true, ), + 'clientOperationId' => 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 index 7547319d..fb147eb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/Change.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Change.php @@ -1,6 +1,6 @@ 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; @@ -51,6 +64,14 @@ class Google_Service_Dns_Change extends Google_Collection { return $this->id; } + public function setIsServing($isServing) + { + $this->isServing = $isServing; + } + public function getIsServing() + { + return $this->isServing; + } public function setKind($kind) { $this->kind = $kind; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php index d5966aa1..06a71cda 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ChangesListResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php index 1a325ee5..d08de86a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php @@ -1,6 +1,6 @@ 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; + } public function setId($id) { $this->id = $id; @@ -67,6 +84,14 @@ class Google_Service_Dns_ManagedZone extends Google_Collection { return $this->kind; } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php index 3427f0de..3730c2a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZonesListResponse.php @@ -1,6 +1,6 @@ header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } public function setKind($kind) { $this->kind = $kind; @@ -31,10 +47,16 @@ class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php index aaa65267..936f755e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php @@ -1,6 +1,6 @@ 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 index f08f06e1..ff756d31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php @@ -1,6 +1,6 @@ blackHoleHidesSystemZones = $blackHoleHidesSystemZones; + } + public function getBlackHoleHidesSystemZones() + { + return $this->blackHoleHidesSystemZones; + } + public function setDnsKeysPerManagedZone($dnsKeysPerManagedZone) + { + $this->dnsKeysPerManagedZone = $dnsKeysPerManagedZone; + } + public function getDnsKeysPerManagedZone() + { + return $this->dnsKeysPerManagedZone; + } public function setKind($kind) { $this->kind = $kind; @@ -81,4 +102,18 @@ class Google_Service_Dns_Quota extends Google_Model { 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 index 49f96f93..d2f4e0cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Changes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Changes.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Dns_ManagedZonesListResponse"); } + /** + * Update an existing ManagedZone. This method supports patch semantics. + * (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/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.php index db8ef93e..08cb559a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Projects.php @@ -1,6 +1,6 @@ rrdatas; } + public function setSignatureRrdatas($signatureRrdatas) + { + $this->signatureRrdatas = $signatureRrdatas; + } + public function getSignatureRrdatas() + { + return $this->signatureRrdatas; + } public function setTtl($ttl) { $this->ttl = $ttl; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php index e86438f2..0b6c8c90 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ResourceRecordSetsListResponse.php @@ -1,6 +1,6 @@ header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } public function setKind($kind) { $this->kind = $kind; @@ -39,10 +55,16 @@ class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collectio { 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/DoubleClickBidManager.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php index 656266ed..6f6db941 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php @@ -1,6 +1,6 @@ ads; } + public function setCampaigns($campaigns) + { + $this->campaigns = $campaigns; + } + public function getCampaigns() + { + return $this->campaigns; + } public function setInsertionOrders($insertionOrders) { $this->insertionOrders = $insertionOrders; diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php index af28d25d..08e07883 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php @@ -1,6 +1,6 @@ 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 index 45295b01..ed83df2c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ListReportsResponse.php @@ -1,6 +1,6 @@ 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/Note.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Note.php deleted file mode 100644 index 1443b729..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Note.php +++ /dev/null @@ -1,66 +0,0 @@ -id = $id; - } - public function getId() - { - return $this->id; - } - public function setMessage($message) - { - $this->message = $message; - } - public function getMessage() - { - return $this->message; - } - public function setSource($source) - { - $this->source = $source; - } - public function getSource() - { - return $this->source; - } - public function setTimestamp($timestamp) - { - $this->timestamp = $timestamp; - } - public function getTimestamp() - { - return $this->timestamp; - } - public function setUsername($username) - { - $this->username = $username; - } - public function getUsername() - { - return $this->username; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/NotifyProposalChangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/NotifyProposalChangeRequest.php deleted file mode 100644 index 81bf5449..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/NotifyProposalChangeRequest.php +++ /dev/null @@ -1,68 +0,0 @@ -action = $action; - } - public function getAction() - { - return $this->action; - } - 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 setNotes($notes) - { - $this->notes = $notes; - } - public function getNotes() - { - return $this->notes; - } - public function setToken($token) - { - $this->token = $token; - } - public function getToken() - { - return $this->token; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php index 6d16406f..f7956de9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php @@ -1,6 +1,6 @@ filters = $filters; } + /** + * @return Google_Service_DoubleClickBidManager_FilterPair + */ public function getFilters() { return $this->filters; diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php index bed6d208..b8becaa4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php @@ -1,6 +1,6 @@ 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; @@ -77,10 +89,16 @@ class Google_Service_DoubleClickBidManager_Query extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php index 5409a6b9..0c515c28 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php @@ -1,6 +1,6 @@ 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 index 99be54fd..233fe264 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php @@ -1,6 +1,6 @@ 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 index 83f35473..56646933 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php @@ -1,6 +1,6 @@ failure = $failure; } + /** + * @return Google_Service_DoubleClickBidManager_ReportFailure + */ public function getFailure() { return $this->failure; 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 index 4dc8fe19..f785993f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php @@ -1,6 +1,6 @@ call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse"); } /** - * Uploads line items in CSV format. (lineitems.uploadlineitems) + * 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. 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 index 86e13458..8998a17d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php @@ -1,6 +1,6 @@ - * $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); - * $rubicon = $doubleclickbidmanagerService->rubicon; - * - */ -class Google_Service_DoubleClickBidManager_Resource_Rubicon extends Google_Service_Resource -{ - /** - * Update proposal upon actions of Rubicon publisher. - * (rubicon.notifyproposalchange) - * - * @param Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest $postBody - * @param array $optParams Optional parameters. - */ - public function notifyproposalchange(Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest $postBody, $optParams = array()) - { - $params = array('postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('notifyproposalchange', array($params)); - } -} 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 index c94ee4a6..b33747e3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php @@ -1,6 +1,6 @@ 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 index 258519c9..016c0bc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php @@ -1,6 +1,6 @@ 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 index 6df519f3..3950906d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php index 14ec937d..ea635c28 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ConversionList.php @@ -1,6 +1,6 @@ conversion = $conversion; } + /** + * @return Google_Service_Doubleclicksearch_Conversion + */ public function getConversion() { return $this->conversion; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php index 2df84411..08ea8267 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/CustomDimension.php @@ -1,6 +1,6 @@ files = $files; } + /** + * @return Google_Service_Doubleclicksearch_ReportFiles + */ public function getFiles() { return $this->files; @@ -62,10 +68,16 @@ class Google_Service_Doubleclicksearch_Report extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php index c4a3a4b1..d7d675b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportApiColumnSpec.php @@ -1,6 +1,6 @@ columns = $columns; } + /** + * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec + */ public function getColumns() { return $this->columns; @@ -54,10 +60,16 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection { 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; @@ -86,18 +98,30 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection { 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; @@ -134,10 +158,16 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php index b3329743..f3002a24 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestFilters.php @@ -1,6 +1,6 @@ column = $column; } + /** + * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec + */ public function getColumn() { return $this->column; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php index c2967c6c..542cb6d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestOrderBy.php @@ -1,6 +1,6 @@ column = $column; } + /** + * @return Google_Service_Doubleclicksearch_ReportApiColumnSpec + */ public function getColumn() { return $this->column; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php index 2323f7a6..d56b4014 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/ReportRequestReportScope.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Doubleclicksearch_SavedColumn + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php index aab3acbd..0f709f71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityRequest.php @@ -1,6 +1,6 @@ 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 index 7e43f5a6..42309419 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/UpdateAvailabilityResponse.php @@ -1,6 +1,6 @@ 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 index 8bfdfe79..4b34d3dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive.php @@ -1,6 +1,6 @@ 'query', 'type' => 'boolean', ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'delete' => array( 'path' => 'files/{fileId}/permissions/{permissionId}', @@ -581,6 +585,10 @@ class Google_Service_Drive extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'get' => array( 'path' => 'files/{fileId}/permissions/{permissionId}', @@ -600,6 +608,10 @@ class Google_Service_Drive extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'list' => array( 'path' => 'files/{fileId}/permissions', @@ -622,6 +634,10 @@ class Google_Service_Drive extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'update' => array( 'path' => 'files/{fileId}/permissions/{permissionId}', @@ -649,6 +665,10 @@ class Google_Service_Drive extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ), ) @@ -882,6 +902,10 @@ class Google_Service_Drive extends Google_Service 'type' => 'string', 'required' => true, ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'list' => array( 'path' => 'teamdrives', @@ -895,6 +919,14 @@ class Google_Service_Drive extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'useDomainAdminAccess' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'update' => array( 'path' => 'teamdrives/{teamDriveId}', diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/About.php b/vendor/google/apiclient-services/src/Google/Service/Drive/About.php index 07d73694..7b8b4e0b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/About.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/About.php @@ -1,6 +1,6 @@ appInstalled; } + public function setCanCreateTeamDrives($canCreateTeamDrives) + { + $this->canCreateTeamDrives = $canCreateTeamDrives; + } + public function getCanCreateTeamDrives() + { + return $this->canCreateTeamDrives; + } public function setExportFormats($exportFormats) { $this->exportFormats = $exportFormats; @@ -86,18 +97,44 @@ class Google_Service_Drive_About extends Google_Collection { 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/AboutStorageQuota.php b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.php index 67aa7530..5039fc51 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/AboutStorageQuota.php @@ -1,6 +1,6 @@ file = $file; } + /** + * @return Google_Service_Drive_DriveFile + */ public function getFile() { return $this->file; @@ -60,10 +66,16 @@ class Google_Service_Drive_Change extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php index 406447be..e5044b1f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/ChangeList.php @@ -1,6 +1,6 @@ changes = $changes; } + /** + * @return Google_Service_Drive_Change + */ public function getChanges() { return $this->changes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php index e3208a3a..6c693045 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Channel.php @@ -1,6 +1,6 @@ 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; @@ -106,18 +112,30 @@ class Google_Service_Drive_Comment extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php index d6b49c46..7698d3a0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentList.php @@ -1,6 +1,6 @@ comments = $comments; } + /** + * @return Google_Service_Drive_Comment + */ public function getComments() { return $this->comments; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php index 9a257728..82214fe7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/CommentQuotedFileContent.php @@ -1,6 +1,6 @@ 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; @@ -191,10 +204,16 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; @@ -215,10 +234,16 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; @@ -287,10 +312,16 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; @@ -303,10 +334,24 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; @@ -343,10 +388,16 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; @@ -415,10 +466,16 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; @@ -431,10 +488,16 @@ class Google_Service_Drive_DriveFile extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php index af3ffda7..6cdcf462 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php @@ -1,6 +1,6 @@ canAddChildren; } + public function setCanChangeViewersCanCopyContent($canChangeViewersCanCopyContent) + { + $this->canChangeViewersCanCopyContent = $canChangeViewersCanCopyContent; + } + public function getCanChangeViewersCanCopyContent() + { + return $this->canChangeViewersCanCopyContent; + } public function setCanComment($canComment) { $this->canComment = $canComment; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php index ea263125..6f57ffc5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHints.php @@ -1,6 +1,6 @@ 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 index 7594db55..85819072 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileContentHintsThumbnail.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php index 7de118a1..e90462a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileImageMediaMetadataLocation.php @@ -1,6 +1,6 @@ files = $files; } + /** + * @return Google_Service_Drive_DriveFile + */ public function getFiles() { return $this->files; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php b/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php index b27fc330..7366b7f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/GeneratedIds.php @@ -1,6 +1,6 @@ allowFileDiscovery; } + public function setDeleted($deleted) + { + $this->deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } public function setDisplayName($displayName) { $this->displayName = $displayName; @@ -103,10 +112,16 @@ class Google_Service_Drive_Permission extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php index a269f764..eb204f81 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionList.php @@ -1,6 +1,6 @@ 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/PermissionTeamDrivePermissionDetails.php b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.php index e7430d53..41342cdb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/PermissionTeamDrivePermissionDetails.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php index a68fdbcc..cfabc7a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/ReplyList.php @@ -1,6 +1,6 @@ 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 index 67bf18a7..387219e2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php index 973ea951..d85cf64d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/RevisionList.php @@ -1,6 +1,6 @@ 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 index cd2615ca..aa0e311b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/StartPageToken.php @@ -1,6 +1,6 @@ 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; @@ -55,4 +105,12 @@ class Google_Service_Drive_TeamDrive extends Google_Model { return $this->name; } + public function setThemeId($themeId) + { + $this->themeId = $themeId; + } + public function getThemeId() + { + return $this->themeId; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php index 69913d97..de12de0a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveCapabilities.php @@ -1,6 +1,6 @@ canAddChildren; } + public function setCanChangeTeamDriveBackground($canChangeTeamDriveBackground) + { + $this->canChangeTeamDriveBackground = $canChangeTeamDriveBackground; + } + public function getCanChangeTeamDriveBackground() + { + return $this->canChangeTeamDriveBackground; + } public function setCanComment($canComment) { $this->canComment = $canComment; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php index a64ba690..d2571eea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php @@ -1,6 +1,6 @@ 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/User.php b/vendor/google/apiclient-services/src/Google/Service/Drive/User.php index aaa044d5..90096642 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/User.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/User.php @@ -1,6 +1,6 @@ - * Firebase Dynamic Links API enables third party developers to programmatically - * create and manage Dynamic Links. + * Programmatically creates and manages Firebase Dynamic Links. * ** For more information about this service, see the API @@ -35,7 +34,9 @@ class Google_Service_FirebaseDynamicLinks extends Google_Service const FIREBASE = "https://www.googleapis.com/auth/firebase"; + public $managedShortLinks; public $shortLinks; + public $v1; /** * Constructs the internal representation of the FirebaseDynamicLinks service. @@ -50,6 +51,20 @@ class Google_Service_FirebaseDynamicLinks extends Google_Service $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, @@ -64,5 +79,33 @@ class Google_Service_FirebaseDynamicLinks extends Google_Service ) ) ); + $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', + ), + ), + ),'installAttribution' => array( + 'path' => 'v1/installAttribution', + '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 index f1cd2465..cb94d29a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AnalyticsInfo.php @@ -1,6 +1,6 @@ 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 index d32653e9..a054c7f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/AndroidInfo.php @@ -1,6 +1,6 @@ dynamicLinkInfo = $dynamicLinkInfo; } + /** + * @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo + */ public function getDynamicLinkInfo() { return $this->dynamicLinkInfo; @@ -39,10 +45,16 @@ class Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest extends { return $this->longDynamicLink; } + /** + * @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 index 4bc4f6f7..edf6e4fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/CreateShortDynamicLinkResponse.php @@ -1,6 +1,6 @@ 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/DynamicLinkInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.php index 2d5e2989..096c9e5b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkInfo.php @@ -1,6 +1,6 @@ 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; @@ -54,10 +91,16 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkInfo extends Google_Model { 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; @@ -70,18 +113,30 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkInfo extends Google_Model { 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/DynamicLinkWarning.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.php index f0e0bf48..db821132 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/DynamicLinkWarning.php @@ -1,6 +1,6 @@ warningCode; } + public function setWarningDocumentLink($warningDocumentLink) + { + $this->warningDocumentLink = $warningDocumentLink; + } + public function getWarningDocumentLink() + { + return $this->warningDocumentLink; + } public function setWarningMessage($warningMessage) { $this->warningMessage = $warningMessage; diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php index d5a67d25..74dc9cf7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php @@ -1,6 +1,6 @@ customSuffix = $customSuffix; + } + public function getCustomSuffix() + { + return $this->customSuffix; + } public function setOption($option) { $this->option = $option; diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php index 4c8ade40..e1a48325 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -135,6 +131,10 @@ class Google_Service_FirebaseRulesAPI extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'update' => array( 'path' => 'v1/{+name}', diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php index 2583a330..6a6953ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRulesAPI/FirebaserulesEmpty.php @@ -1,6 +1,6 @@ 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, diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php index 99f9430f..f2edfd7d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBucket.php @@ -1,6 +1,6 @@ activity; } + /** + * @param Google_Service_Fitness_Dataset + */ public function setDataset($dataset) { $this->dataset = $dataset; } + /** + * @return Google_Service_Fitness_Dataset + */ public function getDataset() { return $this->dataset; @@ -51,10 +57,16 @@ class Google_Service_Fitness_AggregateBucket extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php index f93f1b2f..0a58cb08 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateBy.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php index d01f54a9..58263de3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/AggregateResponse.php @@ -1,6 +1,6 @@ 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 index aae83b93..01dd6810 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/Application.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Application.php @@ -1,6 +1,6 @@ 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 index e24450be..7d947ff6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/BucketByTimePeriod.php @@ -1,6 +1,6 @@ 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 index 837ec6f9..449188e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataSource.php @@ -1,6 +1,6 @@ application = $application; } + /** + * @return Google_Service_Fitness_Application + */ public function getApplication() { return $this->application; @@ -62,18 +68,30 @@ class Google_Service_Fitness_DataSource extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php index 74042d11..b15fcdc2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataType.php @@ -1,6 +1,6 @@ field = $field; } + /** + * @return Google_Service_Fitness_DataTypeField + */ public function getField() { return $this->field; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php index 4439ed84..a821beca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/DataTypeField.php @@ -1,6 +1,6 @@ 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 index f286ef1b..9a5dfe9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/Device.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Device.php @@ -1,6 +1,6 @@ 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 index ef0b85f0..08e6c823 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/ListSessionsResponse.php @@ -1,6 +1,6 @@ deletedSession = $deletedSession; } + /** + * @return Google_Service_Fitness_Session + */ public function getDeletedSession() { return $this->deletedSession; @@ -49,10 +55,16 @@ class Google_Service_Fitness_ListSessionsResponse extends Google_Collection { 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 index 5131de54..0a7b3150 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/MapValue.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php index 273ed061..93e0475b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/Value.php @@ -1,6 +1,6 @@ intVal; } + /** + * @param Google_Service_Fitness_ValueMapValEntry + */ public function setMapVal($mapVal) { $this->mapVal = $mapVal; } + /** + * @return Google_Service_Fitness_ValueMapValEntry + */ public function getMapVal() { return $this->mapVal; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php b/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php index fb99ddfd..1c1faa42 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness/ValueMapValEntry.php @@ -1,6 +1,6 @@ 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/Freebase.php b/vendor/google/apiclient-services/src/Google/Service/Freebase.php index 2c0e9ca6..6540490a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Freebase.php +++ b/vendor/google/apiclient-services/src/Google/Service/Freebase.php @@ -1,6 +1,6 @@ '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', diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php index b8d29340..56dcde4a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php @@ -1,6 +1,6 @@ baseColumn = $baseColumn; } + /** + * @return Google_Service_Fusiontables_ColumnBaseColumn + */ public function getBaseColumn() { return $this->baseColumn; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php index 0dcd6e52..922d0d58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/ColumnBaseColumn.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Fusiontables_Column + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php index 9852b8b6..56ecf26f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Geometry.php @@ -1,6 +1,6 @@ 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; @@ -57,10 +63,16 @@ class Google_Service_Fusiontables_LineStyle extends Google_Model { 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 index bceb6895..c68845bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Point.php @@ -1,6 +1,6 @@ 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 index 519bf8ce..50540584 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Polygon.php @@ -1,6 +1,6 @@ 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; @@ -61,10 +67,16 @@ class Google_Service_Fusiontables_PolygonStyle extends Google_Model { 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; @@ -85,10 +97,16 @@ class Google_Service_Fusiontables_PolygonStyle extends Google_Model { 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 index 6cbf88bb..bbdadddd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Column.php @@ -1,6 +1,6 @@ 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) 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 index 185552d1..34e191f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Resource/Task.php @@ -1,6 +1,6 @@ buckets = $buckets; } + /** + * @return Google_Service_Fusiontables_Bucket + */ public function getBuckets() { return $this->buckets; @@ -41,10 +47,16 @@ class Google_Service_Fusiontables_StyleFunction extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php index 5926684f..45287606 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradient.php @@ -1,6 +1,6 @@ colors = $colors; } + /** + * @return Google_Service_Fusiontables_StyleFunctionGradientColors + */ public function getColors() { return $this->colors; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php index f0f5f3dc..4a9fe913 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleFunctionGradientColors.php @@ -1,6 +1,6 @@ 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; @@ -52,18 +58,30 @@ class Google_Service_Fusiontables_StyleSetting extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php index 3dfa3e3a..5e0405d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/StyleSettingList.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Fusiontables_StyleSetting + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php index 6de27fa1..1d1a8ba4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Table.php @@ -1,6 +1,6 @@ columnPropertiesJsonSchema; } + /** + * @param Google_Service_Fusiontables_Column + */ public function setColumns($columns) { $this->columns = $columns; } + /** + * @return Google_Service_Fusiontables_Column + */ public function getColumns() { return $this->columns; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php index c384dfaf..d31297cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/TableList.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Fusiontables_Table + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php index 85a9a725..3230c92d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Task.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Fusiontables_Task + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php index 67ad2d58..74a3e03d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Template.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Fusiontables_Template + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games.php b/vendor/google/apiclient-services/src/Google/Service/Games.php index 8bef6415..1a6b9226 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games.php @@ -1,6 +1,6 @@ 'achievements', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -120,10 +116,6 @@ class Google_Service_Games extends Google_Service 'type' => 'integer', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'requestId' => array( 'location' => 'query', 'type' => 'string', @@ -138,10 +130,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -168,10 +156,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'setStepsAtLeast' => array( 'path' => 'achievements/{achievementId}/setStepsAtLeast', @@ -187,10 +171,6 @@ class Google_Service_Games extends Google_Service 'type' => 'integer', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'unlock' => array( 'path' => 'achievements/{achievementId}/unlock', @@ -201,20 +181,11 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'updateMultiple' => array( 'path' => 'achievements/updateMultiple', 'httpMethod' => 'POST', - 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), + 'parameters' => array(), ), ) ) @@ -234,10 +205,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -250,12 +217,7 @@ class Google_Service_Games extends Google_Service ),'played' => array( 'path' => 'applications/played', 'httpMethod' => 'POST', - 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), + 'parameters' => array(), ),'verify' => array( 'path' => 'applications/{applicationId}/verify', 'httpMethod' => 'GET', @@ -265,10 +227,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -284,10 +242,6 @@ class Google_Service_Games extends Google_Service 'path' => 'events', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -305,10 +259,6 @@ class Google_Service_Games extends Google_Service 'path' => 'eventDefinitions', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -326,10 +276,6 @@ class Google_Service_Games extends Google_Service 'path' => 'events', 'httpMethod' => 'POST', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -354,10 +300,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -367,10 +309,6 @@ class Google_Service_Games extends Google_Service 'path' => 'leaderboards', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -397,12 +335,7 @@ class Google_Service_Games extends Google_Service 'getMetagameConfig' => array( 'path' => 'metagameConfig', 'httpMethod' => 'GET', - 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), + 'parameters' => array(), ),'listCategoriesByPlayer' => array( 'path' => 'players/{playerId}/categories/{collection}', 'httpMethod' => 'GET', @@ -417,10 +350,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -453,10 +382,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -471,10 +396,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -501,21 +422,11 @@ class Google_Service_Games extends Google_Service 'remove' => array( 'path' => 'pushtokens/remove', 'httpMethod' => 'POST', - 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), + 'parameters' => array(), ),'update' => array( 'path' => 'pushtokens', 'httpMethod' => 'PUT', - 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), + 'parameters' => array(), ), ) ) @@ -545,10 +456,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -569,10 +476,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -587,10 +490,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -623,10 +522,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -642,10 +537,6 @@ class Google_Service_Games extends Google_Service 'path' => 'rooms/create', 'httpMethod' => 'POST', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -660,10 +551,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -678,10 +565,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'get' => array( 'path' => 'rooms/{roomId}', @@ -692,10 +575,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -710,10 +589,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -728,10 +603,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -741,10 +612,6 @@ class Google_Service_Games extends Google_Service 'path' => 'rooms', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -767,10 +634,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -805,10 +668,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'includeRankType' => array( 'location' => 'query', 'type' => 'string', @@ -845,10 +704,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -881,10 +736,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -920,10 +771,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -937,10 +784,6 @@ class Google_Service_Games extends Google_Service 'path' => 'leaderboards/scores', 'httpMethod' => 'POST', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -965,10 +808,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -983,10 +822,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1019,19 +854,11 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'create' => array( 'path' => 'turnbasedmatches/create', 'httpMethod' => 'POST', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1046,10 +873,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1064,10 +887,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'finish' => array( 'path' => 'turnbasedmatches/{matchId}/finish', @@ -1078,10 +897,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1096,10 +911,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'includeMatchData' => array( 'location' => 'query', 'type' => 'boolean', @@ -1118,10 +929,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1136,10 +943,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1159,10 +962,6 @@ class Google_Service_Games extends Google_Service 'type' => 'integer', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1176,10 +975,6 @@ class Google_Service_Games extends Google_Service 'path' => 'turnbasedmatches', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'includeMatchData' => array( 'location' => 'query', 'type' => 'boolean', @@ -1210,10 +1005,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'language' => array( 'location' => 'query', 'type' => 'string', @@ -1227,10 +1018,6 @@ class Google_Service_Games extends Google_Service 'path' => 'turnbasedmatches/sync', 'httpMethod' => 'GET', 'parameters' => array( - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'includeMatchData' => array( 'location' => 'query', 'type' => 'boolean', @@ -1261,10 +1048,6 @@ class Google_Service_Games extends Google_Service 'type' => 'string', 'required' => true, ), - 'consistencyToken' => array( - 'location' => 'query', - 'type' => 'string', - ), '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 index b0744f35..3d4a55fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementDefinition.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_AchievementDefinition + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php index 7ca6348f..40ca7569 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementIncrementResponse.php @@ -1,6 +1,6 @@ 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 index df19f29c..a7d0931b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateMultipleResponse.php @@ -1,6 +1,6 @@ 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 index 1fb41a66..143a9f60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateRequest.php @@ -1,6 +1,6 @@ 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; @@ -49,10 +55,16 @@ class Google_Service_Games_AchievementUpdateRequest extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php index 6d2d9f9f..5259c8d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/AchievementUpdateResponse.php @@ -1,6 +1,6 @@ achievementCount; } + /** + * @param Google_Service_Games_ImageAsset + */ public function setAssets($assets) { $this->assets = $assets; } + /** + * @return Google_Service_Games_ImageAsset + */ public function getAssets() { return $this->assets; @@ -63,10 +69,16 @@ class Google_Service_Games_Application extends Google_Collection { 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; @@ -95,10 +107,16 @@ class Google_Service_Games_Application extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php b/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php index f267524b..2c244dcd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ApplicationCategory.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_Category + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php index 6b55ca36..78fbf8e0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventBatchRecordFailure.php @@ -1,6 +1,6 @@ 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 index 2ef59454..cb660928 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/EventChild.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventChild.php @@ -1,6 +1,6 @@ childEvents = $childEvents; } + /** + * @return Google_Service_Games_EventChild + */ public function getChildEvents() { return $this->childEvents; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php index 8eb3a1a0..cccf84bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventDefinitionListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_EventDefinition + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php b/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php index a584711f..acf0208c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventPeriodRange.php @@ -1,6 +1,6 @@ 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 index 35ac4eed..10d36bee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventRecordFailure.php @@ -1,6 +1,6 @@ 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 index 48314f70..2a7160fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/EventUpdateRequest.php @@ -1,6 +1,6 @@ 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; @@ -50,10 +62,16 @@ class Google_Service_Games_EventUpdateResponse extends Google_Collection { 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 index 863cd06a..e7b9e482 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/GamesAchievementIncrement.php @@ -1,6 +1,6 @@ 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; @@ -94,10 +106,16 @@ class Google_Service_Games_Instance extends Google_Model { 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 index 9bd810fb..65407b5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/InstanceAndroidDetails.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php index 21fdfa87..1ef9233c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_Leaderboard + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php index 8127bfd5..6612ae9e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/LeaderboardScoreRank.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_LeaderboardEntry + */ public function getItems() { return $this->items; @@ -59,10 +65,16 @@ class Google_Service_Games_LeaderboardScores extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php b/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php index cec0a436..74a07be4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/MetagameConfig.php @@ -1,6 +1,6 @@ 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 index 5669dbf5..56526c30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/NetworkDiagnostics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/NetworkDiagnostics.php @@ -1,6 +1,6 @@ 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; @@ -85,10 +97,16 @@ class Google_Service_Games_PeerChannelDiagnostics extends Google_Model { 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 index cdd6b507..53b7723d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PeerSessionDiagnostics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PeerSessionDiagnostics.php @@ -1,6 +1,6 @@ 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 index eda3e5b4..d8fbaec8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/Played.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Played.php @@ -1,6 +1,6 @@ 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; @@ -82,18 +88,30 @@ class Google_Service_Games_Player extends Google_Model { 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; @@ -114,10 +132,16 @@ class Google_Service_Games_Player extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php index 0c3403cf..d0e607b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerAchievement.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_PlayerAchievement + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php index fdffa96d..9ac5ca3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerEvent.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_PlayerEvent + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php index fa437ae3..1d94764e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerExperienceInfo.php @@ -1,6 +1,6 @@ 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; @@ -57,10 +63,16 @@ class Google_Service_Games_PlayerExperienceInfo extends Google_Model { 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 index f3119ac0..31106f66 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScore.php @@ -1,6 +1,6 @@ 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; @@ -80,10 +86,16 @@ class Google_Service_Games_PlayerLeaderboardScore extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php index 99bf0bc0..bd90edef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLeaderboardScoreListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_PlayerLeaderboardScore + */ public function getItems() { return $this->items; @@ -49,10 +55,16 @@ class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Col { 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 index f10a55b1..4f98947e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerLevel.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_Player + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php index beadfaf1..a5df77db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php @@ -1,6 +1,6 @@ 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 index 8d10ed55..b30f8f72 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreResponse.php @@ -1,6 +1,6 @@ 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 index 509daeda..c255821e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PlayerScoreSubmissionList.php @@ -1,6 +1,6 @@ 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 index b59cd8fb..a90d6935 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ProfileSettings.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php index 5781564a..6f7a2c10 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenId.php @@ -1,6 +1,6 @@ ios = $ios; } + /** + * @return Google_Service_Games_PushTokenIdIos + */ public function getIos() { return $this->ios; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php index 7a7ebbe4..3aac75fd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/PushTokenIdIos.php @@ -1,6 +1,6 @@ lastUpdatedTimestampMillis; } + /** + * @param Google_Service_Games_QuestMilestone + */ public function setMilestones($milestones) { $this->milestones = $milestones; } + /** + * @return Google_Service_Games_QuestMilestone + */ public function getMilestones() { return $this->milestones; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php index 357d66f7..15dee4f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestContribution.php @@ -1,6 +1,6 @@ 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; @@ -50,10 +62,16 @@ class Google_Service_Games_QuestCriterion extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php index c683720f..c7a7a36e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_Quest + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php b/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php index 846f2ee3..ed4a4c7c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/QuestMilestone.php @@ -1,6 +1,6 @@ completionRewardData; } + /** + * @param Google_Service_Games_QuestCriterion + */ public function setCriteria($criteria) { $this->criteria = $criteria; } + /** + * @return Google_Service_Games_QuestCriterion + */ public function getCriteria() { return $this->criteria; 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 index 3d4b8d87..ee7e5dab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/Resource/AchievementDefinitions.php @@ -1,6 +1,6 @@ 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; @@ -93,18 +111,30 @@ class Google_Service_Games_Room extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php index d8daffae..8c37731c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomAutoMatchStatus.php @@ -1,6 +1,6 @@ autoMatchingCriteria = $autoMatchingCriteria; } + /** + * @return Google_Service_Games_RoomAutoMatchingCriteria + */ public function getAutoMatchingCriteria() { return $this->autoMatchingCriteria; @@ -46,10 +52,16 @@ class Google_Service_Games_RoomCreateRequest extends Google_Collection { 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; @@ -70,10 +82,16 @@ class Google_Service_Games_RoomCreateRequest extends Google_Collection { 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/RoomJoinRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomJoinRequest.php index 2f55f28e..c73e4662 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomJoinRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomJoinRequest.php @@ -1,6 +1,6 @@ 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; @@ -49,10 +55,16 @@ class Google_Service_Games_RoomJoinRequest extends Google_Collection { 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 index f456e9b5..f61aaeb1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveDiagnostics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveDiagnostics.php @@ -1,6 +1,6 @@ networkOperatorName; } + /** + * @param Google_Service_Games_PeerSessionDiagnostics + */ public function setPeerSession($peerSession) { $this->peerSession = $peerSession; } + /** + * @return Google_Service_Games_PeerSessionDiagnostics + */ public function getPeerSession() { return $this->peerSession; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php index d41eec03..abfbe859 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomLeaveRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php index 2807aa3f..128e7b57 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomList.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_Room + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php index 43ed77d8..c4278987 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomModification.php @@ -1,6 +1,6 @@ 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 index 1f9bcd6a..04c69c41 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomParticipant.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomParticipant.php @@ -1,6 +1,6 @@ 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; @@ -56,10 +62,16 @@ class Google_Service_Games_RoomParticipant extends Google_Collection { 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; @@ -96,10 +108,16 @@ class Google_Service_Games_RoomParticipant extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php b/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php index 706221eb..fe97b0f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/RoomStatus.php @@ -1,6 +1,6 @@ autoMatchingStatus = $autoMatchingStatus; } + /** + * @return Google_Service_Games_RoomAutoMatchStatus + */ public function getAutoMatchingStatus() { return $this->autoMatchingStatus; @@ -43,10 +49,16 @@ class Google_Service_Games_RoomStatus extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php b/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php index 03c09cf9..e2ed383c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/ScoreSubmission.php @@ -1,6 +1,6 @@ coverImage = $coverImage; } + /** + * @return Google_Service_Games_SnapshotImage + */ public function getCoverImage() { return $this->coverImage; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php b/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php index 2755e987..3a372307 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/SnapshotImage.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_Snapshot + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php index 2895ae47..4fcd88f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedAutoMatchingCriteria.php @@ -1,6 +1,6 @@ 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; @@ -102,10 +120,16 @@ class Google_Service_Games_TurnBasedMatch extends Google_Collection { 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; @@ -134,10 +158,16 @@ class Google_Service_Games_TurnBasedMatch extends Google_Collection { 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; @@ -150,10 +180,16 @@ class Google_Service_Games_TurnBasedMatch extends Google_Collection { 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; @@ -166,10 +202,16 @@ class Google_Service_Games_TurnBasedMatch extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php index 78b2f573..05f5df7d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchCreateRequest.php @@ -1,6 +1,6 @@ autoMatchingCriteria = $autoMatchingCriteria; } + /** + * @return Google_Service_Games_TurnBasedAutoMatchingCriteria + */ public function getAutoMatchingCriteria() { return $this->autoMatchingCriteria; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php index 862fcdf3..d5b726ef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchData.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_TurnBasedMatch + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php index 91dcea69..db812d15 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchModification.php @@ -1,6 +1,6 @@ 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; @@ -58,10 +64,16 @@ class Google_Service_Games_TurnBasedMatchParticipant extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php index bae80ea7..fc596f0a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchRematch.php @@ -1,6 +1,6 @@ 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 index bc497bdd..37dcfbf9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchResults.php @@ -1,6 +1,6 @@ data = $data; } + /** + * @return Google_Service_Games_TurnBasedMatchDataRequest + */ public function getData() { return $this->data; @@ -49,10 +55,16 @@ class Google_Service_Games_TurnBasedMatchResults extends Google_Collection { 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 index 466e036a..1ed352c3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchSync.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchSync.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Games_TurnBasedMatch + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php index fcc0f31a..1a680d39 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php +++ b/vendor/google/apiclient-services/src/Google/Service/Games/TurnBasedMatchTurn.php @@ -1,6 +1,6 @@ data = $data; } + /** + * @return Google_Service_Games_TurnBasedMatchDataRequest + */ public function getData() { return $this->data; @@ -58,10 +64,16 @@ class Google_Service_Games_TurnBasedMatchTurn extends Google_Collection { 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 index 178aac3a..eaa5459e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration.php @@ -1,6 +1,6 @@ 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; @@ -68,10 +74,16 @@ class Google_Service_GamesConfiguration_AchievementConfiguration extends Google_ { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php index ef8e09ae..f575d87b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationDetail.php @@ -1,6 +1,6 @@ description = $description; } + /** + * @return Google_Service_GamesConfiguration_LocalizedStringBundle + */ public function getDescription() { return $this->description; @@ -50,10 +56,16 @@ class Google_Service_GamesConfiguration_AchievementConfigurationDetail extends G { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php index 75c92b97..2cd312df 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/AchievementConfigurationListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_GamesConfiguration_AchievementConfiguration + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php index 8612a82f..20173f36 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberAffixConfiguration.php @@ -1,6 +1,6 @@ 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 index fc047dec..19d3db8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/GamesNumberFormatConfiguration.php @@ -1,6 +1,6 @@ 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 index f2c7a72b..09898b86 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/ImageConfiguration.php @@ -1,6 +1,6 @@ draft = $draft; } + /** + * @return Google_Service_GamesConfiguration_LeaderboardConfigurationDetail + */ public function getDraft() { return $this->draft; @@ -52,10 +58,16 @@ class Google_Service_GamesConfiguration_LeaderboardConfiguration extends Google_ { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php index 461aa34c..c0c8ecf0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationDetail.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php index 80f84741..2ead1cca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LeaderboardConfigurationListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_GamesConfiguration_LeaderboardConfiguration + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php index dae44eda..f9142cf7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/LocalizedString.php @@ -1,6 +1,6 @@ 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 index 636dede6..5578b865 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesConfiguration/Resource/AchievementConfigurations.php @@ -1,6 +1,6 @@ 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 index a34e9d5d..c39942fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/AchievementResetMultipleForAllRequest.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends G { 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 index 418fffe1..d3851058 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/GamesPlayerLevelResource.php @@ -1,6 +1,6 @@ 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 index f765dee9..4b9ee76d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/HiddenPlayerList.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_GamesManagement_HiddenPlayer + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php index d05586b3..475e0ffa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/Player.php @@ -1,6 +1,6 @@ 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; @@ -82,18 +88,30 @@ class Google_Service_GamesManagement_Player extends Google_Model { 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; @@ -114,10 +132,16 @@ class Google_Service_GamesManagement_Player extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php index b7dd909c..28bcb47c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerName.php @@ -1,6 +1,6 @@ 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 index 270b3f72..d3d0bb7b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/GamesManagement/PlayerScoreResetResponse.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), - 'targetBucketWidth' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'referenceName' => array( - 'location' => 'query', - 'type' => 'string', - ), 'end' => array( 'location' => 'query', 'type' => 'string', @@ -491,6 +483,14 @@ class Google_Service_Genomics extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'targetBucketWidth' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'referenceName' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -549,10 +549,6 @@ class Google_Service_Genomics extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -565,6 +561,10 @@ class Google_Service_Genomics extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Annotation.php index bcecbebc..1cd6b3ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Annotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Annotation.php @@ -1,6 +1,6 @@ start; } + /** + * @param Google_Service_Genomics_Transcript + */ public function setTranscript(Google_Service_Genomics_Transcript $transcript) { $this->transcript = $transcript; } + /** + * @return Google_Service_Genomics_Transcript + */ public function getTranscript() { return $this->transcript; @@ -120,10 +126,16 @@ class Google_Service_Genomics_Annotation extends Google_Model { return $this->type; } + /** + * @param Google_Service_Genomics_VariantAnnotation + */ public function setVariant(Google_Service_Genomics_VariantAnnotation $variant) { $this->variant = $variant; } + /** + * @return Google_Service_Genomics_VariantAnnotation + */ public function getVariant() { return $this->variant; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/AnnotationSet.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/AnnotationSet.php index 10ae1c86..59db0441 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/AnnotationSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/AnnotationSet.php @@ -1,6 +1,6 @@ annotations = $annotations; } + /** + * @return Google_Service_Genomics_Annotation + */ public function getAnnotations() { return $this->annotations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/BatchCreateAnnotationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/BatchCreateAnnotationsResponse.php index 16ea7662..d8833957 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/BatchCreateAnnotationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/BatchCreateAnnotationsResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_Genomics_Entry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Binding.php index 02d17028..6b845093 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Binding.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Binding.php @@ -1,6 +1,6 @@ conceptId; } + /** + * @param Google_Service_Genomics_ExternalId + */ public function setExternalIds($externalIds) { $this->externalIds = $externalIds; } + /** + * @return Google_Service_Genomics_ExternalId + */ public function getExternalIds() { return $this->externalIds; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/CodingSequence.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/CodingSequence.php index 38843a94..ad0c56f3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/CodingSequence.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/CodingSequence.php @@ -1,6 +1,6 @@ meanCoverage; } + /** + * @param Google_Service_Genomics_Range + */ public function setRange(Google_Service_Genomics_Range $range) { $this->range = $range; } + /** + * @return Google_Service_Genomics_Range + */ public function getRange() { return $this->range; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Dataset.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Dataset.php index dee47e7f..98033ff8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Dataset.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Dataset.php @@ -1,6 +1,6 @@ annotation = $annotation; } + /** + * @return Google_Service_Genomics_Annotation + */ public function getAnnotation() { return $this->annotation; } + /** + * @param Google_Service_Genomics_Status + */ public function setStatus(Google_Service_Genomics_Status $status) { $this->status = $status; } + /** + * @return Google_Service_Genomics_Status + */ public function getStatus() { return $this->status; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Exon.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Exon.php index 29366c9d..7718757d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Exon.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Exon.php @@ -1,6 +1,6 @@ cigar = $cigar; } + /** + * @return Google_Service_Genomics_CigarUnit + */ public function getCigar() { return $this->cigar; @@ -40,10 +46,16 @@ class Google_Service_Genomics_LinearAlignment extends Google_Collection { return $this->mappingQuality; } + /** + * @param Google_Service_Genomics_Position + */ public function setPosition(Google_Service_Genomics_Position $position) { $this->position = $position; } + /** + * @return Google_Service_Genomics_Position + */ public function getPosition() { return $this->position; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ListBasesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ListBasesResponse.php index 5e6dda64..1f7b3826 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/ListBasesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ListBasesResponse.php @@ -1,6 +1,6 @@ bucketWidth; } + /** + * @param Google_Service_Genomics_CoverageBucket + */ public function setCoverageBuckets($coverageBuckets) { $this->coverageBuckets = $coverageBuckets; } + /** + * @return Google_Service_Genomics_CoverageBucket + */ public function getCoverageBuckets() { return $this->coverageBuckets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ListDatasetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ListDatasetsResponse.php index e4460911..3325c85b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/ListDatasetsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ListDatasetsResponse.php @@ -1,6 +1,6 @@ datasets = $datasets; } + /** + * @return Google_Service_Genomics_Dataset + */ public function getDatasets() { return $this->datasets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ListOperationsResponse.php index f96a1025..6d5aee49 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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/MergeVariantsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/MergeVariantsRequest.php index 06dad4b0..7a10deb2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/MergeVariantsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/MergeVariantsRequest.php @@ -1,6 +1,6 @@ variantSetId; } + /** + * @param Google_Service_Genomics_Variant + */ public function setVariants($variants) { $this->variants = $variants; } + /** + * @return Google_Service_Genomics_Variant + */ public function getVariants() { return $this->variants; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php index 1b28aa2c..a3e4255c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Operation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php index 0c43648e..0fb6f153 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/OperationEvent.php @@ -1,6 +1,6 @@ endTime; } + /** + * @param Google_Service_Genomics_OperationEvent + */ public function setEvents($events) { $this->events = $events; } + /** + * @return Google_Service_Genomics_OperationEvent + */ public function getEvents() { return $this->events; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Policy.php index 7228e7bf..d1f9757e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Policy.php @@ -1,6 +1,6 @@ bindings = $bindings; } + /** + * @return Google_Service_Genomics_Binding + */ public function getBindings() { return $this->bindings; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Position.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Position.php index 98be9f87..6d1c3000 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Position.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Position.php @@ -1,6 +1,6 @@ alignedSequence; } + /** + * @param Google_Service_Genomics_LinearAlignment + */ public function setAlignment(Google_Service_Genomics_LinearAlignment $alignment) { $this->alignment = $alignment; } + /** + * @return Google_Service_Genomics_LinearAlignment + */ public function getAlignment() { return $this->alignment; @@ -110,10 +116,16 @@ class Google_Service_Genomics_Read extends Google_Collection { return $this->info; } + /** + * @param Google_Service_Genomics_Position + */ public function setNextMatePosition(Google_Service_Genomics_Position $nextMatePosition) { $this->nextMatePosition = $nextMatePosition; } + /** + * @return Google_Service_Genomics_Position + */ public function getNextMatePosition() { return $this->nextMatePosition; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroup.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroup.php index aa63bd32..c34d2ac0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroup.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_Genomics_Experiment + */ public function setExperiment(Google_Service_Genomics_Experiment $experiment) { $this->experiment = $experiment; } + /** + * @return Google_Service_Genomics_Experiment + */ public function getExperiment() { return $this->experiment; @@ -87,10 +93,16 @@ class Google_Service_Genomics_ReadGroup extends Google_Collection { return $this->predictedInsertSize; } + /** + * @param Google_Service_Genomics_Program + */ public function setPrograms($programs) { $this->programs = $programs; } + /** + * @return Google_Service_Genomics_Program + */ public function getPrograms() { return $this->programs; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroupSet.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroupSet.php index 26d8871c..53a7c353 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroupSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/ReadGroupSet.php @@ -1,6 +1,6 @@ name; } + /** + * @param Google_Service_Genomics_ReadGroup + */ public function setReadGroups($readGroups) { $this->readGroups = $readGroups; } + /** + * @return Google_Service_Genomics_ReadGroup + */ public function getReadGroups() { return $this->readGroups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Reference.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Reference.php index c9184497..cbdfd62b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Reference.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Reference.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_Genomics_CallSet"); } /** - * Deletes a call set. - * - * For the definitions of call sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (callsets.delete) + * Deletes a call set. (callsets.delete) * * @param string $callSetId The ID of the call set to be deleted. * @param array $optParams Optional parameters. @@ -60,11 +52,7 @@ class Google_Service_Genomics_Resource_Callsets extends Google_Service_Resource return $this->call('delete', array($params), "Google_Service_Genomics_GenomicsEmpty"); } /** - * Gets a call set by ID. - * - * For the definitions of call sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (callsets.get) + * Gets a call set by ID. (callsets.get) * * @param string $callSetId The ID of the call set. * @param array $optParams Optional parameters. @@ -79,10 +67,6 @@ class Google_Service_Genomics_Resource_Callsets extends Google_Service_Resource /** * Updates a call set. * - * For the definitions of call sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * This method supports patch semantics. (callsets.patch) * * @param string $callSetId The ID of the call set to be updated. @@ -103,10 +87,6 @@ class Google_Service_Genomics_Resource_Callsets extends Google_Service_Resource /** * Gets a list of call sets matching the criteria. * - * For the definitions of call sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * Implements [GlobalAllianceApi.searchCallSets](https://github.com/ga4gh/schema * s/blob/v0.5.1/src/main/resources/avro/variantmethods.avdl#L178). * (callsets.search) diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Datasets.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Datasets.php index f989c1f0..26b4558d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Datasets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Datasets.php @@ -1,6 +1,6 @@ call('delete', array($params), "Google_Service_Genomics_GenomicsEmpty"); } /** - * Gets a dataset by ID. - * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (datasets.get) + * Gets a dataset by ID. (datasets.get) * * @param string $datasetId The ID of the dataset. * @param array $optParams Optional parameters. @@ -82,11 +71,7 @@ class Google_Service_Genomics_Resource_Datasets extends Google_Service_Resource * Gets the access control policy for the dataset. This is empty if the policy * or resource does not exist. * - * See Getting a Policy for more information. - * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (datasets.getIamPolicy) + * See Getting a Policy for more information. (datasets.getIamPolicy) * * @param string $resource REQUIRED: The resource for which policy is being * specified. Format is `datasets/`. @@ -101,11 +86,7 @@ class Google_Service_Genomics_Resource_Datasets extends Google_Service_Resource return $this->call('getIamPolicy', array($params), "Google_Service_Genomics_Policy"); } /** - * Lists datasets within a project. - * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (datasets.listDatasets) + * Lists datasets within a project. (datasets.listDatasets) * * @param array $optParams Optional parameters. * @@ -127,10 +108,6 @@ class Google_Service_Genomics_Resource_Datasets extends Google_Service_Resource /** * Updates a dataset. * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * This method supports patch semantics. (datasets.patch) * * @param string $datasetId The ID of the dataset to be updated. @@ -152,10 +129,6 @@ class Google_Service_Genomics_Resource_Datasets extends Google_Service_Resource * Sets the access control policy on the specified dataset. Replaces any * existing policy. * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * See Setting a Policy for more information. (datasets.setIamPolicy) * * @param string $resource REQUIRED: The resource for which policy is being @@ -172,11 +145,7 @@ class Google_Service_Genomics_Resource_Datasets extends Google_Service_Resource } /** * Returns permissions that a caller has on the specified resource. See Testing - * Permissions for more information. - * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (datasets.testIamPermissions) + * Permissions for more information. (datasets.testIamPermissions) * * @param string $resource REQUIRED: The resource for which policy is being * specified. Format is `datasets/`. @@ -193,10 +162,6 @@ class Google_Service_Genomics_Resource_Datasets extends Google_Service_Resource /** * Undeletes a dataset by restoring a dataset which was deleted via this API. * - * For the definitions of datasets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * This operation is only possible for a week after the deletion occurred. * (datasets.undelete) * 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 index 982df693..62170dad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Operations.php @@ -1,6 +1,6 @@ call('export', array($params), "Google_Service_Genomics_Operation"); } /** - * Gets a read group set by ID. - * - * For the definitions of read group sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (readgroupsets.get) + * Gets a read group set by ID. (readgroupsets.get) * * @param string $readGroupSetId The ID of the read group set. * @param array $optParams Optional parameters. @@ -87,10 +75,6 @@ class Google_Service_Genomics_Resource_Readgroupsets extends Google_Service_Reso /** * Creates read group sets by asynchronously importing the provided information. * - * For the definitions of read group sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * The caller must have WRITE permissions to the dataset. * * ## Notes on [BAM](https://samtools.github.io/hts-specs/SAMv1.pdf) import @@ -116,10 +100,6 @@ class Google_Service_Genomics_Resource_Readgroupsets extends Google_Service_Reso /** * Updates a read group set. * - * For the definitions of read group sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * This method supports patch semantics. (readgroupsets.patch) * * @param string $readGroupSetId The ID of the read group set to be updated. The @@ -145,10 +125,6 @@ class Google_Service_Genomics_Resource_Readgroupsets extends Google_Service_Reso /** * Searches for read group sets matching the criteria. * - * For the definitions of read group sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * Implements [GlobalAllianceApi.searchReadGroupSets](https://github.com/ga4gh/s * chemas/blob/v0.5.1/src/main/resources/avro/readmethods.avdl#L135). * (readgroupsets.search) diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/ReadgroupsetsCoveragebuckets.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/ReadgroupsetsCoveragebuckets.php index 6f17a4c0..0e8d20ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/ReadgroupsetsCoveragebuckets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/ReadgroupsetsCoveragebuckets.php @@ -1,6 +1,6 @@ call('create', array($params), "Google_Service_Genomics_Variant"); } /** - * Deletes a variant. - * - * For the definitions of variants and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (variants.delete) + * Deletes a variant. (variants.delete) * * @param string $variantId The ID of the variant to be deleted. * @param array $optParams Optional parameters. @@ -60,11 +52,7 @@ class Google_Service_Genomics_Resource_Variants extends Google_Service_Resource return $this->call('delete', array($params), "Google_Service_Genomics_GenomicsEmpty"); } /** - * Gets a variant by ID. - * - * For the definitions of variants and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (variants.get) + * Gets a variant by ID. (variants.get) * * @param string $variantId The ID of the variant. * @param array $optParams Optional parameters. @@ -79,10 +67,6 @@ class Google_Service_Genomics_Resource_Variants extends Google_Service_Resource /** * Creates variant data by asynchronously importing the provided information. * - * For the definitions of variant sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * The variants for import will be merged with any existing variant that matches * its reference sequence, start, end, reference bases, and alternative bases. * If no such variant exists, a new one will be created. @@ -107,10 +91,6 @@ class Google_Service_Genomics_Resource_Variants extends Google_Service_Resource /** * Merges the given variants with existing variants. * - * For the definitions of variants and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * Each variant will be merged with an existing variant that matches its * reference sequence, start, end, reference bases, and alternative bases. If no * such variant exists, a new one will be created. @@ -167,10 +147,6 @@ class Google_Service_Genomics_Resource_Variants extends Google_Service_Resource /** * Updates a variant. * - * For the definitions of variants and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * This method supports patch semantics. Returns the modified variant without * its calls. (variants.patch) * @@ -192,10 +168,6 @@ class Google_Service_Genomics_Resource_Variants extends Google_Service_Resource /** * Gets a list of variants matching the criteria. * - * For the definitions of variants and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * Implements [GlobalAllianceApi.searchVariants](https://github.com/ga4gh/schema * s/blob/v0.5.1/src/main/resources/avro/variantmethods.avdl#L126). * (variants.search) diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Variantsets.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Variantsets.php index 915be9bf..2c736621 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Variantsets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Resource/Variantsets.php @@ -1,6 +1,6 @@ call('delete', array($params), "Google_Service_Genomics_GenomicsEmpty"); } /** - * Exports variant set data to an external destination. - * - * For the definitions of variant sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (variantsets.export) + * Exports variant set data to an external destination. (variantsets.export) * * @param string $variantSetId Required. The ID of the variant set that contains * variant data which should be exported. The caller must have READ access to @@ -85,11 +73,7 @@ class Google_Service_Genomics_Resource_Variantsets extends Google_Service_Resour return $this->call('export', array($params), "Google_Service_Genomics_Operation"); } /** - * Gets a variant set by ID. - * - * For the definitions of variant sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (variantsets.get) + * Gets a variant set by ID. (variantsets.get) * * @param string $variantSetId Required. The ID of the variant set. * @param array $optParams Optional parameters. @@ -102,11 +86,7 @@ class Google_Service_Genomics_Resource_Variantsets extends Google_Service_Resour return $this->call('get', array($params), "Google_Service_Genomics_VariantSet"); } /** - * Updates a variant set using patch semantics. - * - * For the definitions of variant sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) (variantsets.patch) + * Updates a variant set using patch semantics. (variantsets.patch) * * @param string $variantSetId The ID of the variant to be updated (must already * exist). @@ -130,10 +110,6 @@ class Google_Service_Genomics_Resource_Variantsets extends Google_Service_Resour /** * Returns a list of all variant sets matching search criteria. * - * For the definitions of variant sets and other genomics resources, see - * [Fundamentals of Google Genomics](https://cloud.google.com/genomics - * /fundamentals-of-google-genomics) - * * Implements [GlobalAllianceApi.searchVariantSets](https://github.com/ga4gh/sch * emas/blob/v0.5.1/src/main/resources/avro/variantmethods.avdl#L49). * (variantsets.search) diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/RuntimeMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/RuntimeMetadata.php index d23b4f60..297b85d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/RuntimeMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/RuntimeMetadata.php @@ -1,6 +1,6 @@ computeEngine = $computeEngine; } + /** + * @return Google_Service_Genomics_ComputeEngine + */ public function getComputeEngine() { return $this->computeEngine; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationSetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationSetsRequest.php index 59198e4b..2defe92a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationSetsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationSetsRequest.php @@ -1,6 +1,6 @@ annotationSets = $annotationSets; } + /** + * @return Google_Service_Genomics_AnnotationSet + */ public function getAnnotationSets() { return $this->annotationSets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationsRequest.php index e7451bd0..40eb1776 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchAnnotationsRequest.php @@ -1,6 +1,6 @@ annotations = $annotations; } + /** + * @return Google_Service_Genomics_Annotation + */ public function getAnnotations() { return $this->annotations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchCallSetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchCallSetsRequest.php index 0ad65657..525f8046 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchCallSetsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchCallSetsRequest.php @@ -1,6 +1,6 @@ callSets = $callSets; } + /** + * @return Google_Service_Genomics_CallSet + */ public function getCallSets() { return $this->callSets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadGroupSetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadGroupSetsRequest.php index da351ed3..a9eea6ba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadGroupSetsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadGroupSetsRequest.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Genomics_ReadGroupSet + */ public function setReadGroupSets($readGroupSets) { $this->readGroupSets = $readGroupSets; } + /** + * @return Google_Service_Genomics_ReadGroupSet + */ public function getReadGroupSets() { return $this->readGroupSets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadsRequest.php index a72a4ea7..12e5a1b4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReadsRequest.php @@ -1,6 +1,6 @@ alignments = $alignments; } + /** + * @return Google_Service_Genomics_Read + */ public function getAlignments() { return $this->alignments; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferenceSetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferenceSetsRequest.php index 0d984611..968b7021 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferenceSetsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferenceSetsRequest.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Genomics_ReferenceSet + */ public function setReferenceSets($referenceSets) { $this->referenceSets = $referenceSets; } + /** + * @return Google_Service_Genomics_ReferenceSet + */ public function getReferenceSets() { return $this->referenceSets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferencesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferencesRequest.php index ae49629b..06a70964 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferencesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchReferencesRequest.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Genomics_Reference + */ public function setReferences($references) { $this->references = $references; } + /** + * @return Google_Service_Genomics_Reference + */ public function getReferences() { return $this->references; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantSetsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantSetsRequest.php index f58dfd49..cb2243fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantSetsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantSetsRequest.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Genomics_VariantSet + */ public function setVariantSets($variantSets) { $this->variantSets = $variantSets; } + /** + * @return Google_Service_Genomics_VariantSet + */ public function getVariantSets() { return $this->variantSets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantsRequest.php index bf278baa..9172170c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SearchVariantsRequest.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_Genomics_Variant + */ public function setVariants($variants) { $this->variants = $variants; } + /** + * @return Google_Service_Genomics_Variant + */ public function getVariants() { return $this->variants; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/SetIamPolicyRequest.php index e5196fd5..45f02bec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/SetIamPolicyRequest.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_Genomics_Policy + */ public function getPolicy() { return $this->policy; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/Status.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/Status.php index 2d41b8ff..546f81e1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/Status.php @@ -1,6 +1,6 @@ end = $end; - } - public function getEnd() - { - return $this->end; - } - public function setProjectId($projectId) - { - $this->projectId = $projectId; - } - public function getProjectId() - { - return $this->projectId; - } - public function setReadGroupSetId($readGroupSetId) - { - $this->readGroupSetId = $readGroupSetId; - } - public function getReadGroupSetId() - { - return $this->readGroupSetId; - } - public function setReferenceName($referenceName) - { - $this->referenceName = $referenceName; - } - public function getReferenceName() - { - return $this->referenceName; - } - public function setShard($shard) - { - $this->shard = $shard; - } - public function getShard() - { - return $this->shard; - } - public function setStart($start) - { - $this->start = $start; - } - public function getStart() - { - return $this->start; - } - public function setTotalShards($totalShards) - { - $this->totalShards = $totalShards; - } - public function getTotalShards() - { - return $this->totalShards; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamReadsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamReadsResponse.php deleted file mode 100644 index e970e0d7..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamReadsResponse.php +++ /dev/null @@ -1,32 +0,0 @@ -alignments = $alignments; - } - public function getAlignments() - { - return $this->alignments; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamVariantsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamVariantsRequest.php deleted file mode 100644 index b0671dd2..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamVariantsRequest.php +++ /dev/null @@ -1,76 +0,0 @@ -callSetIds = $callSetIds; - } - public function getCallSetIds() - { - return $this->callSetIds; - } - public function setEnd($end) - { - $this->end = $end; - } - public function getEnd() - { - return $this->end; - } - public function setProjectId($projectId) - { - $this->projectId = $projectId; - } - public function getProjectId() - { - return $this->projectId; - } - public function setReferenceName($referenceName) - { - $this->referenceName = $referenceName; - } - public function getReferenceName() - { - return $this->referenceName; - } - public function setStart($start) - { - $this->start = $start; - } - public function getStart() - { - return $this->start; - } - public function setVariantSetId($variantSetId) - { - $this->variantSetId = $variantSetId; - } - public function getVariantSetId() - { - return $this->variantSetId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamVariantsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamVariantsResponse.php deleted file mode 100644 index 29e56448..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/StreamVariantsResponse.php +++ /dev/null @@ -1,32 +0,0 @@ -variants = $variants; - } - public function getVariants() - { - return $this->variants; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/TestIamPermissionsRequest.php index 0700c68c..6739dc6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/TestIamPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/TestIamPermissionsRequest.php @@ -1,6 +1,6 @@ codingSequence = $codingSequence; } + /** + * @return Google_Service_Genomics_CodingSequence + */ public function getCodingSequence() { return $this->codingSequence; } + /** + * @param Google_Service_Genomics_Exon + */ public function setExons($exons) { $this->exons = $exons; } + /** + * @return Google_Service_Genomics_Exon + */ public function getExons() { return $this->exons; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/UndeleteDatasetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/UndeleteDatasetRequest.php index 4a19f383..2bff8048 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/UndeleteDatasetRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/UndeleteDatasetRequest.php @@ -1,6 +1,6 @@ alternateBases; } + /** + * @param Google_Service_Genomics_VariantCall + */ public function setCalls($calls) { $this->calls = $calls; } + /** + * @return Google_Service_Genomics_VariantCall + */ public function getCalls() { return $this->calls; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantAnnotation.php index b82f7530..128c7711 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantAnnotation.php @@ -1,6 +1,6 @@ clinicalSignificance; } + /** + * @param Google_Service_Genomics_ClinicalCondition + */ public function setConditions($conditions) { $this->conditions = $conditions; } + /** + * @return Google_Service_Genomics_ClinicalCondition + */ public function getConditions() { return $this->conditions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantCall.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantCall.php index c96a2d8f..94178771 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantCall.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantCall.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Genomics_VariantSetMetadata + */ public function setMetadata($metadata) { $this->metadata = $metadata; } + /** + * @return Google_Service_Genomics_VariantSetMetadata + */ public function getMetadata() { return $this->metadata; @@ -68,10 +74,16 @@ class Google_Service_Genomics_VariantSet extends Google_Collection { return $this->name; } + /** + * @param Google_Service_Genomics_ReferenceBound + */ public function setReferenceBounds($referenceBounds) { $this->referenceBounds = $referenceBounds; } + /** + * @return Google_Service_Genomics_ReferenceBound + */ public function getReferenceBounds() { return $this->referenceBounds; diff --git a/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantSetMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantSetMetadata.php index 826352f6..a4722299 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantSetMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Genomics/VariantSetMetadata.php @@ -1,6 +1,6 @@ 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 index c0fb8455..ee40b182 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php index 2c2f7137..e11c467a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php @@ -1,6 +1,6 @@ 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 index 98af97c0..82923773 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php @@ -1,6 +1,6 @@ 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 index 8bba31ea..873f6daf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php @@ -1,6 +1,6 @@ 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 index 28e5aecc..5f863570 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php @@ -1,6 +1,6 @@ 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 index d8ecf450..0afa7975 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php @@ -1,6 +1,6 @@ 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 index 8f467f93..df939b72 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php @@ -1,6 +1,6 @@ color = $color; + } + /** + * @return Google_Service_Gmail_LabelColor + */ + public function getColor() + { + return $this->color; + } public function setId($id) { $this->id = $id; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php index 4c510e47..dbfce468 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php @@ -1,6 +1,6 @@ drafts = $drafts; } + /** + * @return Google_Service_Gmail_Draft + */ public function getDrafts() { return $this->drafts; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php index 20c14b19..589d7824 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php @@ -1,6 +1,6 @@ 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 index f91c0f95..477f861e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php @@ -1,6 +1,6 @@ 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 index b2a95741..a0d7d679 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php @@ -1,6 +1,6 @@ history = $history; } + /** + * @return Google_Service_Gmail_History + */ public function getHistory() { return $this->history; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php index dcd09dbb..9075e9c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php @@ -1,6 +1,6 @@ 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 index 18ab5603..e246fe18 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php @@ -1,6 +1,6 @@ messages = $messages; } + /** + * @return Google_Service_Gmail_Message + */ public function getMessages() { return $this->messages; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php index 288d2f54..6048c421 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php @@ -1,6 +1,6 @@ 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 index e8bf165d..277907a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php @@ -1,6 +1,6 @@ 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 index 990f593d..347a39c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php @@ -1,6 +1,6 @@ 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 index 95787880..b5d0bc8c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php index a53e1bad..e8270e1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php @@ -1,6 +1,6 @@ body = $body; } + /** + * @return Google_Service_Gmail_MessagePartBody + */ public function getBody() { return $this->body; @@ -44,10 +50,16 @@ class Google_Service_Gmail_MessagePart extends Google_Collection { 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; @@ -68,10 +80,16 @@ class Google_Service_Gmail_MessagePart extends Google_Collection { 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 index d607b307..89323eff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php index e8ef0792..0e218027 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Gmail_Message + */ public function setMessages($messages) { $this->messages = $messages; } + /** + * @return Google_Service_Gmail_Message + */ public function getMessages() { return $this->messages; diff --git a/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php b/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php index 99985428..1e990dbb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php @@ -1,6 +1,6 @@ version = 'v1'; $this->serviceName = 'iam'; + $this->iamPolicies = new Google_Service_Iam_Resource_IamPolicies( + $this, + $this->serviceName, + 'iamPolicies', + array( + 'methods' => 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, + ), + '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->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, @@ -236,7 +456,42 @@ class Google_Service_Iam extends Google_Service 'roles', array( 'methods' => array( - 'queryGrantableRoles' => 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( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'queryGrantableRoles' => array( 'path' => 'v1/roles:queryGrantableRoles', 'httpMethod' => 'POST', 'parameters' => array(), diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php index d64da48a..e014a08e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/AuditData.php @@ -1,6 +1,6 @@ policyDelta = $policyDelta; } + /** + * @return Google_Service_Iam_PolicyDelta + */ public function getPolicyDelta() { return $this->policyDelta; diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php index 70c5c869..3e3438e2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Binding.php @@ -1,6 +1,6 @@ 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/Iam/CounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/Iam/CounterOptions.php deleted file mode 100644 index 933b5cf4..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/CounterOptions.php +++ /dev/null @@ -1,39 +0,0 @@ -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/Iam/CreateServiceAccountKeyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.php index d85c9b32..340367b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/CreateServiceAccountKeyRequest.php @@ -1,6 +1,6 @@ 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/DataAccessOptions.php b/vendor/google/apiclient-services/src/Google/Service/Iam/DataAccessOptions.php deleted file mode 100644 index 0e843bca..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/DataAccessOptions.php +++ /dev/null @@ -1,20 +0,0 @@ -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 index 93445ebb..b29173cf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ListServiceAccountsResponse.php @@ -1,6 +1,6 @@ accounts = $accounts; } + /** + * @return Google_Service_Iam_ServiceAccount + */ public function getAccounts() { return $this->accounts; diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Iam/LogConfig.php deleted file mode 100644 index b8d479ed..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/LogConfig.php +++ /dev/null @@ -1,51 +0,0 @@ -cloudAudit = $cloudAudit; - } - public function getCloudAudit() - { - return $this->cloudAudit; - } - public function setCounter(Google_Service_Iam_CounterOptions $counter) - { - $this->counter = $counter; - } - public function getCounter() - { - return $this->counter; - } - public function setDataAccess(Google_Service_Iam_DataAccessOptions $dataAccess) - { - $this->dataAccess = $dataAccess; - } - public function getDataAccess() - { - return $this->dataAccess; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php index 7b8f0b5e..b0e65eba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Policy.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php b/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php index cf1ab25f..48b6da2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/PolicyDelta.php @@ -1,6 +1,6 @@ bindingDeltas = $bindingDeltas; } + /** + * @return Google_Service_Iam_BindingDelta + */ public function getBindingDeltas() { return $this->bindingDeltas; diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php index dd63cfcf..b5e8db98 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesRequest.php @@ -1,6 +1,6 @@ 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 index 759f85f8..ec8be716 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/QueryGrantableRolesResponse.php @@ -1,6 +1,6 @@ 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/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.php index 5b51eb8a..a2bfba9a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/Projects.php @@ -1,6 +1,6 @@ $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 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. + * @opt_param 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}` + * @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 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 diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php index 07e3bcd1..daa12312 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Role.php @@ -1,6 +1,6 @@ deleted = $deleted; + } + public function getDeleted() + { + return $this->deleted; + } public function setDescription($description) { $this->description = $description; @@ -29,6 +42,22 @@ class Google_Service_Iam_Role extends Google_Model { 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; @@ -37,6 +66,14 @@ class Google_Service_Iam_Role extends Google_Model { return $this->name; } + public function setStage($stage) + { + $this->stage = $stage; + } + public function getStage() + { + return $this->stage; + } public function setTitle($title) { $this->title = $title; diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Rule.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Rule.php deleted file mode 100644 index 46705c88..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Rule.php +++ /dev/null @@ -1,87 +0,0 @@ -action = $action; - } - public function getAction() - { - return $this->action; - } - public function setConditions($conditions) - { - $this->conditions = $conditions; - } - 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; - } - public function setLogConfig($logConfig) - { - $this->logConfig = $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/Iam/ServiceAccount.php b/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.php index 946dd856..0fa0074e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/ServiceAccount.php @@ -1,6 +1,6 @@ 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 index aa1b76c9..f1dccccd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/SignBlobRequest.php @@ -1,6 +1,6 @@ 'downloadAccount', 'httpMethod' => 'POST', 'parameters' => array(), + ),'emailLinkSignin' => array( + 'path' => 'emailLinkSignin', + 'httpMethod' => 'POST', + 'parameters' => array(), ),'getAccountInfo' => array( 'path' => 'getAccountInfo', 'httpMethod' => 'POST', @@ -103,6 +107,10 @@ class Google_Service_IdentityToolkit extends Google_Service 'path' => 'resetPassword', 'httpMethod' => 'POST', 'parameters' => array(), + ),'sendVerificationCode' => array( + 'path' => 'sendVerificationCode', + 'httpMethod' => 'POST', + 'parameters' => array(), ),'setAccountInfo' => array( 'path' => 'setAccountInfo', 'httpMethod' => 'POST', @@ -135,6 +143,10 @@ class Google_Service_IdentityToolkit extends Google_Service '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 index 8cc940bc..bcea9141 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/CreateAuthUriResponse.php @@ -1,6 +1,6 @@ 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 index 62997d6f..d399286a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/DeleteAccountResponse.php @@ -1,6 +1,6 @@ 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/EmailTemplate.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php index bc5f9b73..b7f15a18 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/EmailTemplate.php @@ -1,6 +1,6 @@ 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 index 1f5fc0f0..04ac390c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/GetOobConfirmationCodeResponse.php @@ -1,6 +1,6 @@ key = $key; - } - public function getKey() - { - return $this->key; - } - public function setValue($value) - { - $this->value = $value; - } - public function getValue() - { - return $this->value; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php index 8a5cbc9a..32ee972b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyDeleteAccountRequest.php @@ -1,6 +1,6 @@ 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 index be15bc3c..89a6e849 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetProjectConfigResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyGetProjectConfigResponse.php @@ -1,6 +1,6 @@ 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; @@ -84,18 +90,30 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig { 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; @@ -108,10 +126,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig { 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; @@ -124,10 +148,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetProjectConfig { 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 index e2a85f25..5f5d9bf7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyResetPasswordRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyResetPasswordRequest.php @@ -1,6 +1,6 @@ createdAt; } + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + public function getCustomAttributes() + { + return $this->customAttributes; + } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; @@ -168,6 +178,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRe { return $this->password; } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php index 9c004162..a58d2d69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigRequest.php @@ -1,6 +1,6 @@ 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; @@ -83,26 +89,44 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfig { 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; @@ -115,10 +139,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetProjectConfig { 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 index 484a135f..1f5df755 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartySetProjectConfigResponse.php @@ -1,6 +1,6 @@ password; } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php index de963cda..ce0dff2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyUploadAccountRequest.php @@ -1,6 +1,6 @@ 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; @@ -46,6 +66,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq { return $this->delegatedProjectNumber; } + public function setDkLen($dkLen) + { + $this->dkLen = $dkLen; + } + public function getDkLen() + { + return $this->dkLen; + } public function setHashAlgorithm($hashAlgorithm) { $this->hashAlgorithm = $hashAlgorithm; @@ -62,6 +90,14 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq { return $this->memoryCost; } + public function setParallelization($parallelization) + { + $this->parallelization = $parallelization; + } + public function getParallelization() + { + return $this->parallelization; + } public function setRounds($rounds) { $this->rounds = $rounds; @@ -102,10 +138,16 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq { 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 index d0841034..f8891aa8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyAssertionRequest.php @@ -1,6 +1,6 @@ autoCreate = $autoCreate; + } + public function getAutoCreate() + { + return $this->autoCreate; + } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php index f2fe712e..2b9741b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/IdentitytoolkitRelyingpartyVerifyCustomTokenRequest.php @@ -1,6 +1,6 @@ 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; @@ -42,6 +81,14 @@ class Google_Service_IdentityToolkit_Relyingparty extends Google_Model { return $this->challenge; } + public function setContinueUrl($continueUrl) + { + $this->continueUrl = $continueUrl; + } + public function getContinueUrl() + { + return $this->continueUrl; + } public function setEmail($email) { $this->email = $email; @@ -50,6 +97,22 @@ class Google_Service_IdentityToolkit_Relyingparty extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php index d2e30f0f..eb060e73 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/ResetPasswordResponse.php @@ -1,6 +1,6 @@ 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) * @@ -145,6 +158,19 @@ class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Servic $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) * @@ -249,4 +275,18 @@ class Google_Service_IdentityToolkit_Resource_Relyingparty extends Google_Servic $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 index 3500c609..1c2ded5e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponse.php @@ -1,6 +1,6 @@ photoUrl; } + /** + * @param Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo + */ public function setProviderUserInfo($providerUserInfo) { $this->providerUserInfo = $providerUserInfo; } + /** + * @return Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo + */ public function getProviderUserInfo() { return $this->providerUserInfo; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php index 9b4a7bd3..fee9570e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/SetAccountInfoResponseProviderUserInfo.php @@ -1,6 +1,6 @@ error = $error; } + /** + * @return Google_Service_IdentityToolkit_UploadAccountResponseError + */ public function getError() { return $this->error; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php index f3c4ed27..366d16d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UploadAccountResponseError.php @@ -1,6 +1,6 @@ createdAt; } + public function setCustomAttributes($customAttributes) + { + $this->customAttributes = $customAttributes; + } + public function getCustomAttributes() + { + return $this->customAttributes; + } public function setCustomAuth($customAuth) { $this->customAuth = $customAuth; @@ -117,6 +127,14 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection { return $this->passwordUpdatedAt; } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; @@ -125,10 +143,16 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php index cf333f8b..2fc0ee11 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/UserInfoProviderUserInfo.php @@ -1,6 +1,6 @@ federatedId; } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php index bb3fbfb3..ccdbbc44 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyAssertionResponse.php @@ -1,6 +1,6 @@ idToken; } + public function setIsNewUser($isNewUser) + { + $this->isNewUser = $isNewUser; + } + public function getIsNewUser() + { + return $this->isNewUser; + } public function setKind($kind) { $this->kind = $kind; diff --git a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php index 852a0b94..93be641b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/IdentityToolkit/VerifyPasswordResponse.php @@ -1,6 +1,6 @@ 'v1/entities:search', 'httpMethod' => 'GET', 'parameters' => array( + 'prefix' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), 'types' => array( 'location' => 'query', 'type' => 'string', @@ -80,14 +88,6 @@ class Google_Service_Kgsearch extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'prefix' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'query' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) 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 index f236faef..053bdca9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Kgsearch/Resource/Entities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Kgsearch/Resource/Entities.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Licensing_LicenseAssignment + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Licensing_LicenseAssignment + */ public function getItems() { return $this->items; 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 index 70350d7e..886238de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Licensing/Resource/LicenseAssignments.php +++ b/vendor/google/apiclient-services/src/Google/Service/Licensing/Resource/LicenseAssignments.php @@ -1,6 +1,6 @@ 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, @@ -167,6 +246,24 @@ class Google_Service_Logging extends Google_Service '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', @@ -180,6 +277,10 @@ class Google_Service_Logging extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -203,6 +304,150 @@ class Google_Service_Logging extends Google_Service ) ) ); + $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, @@ -299,6 +544,24 @@ class Google_Service_Logging extends Google_Service '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', @@ -312,6 +575,48 @@ class Google_Service_Logging extends Google_Service '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', + ), ), ), ) @@ -327,14 +632,86 @@ class Google_Service_Logging extends Google_Service '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', + ), ), ), ) @@ -436,6 +813,24 @@ class Google_Service_Logging extends Google_Service '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', @@ -449,6 +844,82 @@ class Google_Service_Logging extends Google_Service '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', + ), ), ), ) @@ -479,14 +950,14 @@ class Google_Service_Logging extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -618,6 +1089,24 @@ class Google_Service_Logging extends Google_Service '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', @@ -631,6 +1120,90 @@ class Google_Service_Logging extends Google_Service '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/HttpRequest.php b/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.php index cb0962c7..ab569584 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/HttpRequest.php @@ -1,6 +1,6 @@ latency; } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } public function setReferer($referer) { $this->referer = $referer; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php index 0aa9de13..6ddece74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LabelDescriptor.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_Logging_LogEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php index 44b32d47..a52b4daf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogMetricsResponse.php @@ -1,6 +1,6 @@ metrics = $metrics; } + /** + * @return Google_Service_Logging_LogMetric + */ public function getMetrics() { return $this->metrics; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php index 13447c36..581ec26b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListLogsResponse.php @@ -1,6 +1,6 @@ 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 index 80d72d83..a71c012c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/ListSinksResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/ListSinksResponse.php @@ -1,6 +1,6 @@ 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 index 8d92b5ff..9e4f4132 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntry.php @@ -1,6 +1,6 @@ httpRequest = $httpRequest; } + /** + * @return Google_Service_Logging_HttpRequest + */ public function getHttpRequest() { return $this->httpRequest; @@ -75,10 +85,30 @@ class Google_Service_Logging_LogEntry extends Google_Model { 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; @@ -91,10 +121,24 @@ class Google_Service_Logging_LogEntry extends Google_Model { 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; @@ -107,14 +151,28 @@ class Google_Service_Logging_LogEntry extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php index 53879c17..15d7f6ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogEntryOperation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php index 42213432..97e45a59 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogMetric.php @@ -1,6 +1,6 @@ bucketOptions = $bucketOptions; + } + /** + * @return Google_Service_Logging_BucketOptions + */ + public function getBucketOptions() + { + return $this->bucketOptions; + } public function setDescription($description) { $this->description = $description; @@ -38,6 +58,28 @@ class Google_Service_Logging_LogMetric extends Google_Model { 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; @@ -46,6 +88,14 @@ class Google_Service_Logging_LogMetric extends Google_Model { return $this->name; } + public function setValueExtractor($valueExtractor) + { + $this->valueExtractor = $valueExtractor; + } + public function getValueExtractor() + { + return $this->valueExtractor; + } public function setVersion($version) { $this->version = $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 index 2beb19da..ddf88b78 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php @@ -1,6 +1,6 @@ filter; } + public function setIncludeChildren($includeChildren) + { + $this->includeChildren = $includeChildren; + } + public function getIncludeChildren() + { + return $this->includeChildren; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php index e74cf7f3..a9292f20 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LoggingEmpty.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_Logging_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_Logging_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php b/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php index e9cbdd6a..ce95f0b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/RequestLog.php @@ -1,6 +1,6 @@ latency; } + /** + * @param Google_Service_Logging_LogLine + */ public function setLine($line) { $this->line = $line; } + /** + * @return Google_Service_Logging_LogLine + */ public function getLine() { return $this->line; @@ -229,10 +235,16 @@ class Google_Service_Logging_RequestLog extends Google_Collection { 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; 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 index 9a3d49ec..41d9fe27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccounts.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** - * Updates a sink. If the named sink doesn't exist, then this method is - * identical to sinks.create. If the named sink does exist, then this method - * replaces the following fields in the existing sink with values from the new - * sink: destination, filter, output_version_format, start_time, and end_time. - * The updated filter might also have a new writer_identity; see the - * unique_writer_identity field. (sinks.update) + * 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: @@ -143,7 +140,57 @@ class Google_Service_Logging_Resource_BillingAccountsSinks extends Google_Servic * 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 false. + * 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#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#fieldmaskExample: updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) 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 index f7984800..17079034 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Entries.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Logging_ListLogEntriesResponse"); } /** - * Writes log entries to Stackdriver Logging. (entries.write) + * Writes log entries to Stackdriver Logging. This API method is the only way to + * send log entries to Stackdriver Logging. This method is used, directly or + * indirectly, by the Stackdriver Logging agent (fluentd) and all logging + * libraries configured to use Stackdriver 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. 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 index e0949582..c7f63c69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Folders.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** - * Updates a sink. If the named sink doesn't exist, then this method is - * identical to sinks.create. If the named sink does exist, then this method - * replaces the following fields in the existing sink with values from the new - * sink: destination, filter, output_version_format, start_time, and end_time. - * The updated filter might also have a new writer_identity; see the - * unique_writer_identity field. (sinks.update) + * 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: @@ -143,7 +140,57 @@ class Google_Service_Logging_Resource_FoldersSinks extends Google_Service_Resour * 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 false. + * 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#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#fieldmaskExample: updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) 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 index 3cb8643a..dfd125a3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/MonitoredResourceDescriptors.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** - * Updates a sink. If the named sink doesn't exist, then this method is - * identical to sinks.create. If the named sink does exist, then this method - * replaces the following fields in the existing sink with values from the new - * sink: destination, filter, output_version_format, start_time, and end_time. - * The updated filter might also have a new writer_identity; see the - * unique_writer_identity field. (sinks.update) + * 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: @@ -143,7 +140,57 @@ class Google_Service_Logging_Resource_OrganizationsSinks extends Google_Service_ * 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 false. + * 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#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#fieldmaskExample: updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) 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 index 22dae1b2..e2cffcbd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Projects.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Logging_ListSinksResponse"); } /** - * Updates a sink. If the named sink doesn't exist, then this method is - * identical to sinks.create. If the named sink does exist, then this method - * replaces the following fields in the existing sink with values from the new - * sink: destination, filter, output_version_format, start_time, and end_time. - * The updated filter might also have a new writer_identity; see the - * unique_writer_identity field. (sinks.update) + * 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: @@ -143,7 +140,57 @@ class Google_Service_Logging_Resource_ProjectsSinks extends Google_Service_Resou * 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 false. + * 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#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#fieldmaskExample: updateMask=filter. * @return Google_Service_Logging_LogSink */ public function update($sinkName, Google_Service_Logging_LogSink $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php b/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php index 7a61f8e8..212c4b23 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/SourceLocation.php @@ -1,6 +1,6 @@ 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/Logging/WriteLogEntriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.php index ca6a4000..132aef7c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesRequest.php @@ -1,6 +1,6 @@ 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; @@ -58,10 +73,16 @@ class Google_Service_Logging_WriteLogEntriesRequest extends Google_Collection { 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 index 1cda65d9..3e1c34b6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/WriteLogEntriesResponse.php @@ -1,6 +1,6 @@ array( - 'get' => 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( @@ -69,6 +84,11 @@ class Google_Service_ManufacturerCenter extends Google_Service 'type' => 'string', 'required' => true, ), + 'include' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ),'list' => array( 'path' => 'v1/{+parent}/products', @@ -83,11 +103,31 @@ class Google_Service_ManufacturerCenter extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'include' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), + ),'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 index 6e546d70..8b1dd780 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Attributes.php +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Attributes.php @@ -1,6 +1,6 @@ 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; @@ -35,6 +91,104 @@ class Google_Service_ManufacturerCenter_Attributes extends Google_Collection { 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; @@ -43,6 +197,44 @@ class Google_Service_ManufacturerCenter_Attributes extends Google_Collection { 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; @@ -51,6 +243,28 @@ class Google_Service_ManufacturerCenter_Attributes extends Google_Collection { 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; @@ -83,6 +297,76 @@ class Google_Service_ManufacturerCenter_Attributes extends Google_Collection { 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; @@ -91,4 +375,12 @@ class Google_Service_ManufacturerCenter_Attributes extends Google_Collection { 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/Issue.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.php index cf0c22c1..aca5b34f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.php +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Issue.php @@ -1,6 +1,6 @@ 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; @@ -46,6 +66,22 @@ class Google_Service_ManufacturerCenter_Issue extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php index 5f5452cc..b03b425f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/ListProductsResponse.php @@ -1,6 +1,6 @@ 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/Product.php b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.php index 8ba6e58b..de02a261 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.php +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Product.php @@ -1,6 +1,6 @@ attributes = $attributes; + } + /** + * @return Google_Service_ManufacturerCenter_Attributes + */ + public function getAttributes() + { + return $this->attributes; + } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; @@ -41,18 +59,44 @@ class Google_Service_ManufacturerCenter_Product extends Google_Collection { 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_Attributes + */ public function setFinalAttributes(Google_Service_ManufacturerCenter_Attributes $finalAttributes) { $this->finalAttributes = $finalAttributes; } + /** + * @return Google_Service_ManufacturerCenter_Attributes + */ public function getFinalAttributes() { return $this->finalAttributes; } + /** + * @param Google_Service_ManufacturerCenter_Issue + */ public function setIssues($issues) { $this->issues = $issues; } + /** + * @return Google_Service_ManufacturerCenter_Issue + */ public function getIssues() { return $this->issues; @@ -65,10 +109,16 @@ class Google_Service_ManufacturerCenter_Product extends Google_Collection { return $this->manuallyDeletedAttributes; } + /** + * @param Google_Service_ManufacturerCenter_Attributes + */ public function setManuallyProvidedAttributes(Google_Service_ManufacturerCenter_Attributes $manuallyProvidedAttributes) { $this->manuallyProvidedAttributes = $manuallyProvidedAttributes; } + /** + * @return Google_Service_ManufacturerCenter_Attributes + */ public function getManuallyProvidedAttributes() { return $this->manuallyProvidedAttributes; @@ -105,10 +155,16 @@ class Google_Service_ManufacturerCenter_Product extends Google_Collection { return $this->targetCountry; } + /** + * @param Google_Service_ManufacturerCenter_Attributes + */ public function setUploadedAttributes(Google_Service_ManufacturerCenter_Attributes $uploadedAttributes) { $this->uploadedAttributes = $uploadedAttributes; } + /** + * @return Google_Service_ManufacturerCenter_Attributes + */ public function getUploadedAttributes() { return $this->uploadedAttributes; 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 index 290a211f..caed2b00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/ManufacturerCenter/Resource/Accounts.php @@ -1,6 +1,6 @@ $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. + * + * If this parameter is not specified, ATTRIBUTES and ISSUES are returned. This + * behavior is temporary and will be removed once all clients are ready or at + * the latest end of July 2018. After that no sections will be returned. * @return Google_Service_ManufacturerCenter_Product */ public function get($parent, $name, $optParams = array()) @@ -63,6 +101,12 @@ class Google_Service_ManufacturerCenter_Resource_AccountsProducts extends Google * * @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. + * + * If this parameter is not specified, ATTRIBUTES and ISSUES are returned. This + * behavior is temporary and will be removed once all clients are ready or at + * the latest end of July 2018. After that no sections will be returned. * @opt_param string pageToken The token returned by the previous request. * @return Google_Service_ManufacturerCenter_ListProductsResponse */ @@ -72,4 +116,45 @@ class Google_Service_ManufacturerCenter_Resource_AccountsProducts extends Google $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 index c9d86c8a..7ee242f9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror.php @@ -1,6 +1,6 @@ authTokens = $authTokens; } + /** + * @return Google_Service_Mirror_AuthToken + */ public function getAuthTokens() { return $this->authTokens; @@ -49,10 +55,16 @@ class Google_Service_Mirror_Account extends Google_Collection { 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 index 558f7c01..aad7d129 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Mirror_Attachment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php index fbc0107d..f049e087 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/AuthToken.php @@ -1,6 +1,6 @@ acceptCommands = $acceptCommands; } + /** + * @return Google_Service_Mirror_Command + */ public function getAcceptCommands() { return $this->acceptCommands; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php index fc5ed798..dcc2108b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/ContactsListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Mirror_Contact + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php index 57070bbe..a43a04dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/Location.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Mirror_Location + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php index b7a79504..c10fa168 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php @@ -1,6 +1,6 @@ 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 index f89880ae..f3667a55 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuValue.php @@ -1,6 +1,6 @@ operation; } + /** + * @param Google_Service_Mirror_UserAction + */ public function setUserActions($userActions) { $this->userActions = $userActions; } + /** + * @return Google_Service_Mirror_UserAction + */ public function getUserActions() { return $this->userActions; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php index 74c07e64..c74af9cf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/NotificationConfig.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php index 35323f41..8b27dd1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/SubscriptionsListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Mirror_Subscription + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php index fcc9e115..6f3d6428 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineItem.php @@ -1,6 +1,6 @@ attachments = $attachments; } + /** + * @return Google_Service_Mirror_Attachment + */ public function getAttachments() { return $this->attachments; @@ -83,10 +89,16 @@ class Google_Service_Mirror_TimelineItem extends Google_Collection { 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; @@ -163,26 +175,44 @@ class Google_Service_Mirror_TimelineItem extends Google_Collection { 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; @@ -195,10 +225,16 @@ class Google_Service_Mirror_TimelineItem extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php index f19256c7..0b5daf9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/TimelineListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Mirror_TimelineItem + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php b/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php index e2f9ade5..0feea541 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php +++ b/vendor/google/apiclient-services/src/Google/Service/Mirror/UserAction.php @@ -1,6 +1,6 @@ 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, @@ -258,10 +343,6 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -270,6 +351,10 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -294,6 +379,48 @@ class Google_Service_Monitoring extends Google_Service ),'list' => array( 'path' => 'v3/{+name}/monitoredResourceDescriptors', '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_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', @@ -308,10 +435,120 @@ class Google_Service_Monitoring extends Google_Service '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, + ), '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', + ), + ), + ),'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, + ), ), ), ) @@ -342,22 +579,6 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), - 'aggregation.crossSeriesReducer' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'aggregation.perSeriesAligner' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'interval.startTime' => array( 'location' => 'query', 'type' => 'string', @@ -387,6 +608,117 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'aggregation.crossSeriesReducer' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'aggregation.perSeriesAligner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => 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, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => 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', + ), + ), + ), + ) + ) + ); + $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/BucketOptions.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.php index 15a2b9e5..86d3450f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/BucketOptions.php @@ -1,6 +1,6 @@ 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 index 42564424..289e0845 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdPayload.php @@ -1,6 +1,6 @@ endTime; } + /** + * @param Google_Service_Monitoring_TypedValue + */ public function setMetadata($metadata) { $this->metadata = $metadata; } + /** + * @return Google_Service_Monitoring_TypedValue + */ public function getMetadata() { return $this->metadata; @@ -85,10 +91,16 @@ class Google_Service_Monitoring_CollectdPayload extends Google_Collection { 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/CollectdValue.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.php index 5ce4cab8..02c6eda8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CollectdValue.php @@ -1,6 +1,6 @@ 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/CreateCollectdTimeSeriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.php index 9c461bf5..fe2c559a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateCollectdTimeSeriesRequest.php @@ -1,6 +1,6 @@ collectdPayloads = $collectdPayloads; } + /** + * @return Google_Service_Monitoring_CollectdPayload + */ public function getCollectdPayloads() { return $this->collectdPayloads; @@ -40,10 +46,16 @@ class Google_Service_Monitoring_CreateCollectdTimeSeriesRequest extends Google_C { 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/CreateTimeSeriesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.php index 3199053d..2f05aa95 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/CreateTimeSeriesRequest.php @@ -1,6 +1,6 @@ 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 index 42bdc3c4..a08b63ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Distribution.php @@ -1,6 +1,6 @@ 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; @@ -59,10 +65,16 @@ class Google_Service_Monitoring_Distribution extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php index 7a65c161..c9918713 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Explicit.php @@ -1,6 +1,6 @@ oneofIndex; } + /** + * @param Google_Service_Monitoring_Option + */ public function setOptions($options) { $this->options = $options; } + /** + * @return Google_Service_Monitoring_Option + */ public function getOptions() { return $this->options; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php index daba3e52..1746e1a7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Group.php @@ -1,6 +1,6 @@ members = $members; } + /** + * @return Google_Service_Monitoring_MonitoredResource + */ public function getMembers() { return $this->members; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php index d5478fdf..dfc01091 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListGroupsResponse.php @@ -1,6 +1,6 @@ group = $group; } + /** + * @return Google_Service_Monitoring_Group + */ public function getGroup() { return $this->group; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php index 2c06e5ef..5c4c77c1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMetricDescriptorsResponse.php @@ -1,6 +1,6 @@ metricDescriptors = $metricDescriptors; } + /** + * @return Google_Service_Monitoring_MetricDescriptor + */ public function getMetricDescriptors() { return $this->metricDescriptors; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php index 358881f6..1627517c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListMonitoredResourceDescriptorsResponse.php @@ -1,6 +1,6 @@ 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/ListTimeSeriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.php index 8bbfcccd..0fa57498 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/ListTimeSeriesResponse.php @@ -1,6 +1,6 @@ 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/Metric.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php index 01bc87ed..b0828d82 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Metric.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_Monitoring_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_Monitoring_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php index 7845d3dd..c4c51269 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoredResource.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_Monitoring_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_Monitoring_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php index e6becdc2..56946374 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MonitoringEmpty.php @@ -1,6 +1,6 @@ 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 index ca54281f..f867ff31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Range.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Range.php @@ -1,6 +1,6 @@ $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_Monitoring_MonitoringEmpty"); + 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 index 75c24fd0..4e04e612 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php @@ -1,6 +1,6 @@ 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; @@ -43,18 +65,30 @@ class Google_Service_Monitoring_TimeSeries extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php index 79eda5e1..69abf766 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Type.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_Monitoring_Field + */ public function getFields() { return $this->fields; @@ -52,18 +58,30 @@ class Google_Service_Monitoring_Type extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php index 58f9edfa..7a30eab7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/TypedValue.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Oauth2.php b/vendor/google/apiclient-services/src/Google/Service/Oauth2.php index 142f111e..5ca10ab0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Oauth2.php +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2.php @@ -1,6 +1,6 @@ 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 index 1bfb5bd8..cf969f74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Oauth2/JwkKeys.php +++ b/vendor/google/apiclient-services/src/Google/Service/Oauth2/JwkKeys.php @@ -1,6 +1,6 @@ * Analyzes the performance of a web page and provides tailored suggestions to @@ -24,7 +24,7 @@ * *
* For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -44,8 +44,8 @@ class Google_Service_Pagespeedonline extends Google_Service { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; - $this->servicePath = 'pagespeedonline/v2/'; - $this->version = 'v2'; + $this->servicePath = 'pagespeedonline/v4/'; + $this->version = 'v4'; $this->serviceName = 'pagespeedonline'; $this->pagespeedapi = new Google_Service_Pagespeedonline_Resource_Pagespeedapi( @@ -80,10 +80,22 @@ class Google_Service_Pagespeedonline extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'snapshots' => array( + 'location' => 'query', + 'type' => 'boolean', + ), '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/PagespeedApiFormatStringV2.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2.php deleted file mode 100644 index 2c375993..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2.php +++ /dev/null @@ -1,41 +0,0 @@ -args = $args; - } - public function getArgs() - { - return $this->args; - } - public function setFormat($format) - { - $this->format = $format; - } - public function getFormat() - { - return $this->format; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2Args.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2Args.php deleted file mode 100644 index c1179e70..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2Args.php +++ /dev/null @@ -1,72 +0,0 @@ - "secondary_rects", - ); - public $key; - protected $rectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsRects'; - protected $rectsDataType = 'array'; - protected $secondaryRectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsSecondaryRects'; - protected $secondaryRectsDataType = 'array'; - public $type; - public $value; - - public function setKey($key) - { - $this->key = $key; - } - public function getKey() - { - return $this->key; - } - public function setRects($rects) - { - $this->rects = $rects; - } - public function getRects() - { - return $this->rects; - } - public function setSecondaryRects($secondaryRects) - { - $this->secondaryRects = $secondaryRects; - } - public function getSecondaryRects() - { - return $this->secondaryRects; - } - 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/Pagespeedonline/PagespeedApiFormatStringV2ArgsRects.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2ArgsRects.php deleted file mode 100644 index a11240cc..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2ArgsRects.php +++ /dev/null @@ -1,57 +0,0 @@ -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/Pagespeedonline/PagespeedApiFormatStringV2ArgsSecondaryRects.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2ArgsSecondaryRects.php deleted file mode 100644 index 556a5fdb..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiFormatStringV2ArgsSecondaryRects.php +++ /dev/null @@ -1,57 +0,0 @@ -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/Pagespeedonline/PagespeedApiImageV2.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiImageV2.php deleted file mode 100644 index 3768fb4a..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiImageV2.php +++ /dev/null @@ -1,80 +0,0 @@ - "mime_type", - "pageRect" => "page_rect", - ); - public $data; - public $height; - public $key; - public $mimeType; - protected $pageRectType = 'Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect'; - protected $pageRectDataType = ''; - public $width; - - public function setData($data) - { - $this->data = $data; - } - public function getData() - { - return $this->data; - } - public function setHeight($height) - { - $this->height = $height; - } - public function getHeight() - { - return $this->height; - } - public function setKey($key) - { - $this->key = $key; - } - public function getKey() - { - return $this->key; - } - public function setMimeType($mimeType) - { - $this->mimeType = $mimeType; - } - public function getMimeType() - { - return $this->mimeType; - } - public function setPageRect(Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect $pageRect) - { - $this->pageRect = $pageRect; - } - public function getPageRect() - { - return $this->pageRect; - } - public function setWidth($width) - { - $this->width = $width; - } - public function getWidth() - { - return $this->width; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiImageV2PageRect.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiImageV2PageRect.php deleted file mode 100644 index 4adc16bc..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiImageV2PageRect.php +++ /dev/null @@ -1,57 +0,0 @@ -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/Pagespeedonline/Resource/Pagespeedapi.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php index bea52f24..99b3f8b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php @@ -1,6 +1,6 @@ $url); $params = array_merge($params, $optParams); - return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_Result"); + return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_PagespeedApiPagespeedResponseV4"); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Result.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Result.php deleted file mode 100644 index b9aa3342..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/Result.php +++ /dev/null @@ -1,117 +0,0 @@ -formattedResults = $formattedResults; - } - public function getFormattedResults() - { - return $this->formattedResults; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setInvalidRules($invalidRules) - { - $this->invalidRules = $invalidRules; - } - public function getInvalidRules() - { - return $this->invalidRules; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setPageStats(Google_Service_Pagespeedonline_ResultPageStats $pageStats) - { - $this->pageStats = $pageStats; - } - public function getPageStats() - { - return $this->pageStats; - } - public function setResponseCode($responseCode) - { - $this->responseCode = $responseCode; - } - public function getResponseCode() - { - return $this->responseCode; - } - public function setRuleGroups($ruleGroups) - { - $this->ruleGroups = $ruleGroups; - } - public function getRuleGroups() - { - return $this->ruleGroups; - } - public function setScreenshot(Google_Service_Pagespeedonline_PagespeedApiImageV2 $screenshot) - { - $this->screenshot = $screenshot; - } - public function getScreenshot() - { - return $this->screenshot; - } - public function setTitle($title) - { - $this->title = $title; - } - public function getTitle() - { - return $this->title; - } - public function setVersion(Google_Service_Pagespeedonline_ResultVersion $version) - { - $this->version = $version; - } - public function getVersion() - { - return $this->version; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResults.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResults.php deleted file mode 100644 index bf4ef288..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResults.php +++ /dev/null @@ -1,40 +0,0 @@ -locale = $locale; - } - public function getLocale() - { - return $this->locale; - } - public function setRuleResults($ruleResults) - { - $this->ruleResults = $ruleResults; - } - public function getRuleResults() - { - return $this->ruleResults; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElement.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElement.php deleted file mode 100644 index ef3d1874..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElement.php +++ /dev/null @@ -1,69 +0,0 @@ -groups = $groups; - } - public function getGroups() - { - return $this->groups; - } - public function setLocalizedRuleName($localizedRuleName) - { - $this->localizedRuleName = $localizedRuleName; - } - public function getLocalizedRuleName() - { - return $this->localizedRuleName; - } - public function setRuleImpact($ruleImpact) - { - $this->ruleImpact = $ruleImpact; - } - public function getRuleImpact() - { - return $this->ruleImpact; - } - public function setSummary(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $summary) - { - $this->summary = $summary; - } - public function getSummary() - { - return $this->summary; - } - public function setUrlBlocks($urlBlocks) - { - $this->urlBlocks = $urlBlocks; - } - public function getUrlBlocks() - { - return $this->urlBlocks; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElementUrlBlocks.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElementUrlBlocks.php deleted file mode 100644 index d60e2f3f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElementUrlBlocks.php +++ /dev/null @@ -1,42 +0,0 @@ -header = $header; - } - public function getHeader() - { - return $this->header; - } - public function setUrls($urls) - { - $this->urls = $urls; - } - public function getUrls() - { - return $this->urls; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElementUrlBlocksUrls.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElementUrlBlocksUrls.php deleted file mode 100644 index e6685217..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultFormattedResultsRuleResultsElementUrlBlocksUrls.php +++ /dev/null @@ -1,42 +0,0 @@ -details = $details; - } - public function getDetails() - { - return $this->details; - } - public function setResult(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $result) - { - $this->result = $result; - } - public function getResult() - { - return $this->result; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultPageStats.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultPageStats.php deleted file mode 100644 index e1c152f3..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultPageStats.php +++ /dev/null @@ -1,138 +0,0 @@ -cssResponseBytes = $cssResponseBytes; - } - public function getCssResponseBytes() - { - return $this->cssResponseBytes; - } - public function setFlashResponseBytes($flashResponseBytes) - { - $this->flashResponseBytes = $flashResponseBytes; - } - public function getFlashResponseBytes() - { - return $this->flashResponseBytes; - } - public function setHtmlResponseBytes($htmlResponseBytes) - { - $this->htmlResponseBytes = $htmlResponseBytes; - } - public function getHtmlResponseBytes() - { - return $this->htmlResponseBytes; - } - public function setImageResponseBytes($imageResponseBytes) - { - $this->imageResponseBytes = $imageResponseBytes; - } - public function getImageResponseBytes() - { - return $this->imageResponseBytes; - } - public function setJavascriptResponseBytes($javascriptResponseBytes) - { - $this->javascriptResponseBytes = $javascriptResponseBytes; - } - public function getJavascriptResponseBytes() - { - return $this->javascriptResponseBytes; - } - public function setNumberCssResources($numberCssResources) - { - $this->numberCssResources = $numberCssResources; - } - public function getNumberCssResources() - { - return $this->numberCssResources; - } - public function setNumberHosts($numberHosts) - { - $this->numberHosts = $numberHosts; - } - public function getNumberHosts() - { - return $this->numberHosts; - } - public function setNumberJsResources($numberJsResources) - { - $this->numberJsResources = $numberJsResources; - } - public function getNumberJsResources() - { - return $this->numberJsResources; - } - public function setNumberResources($numberResources) - { - $this->numberResources = $numberResources; - } - public function getNumberResources() - { - return $this->numberResources; - } - public function setNumberStaticResources($numberStaticResources) - { - $this->numberStaticResources = $numberStaticResources; - } - public function getNumberStaticResources() - { - return $this->numberStaticResources; - } - public function setOtherResponseBytes($otherResponseBytes) - { - $this->otherResponseBytes = $otherResponseBytes; - } - public function getOtherResponseBytes() - { - return $this->otherResponseBytes; - } - public function setTextResponseBytes($textResponseBytes) - { - $this->textResponseBytes = $textResponseBytes; - } - public function getTextResponseBytes() - { - return $this->textResponseBytes; - } - public function setTotalRequestBytes($totalRequestBytes) - { - $this->totalRequestBytes = $totalRequestBytes; - } - public function getTotalRequestBytes() - { - return $this->totalRequestBytes; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultRuleGroupsElement.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultRuleGroupsElement.php deleted file mode 100644 index 6972a1c0..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultRuleGroupsElement.php +++ /dev/null @@ -1,30 +0,0 @@ -score = $score; - } - public function getScore() - { - return $this->score; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultVersion.php b/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultVersion.php deleted file mode 100644 index b7fbee9e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/ResultVersion.php +++ /dev/null @@ -1,39 +0,0 @@ -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/Partners.php b/vendor/google/apiclient-services/src/Google/Service/Partners.php index d6f23312..a8cfa90a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners.php @@ -1,6 +1,6 @@ 'v2/analytics', 'httpMethod' => 'GET', 'parameters' => array( - 'requestMetadata.trafficSource.trafficSubId' => array( - 'location' => 'query', - 'type' => 'string', - ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', @@ -106,6 +101,10 @@ class Google_Service_Partners extends Google_Service 'type' => 'string', 'repeated' => true, ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -148,15 +147,15 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), 'requestMetadata.experimentIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), - 'currencyCode' => array( - 'location' => 'query', - 'type' => 'string', - ), 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', @@ -165,11 +164,11 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.userOverrides.userId' => array( + 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.partnersSessionId' => array( + 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), @@ -190,32 +189,6 @@ class Google_Service_Partners extends Google_Service 'path' => 'v2/companies', 'httpMethod' => 'GET', 'parameters' => array( - 'requestMetadata.partnersSessionId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'companyName' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => 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', @@ -247,11 +220,11 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.userOverrides.userId' => array( + 'minMonthlyBudget.currencyCode' => array( 'location' => 'query', 'type' => 'string', ), - 'minMonthlyBudget.currencyCode' => array( + 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', ), @@ -259,11 +232,11 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'address' => array( + 'requestMetadata.locale' => array( 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.locale' => array( + 'address' => array( 'location' => 'query', 'type' => 'string', ), @@ -280,11 +253,15 @@ class Google_Service_Partners extends Google_Service 'type' => 'string', 'repeated' => true, ), + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'maxMonthlyBudget.units' => array( 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.trafficSource.trafficSourceId' => array( + 'requestMetadata.trafficSource.trafficSubId' => array( 'location' => 'query', 'type' => 'string', ), @@ -292,10 +269,32 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'requestMetadata.trafficSource.trafficSubId' => array( + 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), + 'companyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => 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, + ), ), ), ) @@ -321,55 +320,6 @@ class Google_Service_Partners extends Google_Service ) ) ); - $this->exams = new Google_Service_Partners_Resource_Exams( - $this, - $this->serviceName, - 'exams', - array( - 'methods' => array( - 'getToken' => array( - 'path' => 'v2/exams/{examType}/token', - 'httpMethod' => 'GET', - 'parameters' => array( - 'examType' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - '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', - ), - 'requestMetadata.locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); $this->leads = new Google_Service_Partners_Resource_Leads( $this, $this->serviceName, @@ -380,10 +330,6 @@ class Google_Service_Partners extends Google_Service 'path' => 'v2/leads', 'httpMethod' => 'GET', 'parameters' => array( - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -413,11 +359,15 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.userOverrides.userId' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), @@ -436,19 +386,6 @@ class Google_Service_Partners extends Google_Service 'path' => 'v2/offers', 'httpMethod' => 'GET', 'parameters' => array( - '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', @@ -465,6 +402,19 @@ class Google_Service_Partners extends Google_Service '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', + ), ), ), ) @@ -480,6 +430,31 @@ class Google_Service_Partners extends Google_Service 'path' => 'v2/offers/history', 'httpMethod' => 'GET', 'parameters' => array( + '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', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -500,31 +475,6 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.experimentIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'entireCompany' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - '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', - ), ), ), ) @@ -554,6 +504,15 @@ class Google_Service_Partners extends Google_Service 'path' => 'v2/userStates', 'httpMethod' => 'GET', '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', @@ -574,15 +533,6 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.experimentIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'requestMetadata.trafficSource.trafficSubId' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -642,10 +592,6 @@ class Google_Service_Partners extends Google_Service 'type' => 'string', 'required' => true, ), - 'requestMetadata.trafficSource.trafficSubId' => array( - 'location' => 'query', - 'type' => 'string', - ), 'requestMetadata.userOverrides.userId' => array( 'location' => 'query', 'type' => 'string', @@ -671,6 +617,10 @@ class Google_Service_Partners extends Google_Service 'type' => 'string', 'repeated' => true, ), + 'requestMetadata.trafficSource.trafficSubId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'v2/users/{userId}', @@ -681,6 +631,14 @@ class Google_Service_Partners extends Google_Service 'type' => 'string', 'required' => true, ), + 'requestMetadata.partnersSessionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.userOverrides.userId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'userView' => array( 'location' => 'query', 'type' => 'string', @@ -706,19 +664,19 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.partnersSessionId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'requestMetadata.userOverrides.userId' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'updateProfile' => array( 'path' => 'v2/users/profile', 'httpMethod' => 'PATCH', 'parameters' => array( + 'requestMetadata.trafficSource.trafficSourceId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestMetadata.locale' => array( + 'location' => 'query', + 'type' => 'string', + ), 'requestMetadata.userOverrides.ipAddress' => array( 'location' => 'query', 'type' => 'string', @@ -732,19 +690,11 @@ class Google_Service_Partners extends Google_Service '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( + 'requestMetadata.partnersSessionId' => array( 'location' => 'query', 'type' => 'string', ), @@ -763,18 +713,6 @@ class Google_Service_Partners extends Google_Service 'path' => 'v2/partnersstatus', 'httpMethod' => 'GET', 'parameters' => array( - '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', @@ -792,11 +730,39 @@ class Google_Service_Partners extends Google_Service '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', + ), ), ),'updateCompanies' => array( 'path' => 'v2/companies', 'httpMethod' => 'PATCH', 'parameters' => array( + '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', @@ -814,27 +780,19 @@ class Google_Service_Partners extends Google_Service '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', - ), ), ),'updateLeads' => array( 'path' => 'v2/leads', 'httpMethod' => 'PATCH', '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', @@ -860,14 +818,6 @@ class Google_Service_Partners extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMetadata.partnersSessionId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'requestMetadata.userOverrides.userId' => 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 index 2141b58f..0c194624 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AdWordsManagerAccountInfo.php @@ -1,6 +1,6 @@ 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 index f3bca347..566efdce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsDataPoint.php @@ -1,6 +1,6 @@ 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 index 798a62b8..7648572f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/AnalyticsSummary.php @@ -1,6 +1,6 @@ available; } + /** + * @param Google_Service_Partners_CountryOfferInfo + */ public function setCountryOfferInfos($countryOfferInfos) { $this->countryOfferInfos = $countryOfferInfos; } + /** + * @return Google_Service_Partners_CountryOfferInfo + */ public function getCountryOfferInfos() { return $this->countryOfferInfos; @@ -97,10 +103,16 @@ class Google_Service_Partners_AvailableOffer extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php index 0fb5a5f5..1743fa90 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Certification.php @@ -1,6 +1,6 @@ examStatuses = $examStatuses; } + /** + * @return Google_Service_Partners_CertificationExamStatus + */ public function getExamStatuses() { return $this->examStatuses; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php b/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php index 8b276dc2..3ad2289a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php @@ -1,6 +1,6 @@ badgeTier; } + /** + * @param Google_Service_Partners_CertificationStatus + */ public function setCertificationStatuses($certificationStatuses) { $this->certificationStatuses = $certificationStatuses; } + /** + * @return Google_Service_Partners_CertificationStatus + */ public function getCertificationStatuses() { return $this->certificationStatuses; @@ -89,10 +95,16 @@ class Google_Service_Partners_Company extends Google_Collection { 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; @@ -113,18 +125,30 @@ class Google_Service_Partners_Company extends Google_Collection { 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; @@ -137,10 +161,16 @@ class Google_Service_Partners_Company extends Google_Collection { 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; @@ -161,10 +191,16 @@ class Google_Service_Partners_Company extends Google_Collection { 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; @@ -177,18 +213,30 @@ class Google_Service_Partners_Company extends Google_Collection { 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; @@ -201,10 +249,16 @@ class Google_Service_Partners_Company extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php index abc07b63..cb7c37fd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CompanyRelation.php @@ -1,6 +1,6 @@ creationTime; } + public function setInternalCompanyId($internalCompanyId) + { + $this->internalCompanyId = $internalCompanyId; + } + public function getInternalCompanyId() + { + return $this->internalCompanyId; + } public function setIsPending($isPending) { $this->isPending = $isPending; @@ -115,6 +128,36 @@ class Google_Service_Partners_CompanyRelation extends Google_Collection { 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; @@ -131,10 +174,16 @@ class Google_Service_Partners_CompanyRelation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php b/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php index 5707192e..d9fd9f5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CountryOfferInfo.php @@ -1,6 +1,6 @@ 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 index 6a435771..22ed48ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/CreateLeadResponse.php @@ -1,6 +1,6 @@ lead = $lead; } + /** + * @return Google_Service_Partners_Lead + */ public function getLead() { return $this->lead; @@ -39,10 +45,16 @@ class Google_Service_Partners_CreateLeadResponse extends Google_Model { 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 index 3ad8c9db..3a33357d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/Date.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Date.php @@ -1,6 +1,6 @@ examId = $examId; - } - public function getExamId() - { - return $this->examId; - } - public function setExamType($examType) - { - $this->examType = $examType; - } - public function getExamType() - { - return $this->examType; - } - public function setToken($token) - { - $this->token = $token; - } - public function getToken() - { - return $this->token; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php index d16fae2d..fbfbaf7f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/GetCompanyResponse.php @@ -1,6 +1,6 @@ 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 index c505c2e7..2790f2c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/GetPartnersStatusResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/GetPartnersStatusResponse.php @@ -1,6 +1,6 @@ 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 index 652ba5bb..bff183db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/HistoricalOffer.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php index 4299a5de..f3c2326e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListAnalyticsResponse.php @@ -1,6 +1,6 @@ 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; @@ -50,10 +62,16 @@ class Google_Service_Partners_ListAnalyticsResponse extends Google_Collection { 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 index bed980c1..c4dd799c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListCompaniesResponse.php @@ -1,6 +1,6 @@ companies = $companies; } + /** + * @return Google_Service_Partners_Company + */ public function getCompanies() { return $this->companies; @@ -40,10 +46,16 @@ class Google_Service_Partners_ListCompaniesResponse extends Google_Collection { 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 index c48ea416..28763f6a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListLeadsResponse.php @@ -1,6 +1,6 @@ leads = $leads; } + /** + * @return Google_Service_Partners_Lead + */ public function getLeads() { return $this->leads; @@ -41,10 +47,16 @@ class Google_Service_Partners_ListLeadsResponse extends Google_Collection { 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/ListOffersHistoryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.php index 382321ce..e493f5c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersHistoryResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php index b538076b..dab2d22f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListOffersResponse.php @@ -1,6 +1,6 @@ availableOffers = $availableOffers; } + /** + * @return Google_Service_Partners_AvailableOffer + */ public function getAvailableOffers() { return $this->availableOffers; @@ -40,10 +46,16 @@ class Google_Service_Partners_ListOffersResponse extends Google_Collection { 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 index 18dda569..06df3f30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/ListUserStatesResponse.php @@ -1,6 +1,6 @@ responseMetadata = $responseMetadata; } + /** + * @return Google_Service_Partners_ResponseMetadata + */ public function getResponseMetadata() { return $this->responseMetadata; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php index aad12cc3..f4c63f6b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LocalizedCompanyInfo.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php index 19f76180..6a5122f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageRequest.php @@ -1,6 +1,6 @@ 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 index e29a824b..2ffd3514 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogMessageResponse.php @@ -1,6 +1,6 @@ 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 index c374c91a..3d670c91 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventRequest.php @@ -1,6 +1,6 @@ eventCategory; } + /** + * @param Google_Service_Partners_EventData + */ public function setEventDatas($eventDatas) { $this->eventDatas = $eventDatas; } + /** + * @return Google_Service_Partners_EventData + */ public function getEventDatas() { return $this->eventDatas; @@ -61,18 +67,30 @@ class Google_Service_Partners_LogUserEventRequest extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php index 3584f2bf..e931c782 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/LogUserEventResponse.php @@ -1,6 +1,6 @@ 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 index 60d94e63..3507a470 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/Money.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Money.php @@ -1,6 +1,6 @@ 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 index f319c215..4a15c863 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.php @@ -1,6 +1,6 @@ - * $partnersService = new Google_Service_Partners(...); - * $exams = $partnersService->exams; - * - */ -class Google_Service_Partners_Resource_Exams extends Google_Service_Resource -{ - /** - * Gets an Exam Token for a Partner's user to take an exam in the Exams System - * (exams.getToken) - * - * @param string $examType The exam type we are requesting a token for. - * @param array $optParams Optional parameters. - * - * @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. - * @opt_param string requestMetadata.locale Locale to use for the current - * request. - * @return Google_Service_Partners_ExamToken - */ - public function getToken($examType, $optParams = array()) - { - $params = array('examType' => $examType); - $params = array_merge($params, $optParams); - return $this->call('getToken', array($params), "Google_Service_Partners_ExamToken"); - } -} 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 index 1ad2cf6a..f0d868e0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/Resource/Leads.php @@ -1,6 +1,6 @@ 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 index 234b1ef6..4aa98e8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/SpecializationStatus.php @@ -1,6 +1,6 @@ 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; @@ -67,10 +95,16 @@ class Google_Service_Partners_User extends Google_Collection { 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; @@ -83,6 +117,14 @@ class Google_Service_Partners_User extends Google_Collection { return $this->id; } + public function setInternalId($internalId) + { + $this->internalId = $internalId; + } + public function getInternalId() + { + return $this->internalId; + } public function setLastAccessTime($lastAccessTime) { $this->lastAccessTime = $lastAccessTime; @@ -99,18 +141,30 @@ class Google_Service_Partners_User extends Google_Collection { 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 index 12c9e9e2..6f106a9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php +++ b/vendor/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php @@ -1,6 +1,6 @@ address = $address; } + /** + * @return Google_Service_Partners_Location + */ public function getAddress() { return $this->address; @@ -67,10 +74,16 @@ class Google_Service_Partners_UserProfile extends Google_Collection { 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; @@ -123,6 +136,14 @@ class Google_Service_Partners_UserProfile extends Google_Collection { return $this->markets; } + public function setMigrateToAfa($migrateToAfa) + { + $this->migrateToAfa = $migrateToAfa; + } + public function getMigrateToAfa() + { + return $this->migrateToAfa; + } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; diff --git a/vendor/google/apiclient-services/src/Google/Service/People.php b/vendor/google/apiclient-services/src/Google/Service/People.php index 30c0f795..60f2ca67 100644 --- a/vendor/google/apiclient-services/src/Google/Service/People.php +++ b/vendor/google/apiclient-services/src/Google/Service/People.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'sortOrder' => array( + 'location' => 'query', + 'type' => 'string', + ), 'requestSyncToken' => array( 'location' => 'query', 'type' => 'boolean', @@ -135,19 +139,15 @@ class Google_Service_People extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'requestMask.includeField' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), - 'syncToken' => array( + 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), - 'sortOrder' => array( + '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 index 2c0569df..48b7e9a0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/People/Address.php +++ b/vendor/google/apiclient-services/src/Google/Service/People/Address.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), - 'title' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'videoIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'altIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'pphNames' => array( 'location' => 'query', 'type' => 'string', @@ -123,6 +101,28 @@ class Google_Service_PlayMovies extends Google_Service '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, + ), ), ), ) @@ -158,28 +158,6 @@ class Google_Service_PlayMovies extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'videoIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'customId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pphNames' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'status' => array( 'location' => 'query', 'type' => 'string', @@ -194,6 +172,28 @@ class Google_Service_PlayMovies extends Google_Service '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, + ), ), ), ) @@ -214,33 +214,6 @@ class Google_Service_PlayMovies extends Google_Service 'type' => 'string', 'required' => true, ), - 'name' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'studioNames' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'seasonIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'videoId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'videoIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -260,6 +233,33 @@ class Google_Service_PlayMovies extends Google_Service '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', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php index 2486e4e2..37852ae3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Avail.php @@ -1,6 +1,6 @@ altCutIds = $altCutIds; - } - public function getAltCutIds() - { - return $this->altCutIds; - } - public function setApprovedTime($approvedTime) - { - $this->approvedTime = $approvedTime; - } - public function getApprovedTime() - { - return $this->approvedTime; - } - public function setComponentDetailType($componentDetailType) - { - $this->componentDetailType = $componentDetailType; - } - public function getComponentDetailType() - { - return $this->componentDetailType; - } - public function setComponentId($componentId) - { - $this->componentId = $componentId; - } - public function getComponentId() - { - return $this->componentId; - } - public function setCustomIds($customIds) - { - $this->customIds = $customIds; - } - public function getCustomIds() - { - return $this->customIds; - } - public function setEditLevelEidrs($editLevelEidrs) - { - $this->editLevelEidrs = $editLevelEidrs; - } - public function getEditLevelEidrs() - { - return $this->editLevelEidrs; - } - public function setElIds($elIds) - { - $this->elIds = $elIds; - } - public function getElIds() - { - return $this->elIds; - } - public function setFilename($filename) - { - $this->filename = $filename; - } - public function getFilename() - { - return $this->filename; - } - 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 setPlayableUnitType($playableUnitType) - { - $this->playableUnitType = $playableUnitType; - } - public function getPlayableUnitType() - { - return $this->playableUnitType; - } - 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 setProcessingErrors($processingErrors) - { - $this->processingErrors = $processingErrors; - } - public function getProcessingErrors() - { - return $this->processingErrors; - } - 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 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 setTitleLevelEidrs($titleLevelEidrs) - { - $this->titleLevelEidrs = $titleLevelEidrs; - } - public function getTitleLevelEidrs() - { - return $this->titleLevelEidrs; - } - public function setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ExperienceLocale.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ExperienceLocale.php deleted file mode 100644 index 5be5eb00..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ExperienceLocale.php +++ /dev/null @@ -1,229 +0,0 @@ -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/PlayMovies/ListAvailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.php index d9d0b024..dc391cec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListAvailsResponse.php @@ -1,6 +1,6 @@ avails = $avails; } + /** + * @return Google_Service_PlayMovies_Avail + */ public function getAvails() { return $this->avails; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListComponentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListComponentsResponse.php deleted file mode 100644 index 0b7d6d1d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListComponentsResponse.php +++ /dev/null @@ -1,50 +0,0 @@ -components = $components; - } - public function getComponents() - { - return $this->components; - } - 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/ListExperienceLocalesResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListExperienceLocalesResponse.php deleted file mode 100644 index 759d168a..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListExperienceLocalesResponse.php +++ /dev/null @@ -1,50 +0,0 @@ -experienceLocales = $experienceLocales; - } - public function getExperienceLocales() - { - return $this->experienceLocales; - } - 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 index 4310ffa8..5dccb501 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListOrdersResponse.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_PlayMovies_Order + */ public function setOrders($orders) { $this->orders = $orders; } + /** + * @return Google_Service_PlayMovies_Order + */ public function getOrders() { return $this->orders; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php index cf6ee714..c091c1b6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/ListStoreInfosResponse.php @@ -1,6 +1,6 @@ nextPageToken; } + /** + * @param Google_Service_PlayMovies_StoreInfo + */ public function setStoreInfos($storeInfos) { $this->storeInfos = $storeInfos; } + /** + * @return Google_Service_PlayMovies_StoreInfo + */ public function getStoreInfos() { return $this->storeInfos; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php index 9566397d..2ae69249 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Order.php @@ -1,6 +1,6 @@ - * $playmoviespartnerService = new Google_Service_PlayMovies(...); - * $components = $playmoviespartnerService->components; - * - */ -class Google_Service_PlayMovies_Resource_AccountsComponents extends Google_Service_Resource -{ - /** - * List Components owned or managed by the partner. See _Authentication and - * Authorization rules_ and _List methods rules_ for more information about this - * method. (components.listAccountsComponents) - * - * @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 Components that match a given title- - * level EIDR. - * @opt_param string editLevelEidr Filter Components that match a given edit- - * level EIDR. - * @opt_param string status Filter Components that match one of the given - * status. - * @opt_param string customId Filter Components that match a case-insensitive - * partner-specific custom id. - * @opt_param string inventoryId InventoryID available in Common Manifest. - * @opt_param string presentationId PresentationID available in Common Manifest. - * @opt_param string playableSequenceId PlayableSequenceID available in Common - * Manifest. - * @opt_param string elId Experience ID, as defined by Google. - * @opt_param string altCutId Filter Components that match a case-insensitive, - * partner-specific Alternative Cut ID. - * @opt_param string filename Filter Components that match a case-insensitive - * substring of the physical name of the delivered file. - * @return Google_Service_PlayMovies_ListComponentsResponse - */ - public function listAccountsComponents($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_PlayMovies_ListComponentsResponse"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsComponentsType.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsComponentsType.php deleted file mode 100644 index e19aa37d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsComponentsType.php +++ /dev/null @@ -1,44 +0,0 @@ - - * $playmoviespartnerService = new Google_Service_PlayMovies(...); - * $type = $playmoviespartnerService->type; - * - */ -class Google_Service_PlayMovies_Resource_AccountsComponentsType extends Google_Service_Resource -{ - /** - * Get a Component given its id. (type.get) - * - * @param string $accountId REQUIRED. See _General rules_ for more information - * about this field. - * @param string $componentId REQUIRED. Component ID. - * @param string $type REQUIRED. Component Type. - * @param array $optParams Optional parameters. - * @return Google_Service_PlayMovies_Component - */ - public function get($accountId, $componentId, $type, $optParams = array()) - { - $params = array('accountId' => $accountId, 'componentId' => $componentId, 'type' => $type); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_PlayMovies_Component"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsExperienceLocales.php b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsExperienceLocales.php deleted file mode 100644 index 5100b158..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsExperienceLocales.php +++ /dev/null @@ -1,79 +0,0 @@ - - * $playmoviespartnerService = new Google_Service_PlayMovies(...); - * $experienceLocales = $playmoviespartnerService->experienceLocales; - * - */ -class Google_Service_PlayMovies_Resource_AccountsExperienceLocales 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_PlayMovies_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_PlayMovies_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_PlayMovies_ListExperienceLocalesResponse - */ - public function listAccountsExperienceLocales($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_PlayMovies_ListExperienceLocalesResponse"); - } -} 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 index 0909ddd3..dc093441 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlayMovies/Resource/AccountsOrders.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_Plus_PlusAclentryResource + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Plus_PlusAclentryResource + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php index c375517b..bcd61f02 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Activity.php @@ -1,6 +1,6 @@ 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; @@ -115,18 +127,30 @@ class Google_Service_Plus_Activity extends Google_Model { 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; @@ -147,10 +171,16 @@ class Google_Service_Plus_Activity extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php index 68514e9c..cb0d0686 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActor.php @@ -1,6 +1,6 @@ clientSpecificActorInfo = $clientSpecificActorInfo; } + /** + * @return Google_Service_Plus_ActivityActorClientSpecificActorInfo + */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; @@ -53,18 +59,30 @@ class Google_Service_Plus_ActivityActor extends Google_Model { 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; @@ -77,10 +95,16 @@ class Google_Service_Plus_ActivityActor extends Google_Model { 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 index 22c5caa1..46eee660 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfo.php @@ -1,6 +1,6 @@ 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 index 0de9b6f5..4dd475ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Plus_Activity + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Plus_Activity + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php index aa682d09..487f52e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObject.php @@ -1,6 +1,6 @@ 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; @@ -82,26 +94,44 @@ class Google_Service_Plus_ActivityObject extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php index 786d35d0..928d2cca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActor.php @@ -1,6 +1,6 @@ clientSpecificActorInfo = $clientSpecificActorInfo; } + /** + * @return Google_Service_Plus_ActivityObjectActorClientSpecificActorInfo + */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; @@ -51,10 +57,16 @@ class Google_Service_Plus_ActivityObjectActor extends Google_Model { 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; @@ -67,10 +79,16 @@ class Google_Service_Plus_ActivityObjectActor extends Google_Model { 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 index 0c8c8069..eee4f100 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfo.php @@ -1,6 +1,6 @@ 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 index 991c6d73..6a6cb93c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php @@ -1,6 +1,6 @@ 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; @@ -72,10 +84,16 @@ class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection { 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; @@ -88,10 +106,16 @@ class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php index 56317771..78c29e0d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsEmbed.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php index b2355287..20cb3466 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/ActivityObjectAttachmentsThumbnailsImage.php @@ -1,6 +1,6 @@ actor = $actor; } + /** + * @return Google_Service_Plus_CommentActor + */ public function getActor() { return $this->actor; @@ -58,10 +64,16 @@ class Google_Service_Plus_Comment extends Google_Collection { 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; @@ -74,18 +86,30 @@ class Google_Service_Plus_Comment extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php index e73f3bf3..2b3dd72b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php @@ -1,6 +1,6 @@ clientSpecificActorInfo = $clientSpecificActorInfo; } + /** + * @return Google_Service_Plus_CommentActorClientSpecificActorInfo + */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; @@ -51,10 +57,16 @@ class Google_Service_Plus_CommentActor extends Google_Model { 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; @@ -67,10 +79,16 @@ class Google_Service_Plus_CommentActor extends Google_Model { 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 index 836950ff..880dd34f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfo.php @@ -1,6 +1,6 @@ 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 index bd055736..d3c4c604 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActorClientSpecificActorInfoYoutubeActorInfo.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Plus_Comment + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Plus_Comment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php index 8181cdf6..8cfdb641 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/CommentInReplyTo.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Plus_Person + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Plus_Person + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php b/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php index 32592e12..006f5771 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/Person.php @@ -1,6 +1,6 @@ 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; @@ -97,10 +103,16 @@ class Google_Service_Plus_Person extends Google_Collection { 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; @@ -129,10 +141,16 @@ class Google_Service_Plus_Person extends Google_Collection { 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; @@ -161,10 +179,16 @@ class Google_Service_Plus_Person extends Google_Collection { 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; @@ -193,10 +217,16 @@ class Google_Service_Plus_Person extends Google_Collection { 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; @@ -225,18 +255,30 @@ class Google_Service_Plus_Person extends Google_Collection { 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; @@ -281,10 +323,16 @@ class Google_Service_Plus_Person extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php index e4a00a23..a7f68d22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonAgeRange.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php index d5b55da1..11071c39 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCoverCoverInfo.php @@ -1,6 +1,6 @@ address = $address; } + /** + * @return Google_Service_Plus_PlaceAddress + */ public function getAddress() { return $this->address; @@ -57,10 +63,16 @@ class Google_Service_Plus_Place extends Google_Model { 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 index 78c4beac..7c63d5b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.php +++ b/vendor/google/apiclient-services/src/Google/Service/Plus/PlaceAddress.php @@ -1,6 +1,6 @@ domainRestricted; } + /** + * @param Google_Service_PlusDomains_PlusDomainsAclentryResource + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_PlusDomains_PlusDomainsAclentryResource + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php index 1f2df37e..b463c785 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Activity.php @@ -1,6 +1,6 @@ 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; @@ -115,18 +127,30 @@ class Google_Service_PlusDomains_Activity extends Google_Model { 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; @@ -147,10 +171,16 @@ class Google_Service_PlusDomains_Activity extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php index 97e58265..8b5c087b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActor.php @@ -1,6 +1,6 @@ clientSpecificActorInfo = $clientSpecificActorInfo; } + /** + * @return Google_Service_PlusDomains_ActivityActorClientSpecificActorInfo + */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; @@ -53,18 +59,30 @@ class Google_Service_PlusDomains_ActivityActor extends Google_Model { 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; @@ -77,10 +95,16 @@ class Google_Service_PlusDomains_ActivityActor extends Google_Model { 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 index bba5a0dc..0369567e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfo.php @@ -1,6 +1,6 @@ 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 index 1d255ac4..b62c690c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityActorClientSpecificActorInfoYoutubeActorInfo.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_PlusDomains_Activity + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_PlusDomains_Activity + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php index a8bc9b86..b0a58a41 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObject.php @@ -1,6 +1,6 @@ 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; @@ -84,34 +96,58 @@ class Google_Service_PlusDomains_ActivityObject extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php index 9376ad40..ed853eff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActor.php @@ -1,6 +1,6 @@ clientSpecificActorInfo = $clientSpecificActorInfo; } + /** + * @return Google_Service_PlusDomains_ActivityObjectActorClientSpecificActorInfo + */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; @@ -51,10 +57,16 @@ class Google_Service_PlusDomains_ActivityObjectActor extends Google_Model { 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; @@ -67,10 +79,16 @@ class Google_Service_PlusDomains_ActivityObjectActor extends Google_Model { 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 index 0188e502..e05441bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfo.php @@ -1,6 +1,6 @@ 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 index 1105e125..ff87697e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo.php @@ -1,6 +1,6 @@ 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; @@ -74,10 +86,16 @@ class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collec { 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; @@ -90,18 +108,30 @@ class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collec { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php index c2c0c591..d61c75a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsEmbed.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php index 70e1c5de..b7dbfa22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/ActivityObjectAttachmentsThumbnailsImage.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php index 65a3ec45..a7b1c9ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/AudiencesFeed.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_PlusDomains_Audience + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_PlusDomains_Audience + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php index c21061aa..8b3a83c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Circle.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php index 78eb2af4..404a0877 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CircleFeed.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_PlusDomains_Circle + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_PlusDomains_Circle + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php index 1d3c63c6..1cd14ece 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CirclePeople.php @@ -1,6 +1,6 @@ actor = $actor; } + /** + * @return Google_Service_PlusDomains_CommentActor + */ public function getActor() { return $this->actor; @@ -58,10 +64,16 @@ class Google_Service_PlusDomains_Comment extends Google_Collection { 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; @@ -74,18 +86,30 @@ class Google_Service_PlusDomains_Comment extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php index 3477f1f0..48e565c6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActor.php @@ -1,6 +1,6 @@ clientSpecificActorInfo = $clientSpecificActorInfo; } + /** + * @return Google_Service_PlusDomains_CommentActorClientSpecificActorInfo + */ public function getClientSpecificActorInfo() { return $this->clientSpecificActorInfo; @@ -51,10 +57,16 @@ class Google_Service_PlusDomains_CommentActor extends Google_Model { 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; @@ -67,10 +79,16 @@ class Google_Service_PlusDomains_CommentActor extends Google_Model { 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 index b09cab3c..c99d7623 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfo.php @@ -1,6 +1,6 @@ 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 index 6e1652e5..63f73097 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentActorClientSpecificActorInfoYoutubeActorInfo.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_PlusDomains_Comment + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_PlusDomains_Comment + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php index 5d37cbeb..33706989 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/CommentInReplyTo.php @@ -1,6 +1,6 @@ author = $author; } + /** + * @return Google_Service_PlusDomains_MediaAuthor + */ public function getAuthor() { return $this->author; @@ -64,10 +70,16 @@ class Google_Service_PlusDomains_Media extends Google_Collection { 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; @@ -128,10 +140,16 @@ class Google_Service_PlusDomains_Media extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php index 26edbf06..a0647e45 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthor.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php index 03ee3257..93cd3c58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/MediaAuthorImage.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_PlusDomains_Person + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_PlusDomains_Person + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php index f1f0fa78..559f265e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/Person.php @@ -1,6 +1,6 @@ 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; @@ -118,10 +124,16 @@ class Google_Service_PlusDomains_Person extends Google_Collection { 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; @@ -150,10 +162,16 @@ class Google_Service_PlusDomains_Person extends Google_Collection { 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; @@ -174,10 +192,16 @@ class Google_Service_PlusDomains_Person extends Google_Collection { 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; @@ -206,18 +230,30 @@ class Google_Service_PlusDomains_Person extends Google_Collection { 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; @@ -262,10 +298,16 @@ class Google_Service_PlusDomains_Person extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php index a309e77b..b8af2d69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCover.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php index f034e41e..669b7462 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PersonCoverCoverInfo.php @@ -1,6 +1,6 @@ address = $address; } + /** + * @return Google_Service_PlusDomains_PlaceAddress + */ public function getAddress() { return $this->address; @@ -57,10 +63,16 @@ class Google_Service_PlusDomains_Place extends Google_Model { 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 index e5cff510..b6c051bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.php +++ b/vendor/google/apiclient-services/src/Google/Service/PlusDomains/PlaceAddress.php @@ -1,6 +1,6 @@ dataDescription = $dataDescription; } + /** + * @return Google_Service_Prediction_AnalyzeDataDescription + */ public function getDataDescription() { return $this->dataDescription; @@ -59,10 +65,16 @@ class Google_Service_Prediction_Analyze extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php index 85d3265e..c838831d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescription.php @@ -1,6 +1,6 @@ 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 index 046c980b..73219911 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeatures.php @@ -1,6 +1,6 @@ categorical = $categorical; } + /** + * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical + */ public function getCategorical() { return $this->categorical; @@ -41,18 +47,30 @@ class Google_Service_Prediction_AnalyzeDataDescriptionFeatures extends Google_Mo { 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 index e8f738cd..aa6b3bd6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategorical.php @@ -1,6 +1,6 @@ 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 index d3ba6872..a84091a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionFeaturesCategoricalValues.php @@ -1,6 +1,6 @@ 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 index 9d9859c0..4e39058c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/AnalyzeDataDescriptionOutputFeatureNumeric.php @@ -1,6 +1,6 @@ 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 index ee7e6293..ce1d5916 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/Input.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Input.php @@ -1,6 +1,6 @@ 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 index e4235be7..815a769d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/InputInput.php @@ -1,6 +1,6 @@ storagePMMLModelLocation; } + /** + * @param Google_Service_Prediction_InsertTrainingInstances + */ public function setTrainingInstances($trainingInstances) { $this->trainingInstances = $trainingInstances; } + /** + * @return Google_Service_Prediction_InsertTrainingInstances + */ public function getTrainingInstances() { return $this->trainingInstances; diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php index 8bc3b4d1..5c907ef0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php index 38651648..09de3cba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2ModelInfo.php @@ -1,6 +1,6 @@ outputLabel; } + /** + * @param Google_Service_Prediction_OutputOutputMulti + */ public function setOutputMulti($outputMulti) { $this->outputMulti = $outputMulti; } + /** + * @return Google_Service_Prediction_OutputOutputMulti + */ public function getOutputMulti() { return $this->outputMulti; diff --git a/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php b/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php index cbeee94d..2f990cf9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/OutputOutputMulti.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Prediction_Insert2 + */ public function getItems() { return $this->items; 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 index 57ce7fae..097f7a76 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.php +++ b/vendor/google/apiclient-services/src/Google/Service/Prediction/Resource/Hostedmodels.php @@ -1,6 +1,6 @@ 'v1beta1/beacons', 'httpMethod' => 'GET', 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'q' => array( 'location' => 'query', 'type' => 'string', @@ -156,10 +160,6 @@ class Google_Service_Proximitybeacon extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'projectId' => array( 'location' => 'query', 'type' => 'string', @@ -253,11 +253,11 @@ class Google_Service_Proximitybeacon extends Google_Service 'type' => 'string', 'required' => true, ), - 'namespacedType' => array( + 'projectId' => array( 'location' => 'query', 'type' => 'string', ), - 'projectId' => array( + 'namespacedType' => array( 'location' => 'query', 'type' => 'string', ), @@ -281,6 +281,10 @@ class Google_Service_Proximitybeacon extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -289,10 +293,6 @@ class Google_Service_Proximitybeacon extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'projectId' => array( 'location' => 'query', 'type' => 'string', diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php index de73fa61..235cd350 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/AdvertisedId.php @@ -1,6 +1,6 @@ data; } + public function setMaxDistanceMeters($maxDistanceMeters) + { + $this->maxDistanceMeters = $maxDistanceMeters; + } + public function getMaxDistanceMeters() + { + return $this->maxDistanceMeters; + } public function setNamespacedType($namespacedType) { $this->namespacedType = $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 index e2713f2e..b0cbe7aa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Beacon.php @@ -1,6 +1,6 @@ advertisedId = $advertisedId; } + /** + * @return Google_Service_Proximitybeacon_AdvertisedId + */ public function getAdvertisedId() { return $this->advertisedId; @@ -57,10 +63,16 @@ class Google_Service_Proximitybeacon_Beacon extends Google_Model { 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; @@ -73,18 +85,30 @@ class Google_Service_Proximitybeacon_Beacon extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php index 05d76e8c..1163b7eb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconAttachment.php @@ -1,6 +1,6 @@ data; } + public function setMaxDistanceMeters($maxDistanceMeters) + { + $this->maxDistanceMeters = $maxDistanceMeters; + } + public function getMaxDistanceMeters() + { + return $this->maxDistanceMeters; + } public function setNamespacedType($namespacedType) { $this->namespacedType = $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 index cd360398..37f85c46 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/BeaconInfo.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.php index 14b2ebbc..9e03322e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Date.php @@ -1,6 +1,6 @@ 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 index 0859c14b..2753256c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/EphemeralIdRegistration.php @@ -1,6 +1,6 @@ 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 index 8522a546..523e3f97 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/GetInfoForObservedBeaconsResponse.php @@ -1,6 +1,6 @@ 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 index a2506345..e64926a7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/IndoorLevel.php @@ -1,6 +1,6 @@ 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 index 3a9d6eaf..b4602339 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListBeaconsResponse.php @@ -1,6 +1,6 @@ beacons = $beacons; } + /** + * @return Google_Service_Proximitybeacon_Beacon + */ public function getBeacons() { return $this->beacons; diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php index e60e49f7..2352d328 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListDiagnosticsResponse.php @@ -1,6 +1,6 @@ diagnostics = $diagnostics; } + /** + * @return Google_Service_Proximitybeacon_Diagnostics + */ public function getDiagnostics() { return $this->diagnostics; diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php index 2fc56989..3948837a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ListNamespacesResponse.php @@ -1,6 +1,6 @@ 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 index d8095521..d19e88ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Observation.php @@ -1,6 +1,6 @@ advertisedId = $advertisedId; } + /** + * @return Google_Service_Proximitybeacon_AdvertisedId + */ public function getAdvertisedId() { return $this->advertisedId; diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php index 5bcf3afb..1383ec32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/ProximitybeaconEmpty.php @@ -1,6 +1,6 @@ array( - 'getIamPolicy' => 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( @@ -71,6 +102,34 @@ class Google_Service_Pubsub extends Google_Service 'required' => true, ), ), + ),'list' => array( + 'path' => 'v1/{+project}/snapshots', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => 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, + ), + ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', @@ -189,6 +248,16 @@ class Google_Service_Pubsub extends Google_Service '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', @@ -199,6 +268,16 @@ class Google_Service_Pubsub extends Google_Service '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', @@ -278,14 +357,14 @@ class Google_Service_Pubsub extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'publish' => array( 'path' => 'v1/{+topic}:publish', @@ -321,6 +400,34 @@ class Google_Service_Pubsub extends Google_Service ) ) ); + $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, diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php index 7b00a19f..3481c6fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/AcknowledgeRequest.php @@ -1,6 +1,6 @@ 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/ListTopicSubscriptionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.php index d600e582..7a550bc2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ListTopicSubscriptionsResponse.php @@ -1,6 +1,6 @@ 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/ModifyAckDeadlineRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.php index 05277801..84c5b586 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/ModifyAckDeadlineRequest.php @@ -1,6 +1,6 @@ pushConfig = $pushConfig; } + /** + * @return Google_Service_Pubsub_PushConfig + */ public function getPushConfig() { return $this->pushConfig; diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php index 556af7b9..b692d050 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Policy.php @@ -1,6 +1,6 @@ bindings = $bindings; } + /** + * @return Google_Service_Pubsub_Binding + */ public function getBindings() { return $this->bindings; diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php index a3a8db7f..ce2f1c58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishRequest.php @@ -1,6 +1,6 @@ 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 index c639c407..1d56d1d0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PublishResponse.php @@ -1,6 +1,6 @@ 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 index 80c68a02..87bfc7f6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/PushConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/PushConfig.php @@ -1,6 +1,6 @@ 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 index 6b637693..0269ba02 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/Projects.php @@ -1,6 +1,6 @@ $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Pubsub_Snapshot"); + } + /** + * Removes an existing snapshot. 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. [ALPHA] This + * method is a part of a closed Alpha API. (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. [ALPHA] This method is a part + * of a closed Alpha API. (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. `resource` is usually specified as a path. For example, a Project - * resource is specified as `projects/{project}`. + * requested. See the operation documentation for the appropriate value for this + * field. * @param array $optParams Optional parameters. * @return Google_Service_Pubsub_Policy */ @@ -41,13 +104,50 @@ class Google_Service_Pubsub_Resource_ProjectsSnapshots extends Google_Service_Re $params = array_merge($params, $optParams); return $this->call('getIamPolicy', array($params), "Google_Service_Pubsub_Policy"); } + /** + * Lists the existing snapshots. [ALPHA] This method is a part of a closed Alpha + * API. (snapshots.listProjectsSnapshots) + * + * @param string $project The name of the cloud project that snapshots belong + * to. Format is `projects/{project}`. + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum number of snapshots to return. + * @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. + * @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. Note that certain properties of a snapshot are + * not modifiable. [ALPHA] This method is a part of a closed Alpha API. + * (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. (snapshots.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being - * specified. `resource` is usually specified as a path. For example, a Project - * resource is specified as `projects/{project}`. + * 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 @@ -68,8 +168,8 @@ class Google_Service_Pubsub_Resource_ProjectsSnapshots extends Google_Service_Re * "fail open" without warning. (snapshots.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is - * being requested. `resource` is usually specified as a path. For example, a - * Project resource is specified as `projects/{project}`. + * 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 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 index f649aecc..84a377c1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php @@ -1,6 +1,6 @@ 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. Returns an empty list if there are no * messages available in the backlog. The server may return `UNAVAILABLE` if @@ -201,13 +221,29 @@ class Google_Service_Pubsub_Resource_ProjectsSubscriptions extends Google_Servic $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. [ALPHA] This method is a part of a + * closed Alpha API. (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. (subscriptions.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being - * specified. `resource` is usually specified as a path. For example, a Project - * resource is specified as `projects/{project}`. + * 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 @@ -228,8 +264,8 @@ class Google_Service_Pubsub_Resource_ProjectsSubscriptions extends Google_Servic * "fail open" without warning. (subscriptions.testIamPermissions) * * @param string $resource REQUIRED: The resource for which the policy detail is - * being requested. `resource` is usually specified as a path. For example, a - * Project resource is specified as `projects/{project}`. + * 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 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 index 66c123ad..720523d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_Pubsub_Policy + */ public function getPolicy() { return $this->policy; diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php index 78a3681b..fdd9a9e1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Subscription.php @@ -1,6 +1,6 @@ ackDeadlineSeconds; } + public function setMessageRetentionDuration($messageRetentionDuration) + { + $this->messageRetentionDuration = $messageRetentionDuration; + } + public function getMessageRetentionDuration() + { + return $this->messageRetentionDuration; + } public function setName($name) { $this->name = $name; @@ -39,14 +49,28 @@ class Google_Service_Pubsub_Subscription extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php index 10bd3323..a3bd47a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/TestIamPermissionsRequest.php @@ -1,6 +1,6 @@ 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; @@ -70,10 +94,16 @@ class Google_Service_QPXExpress_Data extends Google_Collection { 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 index 169cef34..7cb920a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/FareInfo.php @@ -1,6 +1,6 @@ bagDescriptor = $bagDescriptor; } + /** + * @return Google_Service_QPXExpress_BagDescriptor + */ public function getBagDescriptor() { return $this->bagDescriptor; diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php index 5236889a..cac3efa8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/LegInfo.php @@ -1,6 +1,6 @@ baseFareTotal; } + /** + * @param Google_Service_QPXExpress_FareInfo + */ public function setFare($fare) { $this->fare = $fare; } + /** + * @return Google_Service_QPXExpress_FareInfo + */ public function getFare() { return $this->fare; @@ -76,10 +82,16 @@ class Google_Service_QPXExpress_PricingInfo extends Google_Collection { 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; @@ -124,18 +136,30 @@ class Google_Service_QPXExpress_PricingInfo extends Google_Collection { 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 index ad988c59..c72c65c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/Resource/Trips.php @@ -1,6 +1,6 @@ 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; @@ -96,10 +102,16 @@ class Google_Service_QPXExpress_SegmentInfo extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php index 5c9e3a1f..d9302dc2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SegmentPricing.php @@ -1,6 +1,6 @@ fareId; } + /** + * @param Google_Service_QPXExpress_FreeBaggageAllowance + */ public function setFreeBaggageOption($freeBaggageOption) { $this->freeBaggageOption = $freeBaggageOption; } + /** + * @return Google_Service_QPXExpress_FreeBaggageAllowance + */ public function getFreeBaggageOption() { return $this->freeBaggageOption; diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php index ea1ebe76..4cdffece 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php @@ -1,6 +1,6 @@ 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 index ec918b4a..d4b88de9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInput.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInput.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php index dfcf9af2..b8be6be4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TaxData.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_QPXExpress_PricingInfo + */ public function setPricing($pricing) { $this->pricing = $pricing; } + /** + * @return Google_Service_QPXExpress_PricingInfo + */ public function getPricing() { return $this->pricing; @@ -58,10 +64,16 @@ class Google_Service_QPXExpress_TripOption extends Google_Collection { 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 index efdd2f6c..e524548b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsRequest.php @@ -1,6 +1,6 @@ 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; @@ -60,10 +66,16 @@ class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php index aec30743..a92c560a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripOptionsResponse.php @@ -1,6 +1,6 @@ data = $data; } + /** + * @return Google_Service_QPXExpress_Data + */ public function getData() { return $this->data; @@ -49,10 +55,16 @@ class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection { 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 index c6cdd3ff..0766d994 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchRequest.php @@ -1,6 +1,6 @@ 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 index 43f2fcce..f5d070d0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/QPXExpress/TripsSearchResponse.php @@ -1,6 +1,6 @@ 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/Replicapool.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool.php index 866b294d..607ab9bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool.php @@ -1,6 +1,6 @@ autoHealingPolicies = $autoHealingPolicies; } + /** + * @return Google_Service_Replicapool_ReplicaPoolAutoHealingPolicy + */ public function getAutoHealingPolicies() { return $this->autoHealingPolicies; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagerList.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagerList.php index bfeb29da..0b934269 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagerList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagerList.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Replicapool_InstanceGroupManager + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Replicapool_InstanceGroupManager + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagersAbandonInstancesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagersAbandonInstancesRequest.php index 92679f67..e4aac8a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagersAbandonInstancesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/InstanceGroupManagersAbandonInstancesRequest.php @@ -1,6 +1,6 @@ endTime; } + /** + * @param Google_Service_Replicapool_OperationError + */ public function setError(Google_Service_Replicapool_OperationError $error) { $this->error = $error; } + /** + * @return Google_Service_Replicapool_OperationError + */ public function getError() { return $this->error; @@ -203,10 +209,16 @@ class Google_Service_Replicapool_Operation extends Google_Collection { return $this->user; } + /** + * @param Google_Service_Replicapool_OperationWarnings + */ public function setWarnings($warnings) { $this->warnings = $warnings; } + /** + * @return Google_Service_Replicapool_OperationWarnings + */ public function getWarnings() { return $this->warnings; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationError.php index e7445cc3..083286c8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationError.php @@ -1,6 +1,6 @@ errors = $errors; } + /** + * @return Google_Service_Replicapool_OperationErrorErrors + */ public function getErrors() { return $this->errors; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationErrorErrors.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationErrorErrors.php index 8827f7a5..44f907db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationErrorErrors.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Replicapool_Operation + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Replicapool_Operation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarnings.php index 251dd0be..694e3ec0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Replicapool_OperationWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Replicapool_OperationWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarningsData.php index 1f9d0913..bb04d214 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapool/OperationWarningsData.php @@ -1,6 +1,6 @@ error = $error; } + /** + * @return Google_Service_Replicapoolupdater_InstanceUpdateError + */ public function getError() { return $this->error; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php index 22184541..d6992520 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateError.php @@ -1,6 +1,6 @@ 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 index f2ab73f9..bb203756 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/InstanceUpdateErrorErrors.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Replicapoolupdater_InstanceUpdate + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php index 5db33d80..b9f4ebee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/Operation.php @@ -1,6 +1,6 @@ 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; @@ -203,10 +209,16 @@ class Google_Service_Replicapoolupdater_Operation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php index b22a03f0..8dd76e81 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationError.php @@ -1,6 +1,6 @@ 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 index 3f2719f8..c89bcf71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationErrorErrors.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Replicapoolupdater_Operation + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Replicapoolupdater_Operation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php index 20745152..5bfc8e22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Replicapoolupdater_OperationWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Replicapoolupdater_OperationWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php index b5dd229a..e9add7a5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/OperationWarningsData.php @@ -1,6 +1,6 @@ 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; @@ -116,10 +122,16 @@ class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php index 9138b3ca..b544a706 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateError.php @@ -1,6 +1,6 @@ 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 index 7763a026..46c537a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdateErrorErrors.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Replicapoolupdater_RollingUpdate + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php index 257cd67d..ad731f5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Replicapoolupdater/RollingUpdatePolicy.php @@ -1,6 +1,6 @@ - * Fetches reports for the administrators of Google Apps customers about the - * usage, collaboration, security, and risk for their users. + * 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 @@ -41,6 +41,7 @@ class Google_Service_Reports extends Google_Service public $activities; public $channels; public $customerUsageReports; + public $entityUsageReports; public $userUsageReport; /** @@ -206,6 +207,56 @@ class Google_Service_Reports extends Google_Service ) ) ); + $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, diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php index fd2ec9f0..b1cc2548 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Activities.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Reports_Activity + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Reports_Activity + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php index 608bc02d..4189a7fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php @@ -1,6 +1,6 @@ actor = $actor; } + /** + * @return Google_Service_Reports_ActivityActor + */ public function getActor() { return $this->actor; @@ -45,18 +51,30 @@ class Google_Service_Reports_Activity extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php index 311fc13f..598327b8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityActor.php @@ -1,6 +1,6 @@ name; } + /** + * @param Google_Service_Reports_ActivityEventsParameters + */ public function setParameters($parameters) { $this->parameters = $parameters; } + /** + * @return Google_Service_Reports_ActivityEventsParameters + */ public function getParameters() { return $this->parameters; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php index 33ff073f..c4f51146 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/ActivityEventsParameters.php @@ -1,6 +1,6 @@ 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; @@ -58,10 +64,16 @@ class Google_Service_Reports_UsageReport extends Google_Collection { 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 index ee9299cb..0ae0af00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportEntity.php @@ -1,6 +1,6 @@ customerId; } + public function setEntityId($entityId) + { + $this->entityId = $entityId; + } + public function getEntityId() + { + return $this->entityId; + } public function setProfileId($profileId) { $this->profileId = $profileId; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php index 81b85c15..31c2c69c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportParameters.php @@ -1,6 +1,6 @@ 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 index 397f357a..3bb67973 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Reports_UsageReportsWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Reports_UsageReportsWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php index 2db80258..b987d224 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/UsageReportsWarningsData.php @@ -1,6 +1,6 @@ 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 index 7328be2d..93ea4a85 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php index 2e820233..b7c7c4d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/RenewalSettings.php @@ -1,6 +1,6 @@ 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; @@ -106,10 +112,16 @@ class Google_Service_Reseller_Subscription extends Google_Collection { 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; @@ -122,10 +134,16 @@ class Google_Service_Reseller_Subscription extends Google_Collection { 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; @@ -170,18 +188,30 @@ class Google_Service_Reseller_Subscription extends Google_Collection { 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 index e3ee1d79..9af34560 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlan.php @@ -1,6 +1,6 @@ commitmentInterval = $commitmentInterval; } + /** + * @return Google_Service_Reseller_SubscriptionPlanCommitmentInterval + */ public function getCommitmentInterval() { return $this->commitmentInterval; diff --git a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php index 69f2bccd..8181c62a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reseller/SubscriptionPlanCommitmentInterval.php @@ -1,6 +1,6 @@ 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 index 80d3bd3e..074bae01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews.php @@ -1,6 +1,6 @@ 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; @@ -203,10 +209,16 @@ class Google_Service_Resourceviews_Operation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php index 5aea2113..aee28c2d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationError.php @@ -1,6 +1,6 @@ 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 index bcbc36ed..13e86965 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationErrorErrors.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_Resourceviews_Operation + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Resourceviews_Operation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php index 0ba5ef48..46f247f3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarnings.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_Resourceviews_OperationWarningsData + */ public function setData($data) { $this->data = $data; } + /** + * @return Google_Service_Resourceviews_OperationWarningsData + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php index 0c5fd964..d0e0c194 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/OperationWarningsData.php @@ -1,6 +1,6 @@ description; } + /** + * @param Google_Service_Resourceviews_ServiceEndpoint + */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } + /** + * @return Google_Service_Resourceviews_ServiceEndpoint + */ public function getEndpoints() { return $this->endpoints; @@ -81,10 +87,16 @@ class Google_Service_Resourceviews_ResourceView extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php index 8c8aeabb..3a0c636e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ServiceEndpoint.php @@ -1,6 +1,6 @@ endpoints = $endpoints; } + /** + * @return Google_Service_Resourceviews_ServiceEndpoint + */ public function getEndpoints() { return $this->endpoints; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php index c2a62314..d1b55b71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsList.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Resourceviews_ResourceView + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php index 299c85ae..778eb260 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsListResourcesResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Resourceviews_ListResourceResponseItem + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php index ccaa19bb..32ceaf22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Resourceviews/ZoneViewsRemoveResourcesRequest.php @@ -1,6 +1,6 @@ endpoints = $endpoints; } + /** + * @return Google_Service_Resourceviews_ServiceEndpoint + */ public function getEndpoints() { return $this->endpoints; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php index a70911dd..a2dfe112 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin.php @@ -1,6 +1,6 @@ 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', diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php index 33dbb082..1fe9239f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/AclEntry.php @@ -1,6 +1,6 @@ kind; } + public function setReplicationLogArchivingEnabled($replicationLogArchivingEnabled) + { + $this->replicationLogArchivingEnabled = $replicationLogArchivingEnabled; + } + public function getReplicationLogArchivingEnabled() + { + return $this->replicationLogArchivingEnabled; + } public function setStartTime($startTime) { $this->startTime = $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 index 86ab90cd..9a559f74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php index 7e71cd40..b40b321f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRunsListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_BackupRun + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php index e6d92e32..071b53ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BinLogCoordinates.php @@ -1,6 +1,6 @@ binLogCoordinates = $binLogCoordinates; } + /** + * @return Google_Service_SQLAdmin_BinLogCoordinates + */ public function getBinLogCoordinates() { return $this->binLogCoordinates; @@ -46,4 +53,12 @@ class Google_Service_SQLAdmin_CloneContext extends Google_Model { 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 index d9d0070b..8e2ecd32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Database.php @@ -1,6 +1,6 @@ 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; @@ -105,10 +120,16 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection { 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; @@ -153,10 +174,16 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection { 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; @@ -177,10 +204,16 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection { 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; @@ -201,10 +234,16 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection { 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; @@ -217,10 +256,16 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php index f9a22dc0..44af7a7b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstanceFailoverReplica.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_Database + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php index fd64961d..1f7547db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContext.php @@ -1,6 +1,6 @@ csvExportOptions = $csvExportOptions; } + /** + * @return Google_Service_SQLAdmin_ExportContextCsvExportOptions + */ public function getCsvExportOptions() { return $this->csvExportOptions; @@ -59,10 +65,16 @@ class Google_Service_SQLAdmin_ExportContext extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php index 0e4a21ba..aae14b6b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ExportContextCsvExportOptions.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_Flag + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php index a81111c4..9add411b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php @@ -1,6 +1,6 @@ csvImportOptions = $csvImportOptions; } + /** + * @return Google_Service_SQLAdmin_ImportContextCsvImportOptions + */ public function getCsvImportOptions() { return $this->csvImportOptions; @@ -48,6 +55,14 @@ class Google_Service_SQLAdmin_ImportContext extends Google_Model { return $this->fileType; } + public function setImportUser($importUser) + { + $this->importUser = $importUser; + } + public function getImportUser() + { + return $this->importUser; + } public function setKind($kind) { $this->kind = $kind; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php index e0bfd089..2e862ed2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextCsvImportOptions.php @@ -1,6 +1,6 @@ cloneContext = $cloneContext; } + /** + * @return Google_Service_SQLAdmin_CloneContext + */ public function getCloneContext() { return $this->cloneContext; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php index 0b00dda6..1e4a1191 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesExportRequest.php @@ -1,6 +1,6 @@ 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 index c003108a..50c82125 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesFailoverRequest.php @@ -1,6 +1,6 @@ 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 index cdbf3d39..17b07593 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesImportRequest.php @@ -1,6 +1,6 @@ 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 index 31fbb1ec..6de5dcc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_DatabaseInstance + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php index 23cbfd5f..0a831742 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesRestoreBackupRequest.php @@ -1,6 +1,6 @@ restoreBackupContext = $restoreBackupContext; } + /** + * @return Google_Service_SQLAdmin_RestoreBackupContext + */ public function getRestoreBackupContext() { return $this->restoreBackupContext; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php index fb5e9910..729ebc29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/InstancesTruncateLogRequest.php @@ -1,6 +1,6 @@ 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 index bf6dcdac..f5f29bff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpConfiguration.php @@ -1,6 +1,6 @@ authorizedNetworks = $authorizedNetworks; } + /** + * @return Google_Service_SQLAdmin_AclEntry + */ public function getAuthorizedNetworks() { return $this->authorizedNetworks; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php index e63e278a..90619181 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php @@ -1,6 +1,6 @@ key = $key; - } - public function getKey() - { - return $this->key; - } - public function setValue($value) - { - $this->value = $value; - } - public function getValue() - { - return $this->value; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php index 9a81e1d0..d900ac4f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/LocationPreference.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php index 431da35b..fa4dab09 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationError.php @@ -1,6 +1,6 @@ errors = $errors; } + /** + * @return Google_Service_SQLAdmin_OperationError + */ public function getErrors() { return $this->errors; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php index d8d9eed6..7543b6ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/OperationsListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_Operation + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php index 105758b9..ec6f2b0f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ReplicaConfiguration.php @@ -1,6 +1,6 @@ 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 index f6a5fb17..f7f522c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/BackupRuns.php @@ -1,6 +1,6 @@ call('delete', array($params), "Google_Service_SQLAdmin_Operation"); } + /** + * Reserved for future use. (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 Google Cloud Storage bucket as a * MySQL dump file. (instances.export) @@ -149,7 +164,8 @@ class Google_Service_SQLAdmin_Resource_Instances extends Google_Service_Resource * instances. * @param array $optParams Optional parameters. * - * @opt_param string filter A filter expression for filtering listed instances. + * @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 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 index e7f9684a..006c5744 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Operations.php @@ -1,6 +1,6 @@ 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; @@ -101,10 +106,16 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection { 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; @@ -117,10 +128,16 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection { 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; @@ -133,26 +150,30 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection { return $this->kind; } - public function setLabels($labels) - { - $this->labels = $labels; - } - public function getLabels() - { - return $this->labels; - } + /** + * @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; @@ -205,4 +226,12 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection { 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 index bfe016b6..ef1e1649 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCert.php @@ -1,6 +1,6 @@ certInfo = $certInfo; } + /** + * @return Google_Service_SQLAdmin_SslCert + */ public function getCertInfo() { return $this->certInfo; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php index b649ea1b..0da51f33 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsCreateEphemeralRequest.php @@ -1,6 +1,6 @@ clientCert = $clientCert; } + /** + * @return Google_Service_SQLAdmin_SslCertDetail + */ public function getClientCert() { return $this->clientCert; @@ -41,18 +47,30 @@ class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model { 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 index e5102c1a..80664993 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/SslCertsListResponse.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_SslCert + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php index c21d761e..aec5474e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Tier.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_Tier + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php index c90d8f89..9604d3f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/TruncateLogContext.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_SQLAdmin_User + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php index d4bc5055..156441b4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php @@ -1,6 +1,6 @@ - * The Safe Browsing API is an experimental API that allows client applications - * to check URLs against Google's constantly-updated blacklists of suspected - * phishing and malware pages. Your client application can use the API to - * download an encrypted table for local, client-side lookups of URLs.
+ * Enables client applications to check web resources (most commonly URLs) + * against Google-generated lists of unsafe web resources. * ** For more information about this service, see the API @@ -38,6 +36,7 @@ class Google_Service_Safebrowsing extends Google_Service public $encodedFullHashes; public $encodedUpdates; public $fullHashes; + public $threatHits; public $threatListUpdates; public $threatLists; public $threatMatches; @@ -70,11 +69,11 @@ class Google_Service_Safebrowsing extends Google_Service 'type' => 'string', 'required' => true, ), - 'clientId' => array( + 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), - 'clientVersion' => array( + 'clientId' => array( 'location' => 'query', 'type' => 'string', ), @@ -125,6 +124,20 @@ class Google_Service_Safebrowsing extends Google_Service ) ) ); + $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, diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php index 476ec48e..ead1828e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Checksum.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php index b414786d..7fb18121 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesRequest.php @@ -1,6 +1,6 @@ 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 index 67db90a6..93287c8d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FetchThreatListUpdatesResponse.php @@ -1,6 +1,6 @@ listUpdateResponses = $listUpdateResponses; } + /** + * @return Google_Service_Safebrowsing_ListUpdateResponse + */ public function getListUpdateResponses() { return $this->listUpdateResponses; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php index 11f4226c..4d4b779b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesRequest.php @@ -1,6 +1,6 @@ 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; @@ -50,10 +62,16 @@ class Google_Service_Safebrowsing_FindFullHashesRequest extends Google_Collectio { 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 index e226d21a..4004799e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindFullHashesResponse.php @@ -1,6 +1,6 @@ matches = $matches; } + /** + * @return Google_Service_Safebrowsing_ThreatMatch + */ public function getMatches() { return $this->matches; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php index 30a1a2d1..97c9fd8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesRequest.php @@ -1,6 +1,6 @@ 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 index 276bdbdd..ce7f7ea4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/FindThreatMatchesResponse.php @@ -1,6 +1,6 @@ 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 index 4a3d3f52..6cd55cf4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListThreatListsResponse.php @@ -1,6 +1,6 @@ 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 index 3d390075..59d50545 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateRequest.php @@ -1,6 +1,6 @@ constraints = $constraints; } + /** + * @return Google_Service_Safebrowsing_Constraints + */ public function getConstraints() { return $this->constraints; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php index 9c313bc2..04eec4ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ListUpdateResponse.php @@ -1,6 +1,6 @@ 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; @@ -62,10 +74,16 @@ class Google_Service_Safebrowsing_ListUpdateResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php index 1fbfbcd4..37f251fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/MetadataEntry.php @@ -1,6 +1,6 @@ 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 index a791aee5..959dd197 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatEntrySet.php @@ -1,6 +1,6 @@ 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/ThreatInfo.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.php index c570c941..a020ae80 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatInfo.php @@ -1,6 +1,6 @@ platformTypes; } + /** + * @param Google_Service_Safebrowsing_ThreatEntry + */ public function setThreatEntries($threatEntries) { $this->threatEntries = $threatEntries; } + /** + * @return Google_Service_Safebrowsing_ThreatEntry + */ public function getThreatEntries() { return $this->threatEntries; diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php index eb62254d..33bae910 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/ThreatListDescriptor.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Script.php b/vendor/google/apiclient-services/src/Google/Service/Script.php index f231790e..783fb18b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script.php @@ -1,6 +1,6 @@ - * Executes Google Apps Script projects.
+ * An API for managing and executing Google Apps Script projects. * ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -64,6 +64,10 @@ class Google_Service_Script extends Google_Service const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; + public $processes; + public $projects; + public $projects_deployments; + public $projects_versions; public $scripts; /** @@ -79,6 +83,318 @@ class Google_Service_Script extends Google_Service $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( + '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.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.functionName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.types' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'scriptId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'scriptProcessFilter.deploymentId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $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, + ), + 'metricsGranularity' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'metricsFilter.deploymentId' => 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, diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php index a2c9f400..2fd85a12 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php @@ -1,6 +1,6 @@ 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 index 8f08f9b1..09ef052b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionRequest.php @@ -1,6 +1,6 @@ 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 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; 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 index 80cac1bc..1c5a0eb8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php @@ -1,6 +1,6 @@ Project * properties** and click the **Scopes** tab. (scripts.run) * - * @param string $scriptId The project key of the script to be executed. To find - * the project key, open the project in the script editor and select **File > + * @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. diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php index e2043612..e1a993a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script/ScriptStackTraceElement.php @@ -1,6 +1,6 @@ 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 index 53cfff68..a8cf9c42 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/RunMobileFriendlyTestRequest.php @@ -1,6 +1,6 @@ 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 index 9212ac66..8e7a90a5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/SearchConsole/TestStatus.php @@ -1,6 +1,6 @@ allocateOperation = $allocateOperation; } + /** + * @return Google_Service_ServiceControl_QuotaOperation + */ public function getAllocateOperation() { return $this->allocateOperation; } - public function setAllocationMode($allocationMode) - { - $this->allocationMode = $allocationMode; - } - public function getAllocationMode() - { - return $this->allocationMode; - } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $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 index 5bd7f566..5f2c2958 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AllocateQuotaResponse.php @@ -1,6 +1,6 @@ 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; @@ -41,10 +63,16 @@ class Google_Service_ServiceControl_AllocateQuotaResponse extends Google_Collect { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php index c6c25dd1..35728bc0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuditLog.php @@ -1,6 +1,6 @@ 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; @@ -74,10 +95,16 @@ class Google_Service_ServiceControl_AuditLog extends Google_Collection { 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; @@ -114,10 +141,16 @@ class Google_Service_ServiceControl_AuditLog extends Google_Collection { 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/AuthenticationInfo.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.php index d253b170..583b521c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthenticationInfo.php @@ -1,6 +1,6 @@ principalEmail; } + 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 index 91777eff..71f0c5fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/AuthorizationInfo.php @@ -1,6 +1,6 @@ detail; } + 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 index d9f18c8f..0c643e5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckInfo.php @@ -1,6 +1,6 @@ consumerInfo = $consumerInfo; + } + /** + * @return Google_Service_ServiceControl_ConsumerInfo + */ + public function getConsumerInfo() + { + return $this->consumerInfo; + } public function setUnusedArguments($unusedArguments) { $this->unusedArguments = $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 index 597e6de7..7d2ea5fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckRequest.php @@ -1,6 +1,6 @@ operation = $operation; } + /** + * @return Google_Service_ServiceControl_Operation + */ public function getOperation() { return $this->operation; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php index c3e496cb..bac8f548 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/CheckResponse.php @@ -1,6 +1,6 @@ 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; @@ -51,10 +63,16 @@ class Google_Service_ServiceControl_CheckResponse extends Google_Collection { 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/Distribution.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Distribution.php index 99f45e46..95996cef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Distribution.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Distribution.php @@ -1,6 +1,6 @@ count; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationRequest.php index 30e3bd3d..20f7d715 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationRequest.php @@ -1,6 +1,6 @@ reconciliationOperation = $reconciliationOperation; } + /** + * @return Google_Service_ServiceControl_QuotaOperation + */ public function getReconciliationOperation() { return $this->reconciliationOperation; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationResponse.php index 23145bad..ee321700 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/EndReconciliationResponse.php @@ -1,6 +1,6 @@ operationId; } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ public function setQuotaMetrics($quotaMetrics) { $this->quotaMetrics = $quotaMetrics; } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ public function getQuotaMetrics() { return $this->quotaMetrics; } + /** + * @param Google_Service_ServiceControl_QuotaError + */ public function setReconciliationErrors($reconciliationErrors) { $this->reconciliationErrors = $reconciliationErrors; } + /** + * @return Google_Service_ServiceControl_QuotaError + */ public function getReconciliationErrors() { return $this->reconciliationErrors; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php index aad45478..c4ed6941 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ExplicitBuckets.php @@ -1,6 +1,6 @@ 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; @@ -77,10 +83,16 @@ class Google_Service_ServiceControl_MetricValue extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php index 7164abf3..e85384aa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/MetricValueSet.php @@ -1,6 +1,6 @@ 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 index 55b7874e..932a061b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Money.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Money.php @@ -1,6 +1,6 @@ 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; @@ -98,10 +112,16 @@ class Google_Service_ServiceControl_Operation extends Google_Collection { 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; @@ -114,6 +134,20 @@ class Google_Service_ServiceControl_Operation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php index 3ab44fb5..7702d2fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaError.php @@ -1,6 +1,6 @@ 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 index 37b4144d..2a2b067f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaOperation.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaOperation.php @@ -1,6 +1,6 @@ operationId; } + /** + * @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/QuotaProperties.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaProperties.php index b8bb2ef2..67037527 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/QuotaProperties.php @@ -1,6 +1,6 @@ limitByIds = $limitByIds; - } - public function getLimitByIds() - { - return $this->limitByIds; - } public function setQuotaMode($quotaMode) { $this->quotaMode = $quotaMode; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaRequest.php index d6dd8fa0..4f1a941a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaRequest.php @@ -1,6 +1,6 @@ releaseOperation = $releaseOperation; } + /** + * @return Google_Service_ServiceControl_QuotaOperation + */ public function getReleaseOperation() { return $this->releaseOperation; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaResponse.php index e78b09d0..fa6d5af7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReleaseQuotaResponse.php @@ -1,6 +1,6 @@ operationId; } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ public function setQuotaMetrics($quotaMetrics) { $this->quotaMetrics = $quotaMetrics; } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ public function getQuotaMetrics() { return $this->quotaMetrics; } + /** + * @param Google_Service_ServiceControl_QuotaError + */ public function setReleaseErrors($releaseErrors) { $this->releaseErrors = $releaseErrors; } + /** + * @return Google_Service_ServiceControl_QuotaError + */ public function getReleaseErrors() { return $this->releaseErrors; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php index d5db0b9f..093bea59 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportError.php @@ -1,6 +1,6 @@ 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 index 3ff863df..da88dae0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportInfo.php @@ -1,6 +1,6 @@ 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 index 5fa09d42..70f26966 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportRequest.php @@ -1,6 +1,6 @@ operations = $operations; } + /** + * @return Google_Service_ServiceControl_Operation + */ public function getOperations() { return $this->operations; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php index a32a1ef9..1bacb1a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/ReportResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php index 3eac6ed8..8097c9a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/RequestMetadata.php @@ -1,6 +1,6 @@ callerIp; } + public function setCallerNetwork($callerNetwork) + { + $this->callerNetwork = $callerNetwork; + } + public function getCallerNetwork() + { + return $this->callerNetwork; + } public function setCallerSuppliedUserAgent($callerSuppliedUserAgent) { $this->callerSuppliedUserAgent = $callerSuppliedUserAgent; 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 index f88318cd..30c0f023 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Resource/Services.php @@ -1,6 +1,6 @@ call('allocateQuota', array($params), "Google_Service_ServiceControl_AllocateQuotaResponse"); } /** - * Checks an operation with Google Service Control to decide whether the given - * operation should proceed. It should be called before the operation is - * executed. + * 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 server errors, the client can rely on the cached results - * for longer time. + * 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. + * 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 [Google Cloud + * 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 for the definition of a service name. + * 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 @@ -102,8 +111,13 @@ class Google_Service_ServiceControl_Resource_Services extends Google_Service_Res * Releases previously allocated quota done through AllocateQuota method. * * This method requires the `servicemanagement.services.quota` permission on the - * specified service. For more information, see [Google Cloud - * IAM](https://cloud.google.com/iam). (services.releaseQuota) + * 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.releaseQuota) * * @param string $serviceName Name of the service as specified in the service * configuration. For example, `"pubsub.googleapis.com"`. @@ -129,7 +143,7 @@ class Google_Service_ServiceControl_Resource_Services extends Google_Service_Res * 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. + * 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 @@ -138,7 +152,9 @@ class Google_Service_ServiceControl_Resource_Services extends Google_Service_Res * @param string $serviceName The service name as specified in its service * configuration. For example, `"pubsub.googleapis.com"`. * - * See google.api.Service for the definition of a service name. + * 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 diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationRequest.php index 1bcb79af..28fa5cf1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationRequest.php @@ -1,6 +1,6 @@ reconciliationOperation = $reconciliationOperation; } + /** + * @return Google_Service_ServiceControl_QuotaOperation + */ public function getReconciliationOperation() { return $this->reconciliationOperation; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationResponse.php index 5c153fd3..128d1d0b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/StartReconciliationResponse.php @@ -1,6 +1,6 @@ operationId; } + /** + * @param Google_Service_ServiceControl_MetricValueSet + */ public function setQuotaMetrics($quotaMetrics) { $this->quotaMetrics = $quotaMetrics; } + /** + * @return Google_Service_ServiceControl_MetricValueSet + */ public function getQuotaMetrics() { return $this->quotaMetrics; } + /** + * @param Google_Service_ServiceControl_QuotaError + */ public function setReconciliationErrors($reconciliationErrors) { $this->reconciliationErrors = $reconciliationErrors; } + /** + * @return Google_Service_ServiceControl_QuotaError + */ public function getReconciliationErrors() { return $this->reconciliationErrors; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.php b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.php index 98bf6b0c..0fe65d70 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceControl/Status.php @@ -1,6 +1,6 @@ array( - 'path' => 'v1/{+name}', + 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( - 'name' => 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', @@ -309,6 +309,46 @@ class Google_Service_ServiceManagement extends Google_Service ) ) ); + $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, @@ -349,6 +389,10 @@ class Google_Service_ServiceManagement extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => 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 index ea85b5d4..42486d4e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Advice.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Advice.php @@ -1,6 +1,6 @@ producerDestinations = $producerDestinations; - } - public function getProducerDestinations() - { - return $this->producerDestinations; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AnalyticsDestination.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AnalyticsDestination.php deleted file mode 100644 index 75172d5c..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AnalyticsDestination.php +++ /dev/null @@ -1,40 +0,0 @@ -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/Api.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Api.php index 029bc79a..9e2ccea5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Api.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Api.php @@ -1,6 +1,6 @@ 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; @@ -54,18 +66,30 @@ class Google_Service_ServiceManagement_Api extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php index 4b118b43..767a65fd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditConfig.php @@ -1,6 +1,6 @@ auditLogConfigs = $auditLogConfigs; } + /** + * @return Google_Service_ServiceManagement_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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php index 7c83ca3a..3baabf13 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuditLogConfig.php @@ -1,6 +1,6 @@ audiences; } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } public function setId($id) { $this->id = $id; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php index 6ab3b963..f2ec0dec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthRequirement.php @@ -1,6 +1,6 @@ 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 index f24ae16d..d1428506 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthenticationRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthenticationRule.php @@ -1,6 +1,6 @@ allowWithoutCredential; } + /** + * @param Google_Service_ServiceManagement_CustomAuthRequirements + */ + public function setCustomAuth(Google_Service_ServiceManagement_CustomAuthRequirements $customAuth) + { + $this->customAuth = $customAuth; + } + /** + * @return Google_Service_ServiceManagement_CustomAuthRequirements + */ + public function getCustomAuth() + { + return $this->customAuth; + } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthorizationConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthorizationConfig.php index e565cdb9..eb6be0cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthorizationConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/AuthorizationConfig.php @@ -1,6 +1,6 @@ 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 index 02b0c65c..2210eff8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BackendRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/BackendRule.php @@ -1,6 +1,6 @@ deadline; } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } public function setSelector($selector) { $this->selector = $selector; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php index 653a8442..d72f823b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Binding.php @@ -1,6 +1,6 @@ configChanges = $configChanges; } + /** + * @return Google_Service_ServiceManagement_ConfigChange + */ public function getConfigChanges() { return $this->configChanges; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CloudAuditOptions.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CloudAuditOptions.php deleted file mode 100644 index 348d6b83..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CloudAuditOptions.php +++ /dev/null @@ -1,20 +0,0 @@ -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/ServiceManagement/ConfigChange.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.php index e360f097..c3d2ef08 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigChange.php @@ -1,6 +1,6 @@ advices = $advices; } + /** + * @return Google_Service_ServiceManagement_Advice + */ public function getAdvices() { return $this->advices; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php index b34518cd..a2bf55f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ConfigFile.php @@ -1,6 +1,6 @@ files = $files; } + /** + * @return Google_Service_ServiceManagement_ConfigFile + */ public function getFiles() { return $this->files; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php index d0fb9e36..07102b06 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Context.php @@ -1,6 +1,6 @@ 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 index 3d58609d..91c8840b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ContextRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ContextRule.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php index cd384856..ef9bc020 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Control.php @@ -1,6 +1,6 @@ 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/ServiceManagement/CustomError.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.php index 3cdf5f1b..6593e928 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomError.php @@ -1,6 +1,6 @@ rules = $rules; } + /** + * @return Google_Service_ServiceManagement_CustomErrorRule + */ public function getRules() { return $this->rules; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php index 4335060c..b54e0a97 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/CustomErrorRule.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php index be1dddb4..92d7f576 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DocumentationRule.php @@ -1,6 +1,6 @@ allowCors; } - public function setApis($apis) - { - $this->apis = $apis; - } - public function getApis() - { - return $this->apis; - } public function setFeatures($features) { $this->features = $features; @@ -64,4 +56,12 @@ class Google_Service_ServiceManagement_Endpoint extends Google_Collection { 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 index 2791e8f0..2be0bc70 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Enum.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Enum.php @@ -1,6 +1,6 @@ enumvalue = $enumvalue; } + /** + * @return Google_Service_ServiceManagement_EnumValue + */ public function getEnumvalue() { return $this->enumvalue; @@ -43,18 +49,30 @@ class Google_Service_ServiceManagement_Enum extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php index 50d5d481..744c11c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/EnumValue.php @@ -1,6 +1,6 @@ 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/Experimental.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Experimental.php index cd26e618..ea78f340 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Experimental.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Experimental.php @@ -1,6 +1,6 @@ authorization = $authorization; } + /** + * @return Google_Service_ServiceManagement_AuthorizationConfig + */ public function getAuthorization() { return $this->authorization; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php index bb7ba6fc..e6e1a6d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Field.php @@ -1,6 +1,6 @@ oneofIndex; } + /** + * @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/GenerateConfigReportRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.php index 69b2b040..cc08f731 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GenerateConfigReportRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php index 9424ea28..716384ed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/GetIamPolicyRequest.php @@ -1,6 +1,6 @@ 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 index f020e39c..83b86347 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/HttpRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/HttpRule.php @@ -1,6 +1,6 @@ additionalBindings = $additionalBindings; } + /** + * @return Google_Service_ServiceManagement_HttpRule + */ public function getAdditionalBindings() { return $this->additionalBindings; @@ -51,10 +56,16 @@ class Google_Service_ServiceManagement_HttpRule extends Google_Collection { 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; @@ -75,18 +86,30 @@ class Google_Service_ServiceManagement_HttpRule extends Google_Collection { return $this->get; } + /** + * @param Google_Service_ServiceManagement_MediaDownload + */ public function setMediaDownload(Google_Service_ServiceManagement_MediaDownload $mediaDownload) { $this->mediaDownload = $mediaDownload; } + /** + * @return Google_Service_ServiceManagement_MediaDownload + */ public function getMediaDownload() { return $this->mediaDownload; } + /** + * @param Google_Service_ServiceManagement_MediaUpload + */ public function setMediaUpload(Google_Service_ServiceManagement_MediaUpload $mediaUpload) { $this->mediaUpload = $mediaUpload; } + /** + * @return Google_Service_ServiceManagement_MediaUpload + */ public function getMediaUpload() { return $this->mediaUpload; @@ -115,14 +138,6 @@ class Google_Service_ServiceManagement_HttpRule extends Google_Collection { return $this->put; } - public function setResponseBody($responseBody) - { - $this->responseBody = $responseBody; - } - public function getResponseBody() - { - return $this->responseBody; - } public function setSelector($selector) { $this->selector = $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 index 82d3f600..60557af5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LabelDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LabelDescriptor.php @@ -1,6 +1,6 @@ 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 index cb40067c..03d1da1c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceConfigsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceConfigsResponse.php @@ -1,6 +1,6 @@ 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 index f3362657..97d717fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceRolloutsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServiceRolloutsResponse.php @@ -1,6 +1,6 @@ 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 index d71d5236..ddcf6669 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServicesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/ListServicesResponse.php @@ -1,6 +1,6 @@ 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/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogConfig.php deleted file mode 100644 index e56803a8..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogConfig.php +++ /dev/null @@ -1,51 +0,0 @@ -cloudAudit = $cloudAudit; - } - public function getCloudAudit() - { - return $this->cloudAudit; - } - public function setCounter(Google_Service_ServiceManagement_CounterOptions $counter) - { - $this->counter = $counter; - } - public function getCounter() - { - return $this->counter; - } - public function setDataAccess(Google_Service_ServiceManagement_DataAccessOptions $dataAccess) - { - $this->dataAccess = $dataAccess; - } - public function getDataAccess() - { - return $this->dataAccess; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php index 6c1f9bac..c0ae219e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LogDescriptor.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_ServiceManagement_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_ServiceManagement_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php index 6fb5798a..aadbe87c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Logging.php @@ -1,6 +1,6 @@ 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 index 9a2138c8..4faf9764 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LoggingDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/LoggingDestination.php @@ -1,6 +1,6 @@ completeNotification = $completeNotification; + } + public function getCompleteNotification() + { + return $this->completeNotification; + } public function setDownloadService($downloadService) { $this->downloadService = $downloadService; @@ -28,6 +40,14 @@ class Google_Service_ServiceManagement_MediaDownload extends Google_Model { return $this->downloadService; } + public function setDropzone($dropzone) + { + $this->dropzone = $dropzone; + } + public function getDropzone() + { + return $this->dropzone; + } public function setEnabled($enabled) { $this->enabled = $enabled; @@ -36,4 +56,20 @@ class Google_Service_ServiceManagement_MediaDownload extends Google_Model { return $this->enabled; } + public function setMaxDirectDownloadSize($maxDirectDownloadSize) + { + $this->maxDirectDownloadSize = $maxDirectDownloadSize; + } + public function getMaxDirectDownloadSize() + { + return $this->maxDirectDownloadSize; + } + public function setUseDirectDownload($useDirectDownload) + { + $this->useDirectDownload = $useDirectDownload; + } + public function getUseDirectDownload() + { + return $this->useDirectDownload; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MediaUpload.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MediaUpload.php index 467cabef..71c439f0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MediaUpload.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MediaUpload.php @@ -1,6 +1,6 @@ completeNotification = $completeNotification; + } + public function getCompleteNotification() + { + return $this->completeNotification; + } + public function setDropzone($dropzone) + { + $this->dropzone = $dropzone; + } + public function getDropzone() + { + return $this->dropzone; + } public function setEnabled($enabled) { $this->enabled = $enabled; @@ -28,6 +51,38 @@ class Google_Service_ServiceManagement_MediaUpload extends Google_Model { return $this->enabled; } + public function setMaxSize($maxSize) + { + $this->maxSize = $maxSize; + } + public function getMaxSize() + { + return $this->maxSize; + } + public function setMimeTypes($mimeTypes) + { + $this->mimeTypes = $mimeTypes; + } + public function getMimeTypes() + { + return $this->mimeTypes; + } + public function setProgressNotification($progressNotification) + { + $this->progressNotification = $progressNotification; + } + public function getProgressNotification() + { + return $this->progressNotification; + } + public function setStartNotification($startNotification) + { + $this->startNotification = $startNotification; + } + public function getStartNotification() + { + return $this->startNotification; + } public function setUploadService($uploadService) { $this->uploadService = $uploadService; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php index c1e6a66f..bdaaf506 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Method.php @@ -1,6 +1,6 @@ name; } + /** + * @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/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.php index c269d902..e2b9a338 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MetricDescriptor.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_ServiceManagement_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_ServiceManagement_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php index fd3ed06d..29db793d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Mixin.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_ServiceManagement_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_ServiceManagement_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php index fab80287..3fee38fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Monitoring.php @@ -1,6 +1,6 @@ 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 index 06ee909d..eb86e4b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoringDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/MonitoringDestination.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php index d77bd9de..a471ddb6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/OperationMetadata.php @@ -1,6 +1,6 @@ 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 index 00ad2eb5..51034943 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Option.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Option.php @@ -1,6 +1,6 @@ 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 index 5890f138..8a5e4d27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Policy.php @@ -1,6 +1,6 @@ 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; @@ -52,22 +61,6 @@ class Google_Service_ServiceManagement_Policy extends Google_Collection { return $this->etag; } - public function setIamOwned($iamOwned) - { - $this->iamOwned = $iamOwned; - } - public function getIamOwned() - { - return $this->iamOwned; - } - public function setRules($rules) - { - $this->rules = $rules; - } - public function getRules() - { - return $this->rules; - } public function setVersion($version) { $this->version = $version; 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 index 0ea5492e..97df4359 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Operations.php @@ -1,6 +1,6 @@ call('get', array($params), "Google_Service_ServiceManagement_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`. + * Lists service operations that match the specified filter in the request. * (operations.listOperations) * - * @param string $name The name of the operation collection. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. + * @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")` + * @opt_param string name Not used. * @opt_param string pageToken The standard list page token. - * @opt_param int pageSize The standard list page size. + * @opt_param int pageSize The maximum number of operations to return. If + * unspecified, defaults to 50. The maximum value is 100. * @return Google_Service_ServiceManagement_ListOperationsResponse */ - public function listOperations($name, $optParams = array()) + public function listOperations($optParams = array()) { - $params = array('name' => $name); + $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 index 374aeceb..deff84d8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php @@ -1,6 +1,6 @@ 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; @@ -75,10 +81,16 @@ class Google_Service_ServiceManagement_Rollout extends Google_Model { 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/Rule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Rule.php deleted file mode 100644 index e31e5b43..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Rule.php +++ /dev/null @@ -1,87 +0,0 @@ -action = $action; - } - public function getAction() - { - return $this->action; - } - public function setConditions($conditions) - { - $this->conditions = $conditions; - } - 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; - } - public function setLogConfig($logConfig) - { - $this->logConfig = $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/ServiceManagement/Service.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php index ee4dfa99..df8efeea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Service.php @@ -1,6 +1,6 @@ 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; @@ -100,66 +134,114 @@ class Google_Service_ServiceManagement_Service extends Google_Collection { 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_Experimental + */ public function setExperimental(Google_Service_ServiceManagement_Experimental $experimental) { $this->experimental = $experimental; } + /** + * @return Google_Service_ServiceManagement_Experimental + */ public function getExperimental() { return $this->experimental; } + /** + * @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; @@ -172,42 +254,72 @@ class Google_Service_ServiceManagement_Service extends Google_Collection { 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; @@ -228,26 +340,58 @@ class Google_Service_ServiceManagement_Service extends Google_Collection { 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; @@ -260,28 +404,32 @@ class Google_Service_ServiceManagement_Service extends Google_Collection { 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; } - public function setVisibility(Google_Service_ServiceManagement_Visibility $visibility) - { - $this->visibility = $visibility; - } - public function getVisibility() - { - return $this->visibility; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php index fba45ae7..ed28f2dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SetIamPolicyRequest.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_ServiceManagement_Policy + */ public function getPolicy() { return $this->policy; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php index 523a21c8..39a4980f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SourceContext.php @@ -1,6 +1,6 @@ configSource = $configSource; } + /** + * @return Google_Service_ServiceManagement_ConfigSource + */ public function getConfigSource() { return $this->configSource; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php index 8b89f21f..f4415242 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SubmitConfigSourceResponse.php @@ -1,6 +1,6 @@ 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 index 0c5421c6..6c777bd6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameter.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameter.php @@ -1,6 +1,6 @@ parameters = $parameters; } + /** + * @return Google_Service_ServiceManagement_SystemParameter + */ public function getParameters() { return $this->parameters; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php index 9e4a8b02..ed071be9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/SystemParameters.php @@ -1,6 +1,6 @@ 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 index c98630ac..08a3c729 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/TestIamPermissionsRequest.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_ServiceManagement_Field + */ public function getFields() { return $this->fields; @@ -52,18 +58,30 @@ class Google_Service_ServiceManagement_Type extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php index 2344c234..c6fee1e1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UndeleteServiceResponse.php @@ -1,6 +1,6 @@ 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 index e2de7ab8..00b1f52c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Usage.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Usage.php @@ -1,6 +1,6 @@ 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 index e87e18bd..f42253d9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UsageRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/UsageRule.php @@ -1,6 +1,6 @@ selector; } + public function setSkipServiceControl($skipServiceControl) + { + $this->skipServiceControl = $skipServiceControl; + } + public function getSkipServiceControl() + { + return $this->skipServiceControl; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Visibility.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Visibility.php deleted file mode 100644 index 1f34a01b..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Visibility.php +++ /dev/null @@ -1,32 +0,0 @@ -rules = $rules; - } - public function getRules() - { - return $this->rules; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/VisibilityRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/VisibilityRule.php deleted file mode 100644 index a3838e74..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/VisibilityRule.php +++ /dev/null @@ -1,39 +0,0 @@ -restriction = $restriction; - } - public function getRestriction() - { - return $this->restriction; - } - public function setSelector($selector) - { - $this->selector = $selector; - } - public function getSelector() - { - return $this->selector; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php index 9bd67083..da2cdd10 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceRegistry.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), '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 index efd6c8af..27ed6f9b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.php @@ -1,6 +1,6 @@ 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; @@ -54,18 +66,30 @@ class Google_Service_ServiceUser_Api extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php index 75c6e24e..59445e50 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthProvider.php @@ -1,6 +1,6 @@ audiences; } + public function setAuthorizationUrl($authorizationUrl) + { + $this->authorizationUrl = $authorizationUrl; + } + public function getAuthorizationUrl() + { + return $this->authorizationUrl; + } public function setId($id) { $this->id = $id; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php index 761a094b..b75f29ef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthRequirement.php @@ -1,6 +1,6 @@ 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 index c0dc5942..b6bd933b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthenticationRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthenticationRule.php @@ -1,6 +1,6 @@ allowWithoutCredential; } + /** + * @param Google_Service_ServiceUser_CustomAuthRequirements + */ + public function setCustomAuth(Google_Service_ServiceUser_CustomAuthRequirements $customAuth) + { + $this->customAuth = $customAuth; + } + /** + * @return Google_Service_ServiceUser_CustomAuthRequirements + */ + public function getCustomAuth() + { + return $this->customAuth; + } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php index 35f15a00..c4ed8e2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/AuthorizationConfig.php @@ -1,6 +1,6 @@ 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 index ce56a4e6..211ad689 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BackendRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/BackendRule.php @@ -1,6 +1,6 @@ deadline; } + public function setMinDeadline($minDeadline) + { + $this->minDeadline = $minDeadline; + } + public function getMinDeadline() + { + return $this->minDeadline; + } public function setSelector($selector) { $this->selector = $selector; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php index 76023810..c41eab41 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Context.php @@ -1,6 +1,6 @@ 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 index e6161dae..35c30114 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ContextRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/ContextRule.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php index dd4c3583..336ec7b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Control.php @@ -1,6 +1,6 @@ rules = $rules; } + /** + * @return Google_Service_ServiceUser_CustomErrorRule + */ public function getRules() { return $this->rules; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php index ff562edb..cf77aa3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/CustomErrorRule.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php index de4c1a34..8724a9d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/DocumentationRule.php @@ -1,6 +1,6 @@ allowCors; } - public function setApis($apis) - { - $this->apis = $apis; - } - public function getApis() - { - return $this->apis; - } public function setFeatures($features) { $this->features = $features; @@ -64,4 +56,12 @@ class Google_Service_ServiceUser_Endpoint extends Google_Collection { 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 index 4d89024d..7278c126 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.php @@ -1,6 +1,6 @@ enumvalue = $enumvalue; } + /** + * @return Google_Service_ServiceUser_EnumValue + */ public function getEnumvalue() { return $this->enumvalue; @@ -43,18 +49,30 @@ class Google_Service_ServiceUser_Enum extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php index 9c9ad449..0ef396a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/EnumValue.php @@ -1,6 +1,6 @@ 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 index 93c30ec4..56e7f899 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Experimental.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Experimental.php @@ -1,6 +1,6 @@ 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 index 6c65173f..f5e07629 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Field.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Field.php @@ -1,6 +1,6 @@ oneofIndex; } + /** + * @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/Http.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.php index 462d638d..d9c069e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Http.php @@ -1,6 +1,6 @@ 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 index c2355e8f..3e465a5b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/HttpRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/HttpRule.php @@ -1,6 +1,6 @@ additionalBindings = $additionalBindings; } + /** + * @return Google_Service_ServiceUser_HttpRule + */ public function getAdditionalBindings() { return $this->additionalBindings; @@ -51,10 +56,16 @@ class Google_Service_ServiceUser_HttpRule extends Google_Collection { 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; @@ -75,18 +86,30 @@ class Google_Service_ServiceUser_HttpRule extends Google_Collection { return $this->get; } + /** + * @param Google_Service_ServiceUser_MediaDownload + */ public function setMediaDownload(Google_Service_ServiceUser_MediaDownload $mediaDownload) { $this->mediaDownload = $mediaDownload; } + /** + * @return Google_Service_ServiceUser_MediaDownload + */ public function getMediaDownload() { return $this->mediaDownload; } + /** + * @param Google_Service_ServiceUser_MediaUpload + */ public function setMediaUpload(Google_Service_ServiceUser_MediaUpload $mediaUpload) { $this->mediaUpload = $mediaUpload; } + /** + * @return Google_Service_ServiceUser_MediaUpload + */ public function getMediaUpload() { return $this->mediaUpload; @@ -115,14 +138,6 @@ class Google_Service_ServiceUser_HttpRule extends Google_Collection { return $this->put; } - public function setResponseBody($responseBody) - { - $this->responseBody = $responseBody; - } - public function getResponseBody() - { - return $this->responseBody; - } public function setSelector($selector) { $this->selector = $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 index f23ef890..3c5fd93c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LabelDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LabelDescriptor.php @@ -1,6 +1,6 @@ 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 index 1d8fdf4c..7fc8335c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LogDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LogDescriptor.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_ServiceUser_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_ServiceUser_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php index ff37b8b9..0767215d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Logging.php @@ -1,6 +1,6 @@ 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 index c2361a14..8256f9b4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LoggingDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/LoggingDestination.php @@ -1,6 +1,6 @@ completeNotification = $completeNotification; + } + public function getCompleteNotification() + { + return $this->completeNotification; + } public function setDownloadService($downloadService) { $this->downloadService = $downloadService; @@ -28,6 +40,14 @@ class Google_Service_ServiceUser_MediaDownload extends Google_Model { return $this->downloadService; } + public function setDropzone($dropzone) + { + $this->dropzone = $dropzone; + } + public function getDropzone() + { + return $this->dropzone; + } public function setEnabled($enabled) { $this->enabled = $enabled; @@ -36,4 +56,20 @@ class Google_Service_ServiceUser_MediaDownload extends Google_Model { return $this->enabled; } + public function setMaxDirectDownloadSize($maxDirectDownloadSize) + { + $this->maxDirectDownloadSize = $maxDirectDownloadSize; + } + public function getMaxDirectDownloadSize() + { + return $this->maxDirectDownloadSize; + } + public function setUseDirectDownload($useDirectDownload) + { + $this->useDirectDownload = $useDirectDownload; + } + public function getUseDirectDownload() + { + return $this->useDirectDownload; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MediaUpload.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MediaUpload.php index e6a58c91..76f5c80a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MediaUpload.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MediaUpload.php @@ -1,6 +1,6 @@ completeNotification = $completeNotification; + } + public function getCompleteNotification() + { + return $this->completeNotification; + } + public function setDropzone($dropzone) + { + $this->dropzone = $dropzone; + } + public function getDropzone() + { + return $this->dropzone; + } public function setEnabled($enabled) { $this->enabled = $enabled; @@ -28,6 +51,38 @@ class Google_Service_ServiceUser_MediaUpload extends Google_Model { return $this->enabled; } + public function setMaxSize($maxSize) + { + $this->maxSize = $maxSize; + } + public function getMaxSize() + { + return $this->maxSize; + } + public function setMimeTypes($mimeTypes) + { + $this->mimeTypes = $mimeTypes; + } + public function getMimeTypes() + { + return $this->mimeTypes; + } + public function setProgressNotification($progressNotification) + { + $this->progressNotification = $progressNotification; + } + public function getProgressNotification() + { + return $this->progressNotification; + } + public function setStartNotification($startNotification) + { + $this->startNotification = $startNotification; + } + public function getStartNotification() + { + return $this->startNotification; + } public function setUploadService($uploadService) { $this->uploadService = $uploadService; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php index dbc2dea2..e4b395a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Method.php @@ -1,6 +1,6 @@ name; } + /** + * @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/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.php index 7a7e33f4..0c1aee46 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MetricDescriptor.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_ServiceUser_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_ServiceUser_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php index 0489f985..28cc42c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Mixin.php @@ -1,6 +1,6 @@ displayName; } + /** + * @param Google_Service_ServiceUser_LabelDescriptor + */ public function setLabels($labels) { $this->labels = $labels; } + /** + * @return Google_Service_ServiceUser_LabelDescriptor + */ public function getLabels() { return $this->labels; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php index 37c2c670..6b568e3b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Monitoring.php @@ -1,6 +1,6 @@ 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 index b149e4cd..b061c950 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoringDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/MonitoringDestination.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php index fd5081d1..3cf5fa82 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/OperationMetadata.php @@ -1,6 +1,6 @@ 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 index f6b448d4..a5833824 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Option.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Option.php @@ -1,6 +1,6 @@ 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 index 04e4c4f0..82fa7018 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/PublishedService.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/PublishedService.php @@ -1,6 +1,6 @@ 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/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.php index b8cd2398..48673d1f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Resource/Projects.php @@ -1,6 +1,6 @@ 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 index 1fcc527e..361d9866 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Service.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Service.php @@ -1,6 +1,6 @@ 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; @@ -100,66 +134,114 @@ class Google_Service_ServiceUser_Service extends Google_Collection { 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; @@ -172,42 +254,72 @@ class Google_Service_ServiceUser_Service extends Google_Collection { 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; @@ -228,26 +340,58 @@ class Google_Service_ServiceUser_Service extends Google_Collection { 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; @@ -260,28 +404,32 @@ class Google_Service_ServiceUser_Service extends Google_Collection { 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; } - public function setVisibility(Google_Service_ServiceUser_Visibility $visibility) - { - $this->visibility = $visibility; - } - public function getVisibility() - { - return $this->visibility; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php index fb1f7993..7fe6094c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SourceContext.php @@ -1,6 +1,6 @@ parameters = $parameters; } + /** + * @return Google_Service_ServiceUser_SystemParameter + */ public function getParameters() { return $this->parameters; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php index 4a7ee021..84cf447f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/SystemParameters.php @@ -1,6 +1,6 @@ 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 index b5b6c763..258e04e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Type.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Type.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_ServiceUser_Field + */ public function getFields() { return $this->fields; @@ -52,18 +58,30 @@ class Google_Service_ServiceUser_Type extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php index edbba99a..d1c11409 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Usage.php @@ -1,6 +1,6 @@ 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 index 488211d7..90559114 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/UsageRule.php @@ -1,6 +1,6 @@ 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/Visibility.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Visibility.php deleted file mode 100644 index 02bbd8a7..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Visibility.php +++ /dev/null @@ -1,32 +0,0 @@ -rules = $rules; - } - public function getRules() - { - return $this->rules; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/VisibilityRule.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUser/VisibilityRule.php deleted file mode 100644 index 89c9a4c9..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUser/VisibilityRule.php +++ /dev/null @@ -1,39 +0,0 @@ -restriction = $restriction; - } - public function getRestriction() - { - return $this->restriction; - } - public function setSelector($selector) - { - $this->selector = $selector; - } - public function getSelector() - { - return $this->selector; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets.php b/vendor/google/apiclient-services/src/Google/Service/Sheets.php index 61bd238d..573dad9e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets.php @@ -1,6 +1,6 @@ '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, + ), + ), ), ) ) @@ -148,10 +197,6 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), - 'includeValuesInResponse' => array( - 'location' => 'query', - 'type' => 'boolean', - ), 'responseValueRenderOption' => array( 'location' => 'query', 'type' => 'string', @@ -168,6 +213,10 @@ class Google_Service_Sheets extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'includeValuesInResponse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'batchClear' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear', @@ -179,6 +228,16 @@ class Google_Service_Sheets extends Google_Service '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', @@ -188,14 +247,6 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), - 'valueRenderOption' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'dateTimeRenderOption' => array( - 'location' => 'query', - 'type' => 'string', - ), 'ranges' => array( 'location' => 'query', 'type' => 'string', @@ -205,6 +256,24 @@ class Google_Service_Sheets extends Google_Service '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', @@ -216,6 +285,16 @@ class Google_Service_Sheets extends Google_Service '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', @@ -272,14 +351,6 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), - 'responseValueRenderOption' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'valueInputOption' => array( - 'location' => 'query', - 'type' => 'string', - ), 'responseDateTimeRenderOption' => array( 'location' => 'query', 'type' => 'string', @@ -288,6 +359,14 @@ class Google_Service_Sheets extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'responseValueRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'valueInputOption' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php index 37ebaab0..5274fa9e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingRequest.php @@ -1,6 +1,6 @@ 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 index 113cf126..f7d8f99f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddBandingResponse.php @@ -1,6 +1,6 @@ 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 index 2bfa3275..83c6157c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartRequest.php @@ -1,6 +1,6 @@ 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 index 9d3f1302..d902f636 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddChartResponse.php @@ -1,6 +1,6 @@ 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 index 3a182df3..3472edcb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddConditionalFormatRuleRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddConditionalFormatRuleRequest.php @@ -1,6 +1,6 @@ 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/AddFilterViewRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.php index 6128be09..560aba16 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewRequest.php @@ -1,6 +1,6 @@ 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 index 590570c9..43ba7fd4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddFilterViewResponse.php @@ -1,6 +1,6 @@ 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 index b13259d7..ef9ffdc6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeRequest.php @@ -1,6 +1,6 @@ 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 index 67899f1e..017aa8db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddNamedRangeResponse.php @@ -1,6 +1,6 @@ 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 index 09d71864..b921de62 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeRequest.php @@ -1,6 +1,6 @@ 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 index 9cae479a..5d8f2843 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddProtectedRangeResponse.php @@ -1,6 +1,6 @@ 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 index fafb3a6c..4ec685c7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetRequest.php @@ -1,6 +1,6 @@ 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 index bf097025..173b87ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AddSheetResponse.php @@ -1,6 +1,6 @@ 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 index b4d917a7..796cf168 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendCellsRequest.php @@ -1,6 +1,6 @@ fields; } + /** + * @param Google_Service_Sheets_RowData + */ public function setRows($rows) { $this->rows = $rows; } + /** + * @return Google_Service_Sheets_RowData + */ public function getRows() { return $this->rows; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php index 0fcf960c..84c1f96b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AppendDimensionRequest.php @@ -1,6 +1,6 @@ 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 index ef69a642..27a1183b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoFillRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php index acd9caec..6404c8de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/AutoResizeDimensionsRequest.php @@ -1,6 +1,6 @@ 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 index c3dfb2f9..00fd81ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BandedRange.php @@ -1,6 +1,6 @@ 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 index e146ffcb..7c4fc2d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BandingProperties.php @@ -1,6 +1,6 @@ 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/BasicChartAxis.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.php index 2c2482a0..64eb0ab9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartAxis.php @@ -1,6 +1,6 @@ format = $format; } + /** + * @return Google_Service_Sheets_TextFormat + */ public function getFormat() { return $this->format; @@ -46,4 +54,18 @@ class Google_Service_Sheets_BasicChartAxis extends Google_Model { 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; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php index 4a770999..53166f3c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartDomain.php @@ -1,6 +1,6 @@ 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 index 02080351..60f954af 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSeries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSeries.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php index e54738ca..952e236f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicChartSpec.php @@ -1,6 +1,6 @@ axis = $axis; } + /** + * @return Google_Service_Sheets_BasicChartAxis + */ public function getAxis() { return $this->axis; @@ -44,10 +55,24 @@ class Google_Service_Sheets_BasicChartSpec extends Google_Collection { 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; @@ -60,6 +85,14 @@ class Google_Service_Sheets_BasicChartSpec extends Google_Collection { return $this->headerCount; } + public function setInterpolateNulls($interpolateNulls) + { + $this->interpolateNulls = $interpolateNulls; + } + public function getInterpolateNulls() + { + return $this->interpolateNulls; + } public function setLegendPosition($legendPosition) { $this->legendPosition = $legendPosition; @@ -68,12 +101,42 @@ class Google_Service_Sheets_BasicChartSpec extends Google_Collection { 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 index b6f46494..53e83c99 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicFilter.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BasicFilter.php @@ -1,6 +1,6 @@ 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/BatchClearValuesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.php index aa48408b..121707c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchClearValuesRequest.php @@ -1,6 +1,6 @@ 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 index a8547419..75eb1b5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetRequest.php @@ -1,6 +1,6 @@ includeSpreadsheetInResponse; } + /** + * @param Google_Service_Sheets_Request + */ public function setRequests($requests) { $this->requests = $requests; } + /** + * @return Google_Service_Sheets_Request + */ public function getRequests() { return $this->requests; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php index adc77749..58097332 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateSpreadsheetResponse.php @@ -1,6 +1,6 @@ replies = $replies; } + /** + * @return Google_Service_Sheets_Response + */ public function getReplies() { return $this->replies; @@ -40,10 +46,16 @@ class Google_Service_Sheets_BatchUpdateSpreadsheetResponse extends Google_Collec { 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/BatchUpdateValuesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.php index e7052497..29bf46d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesRequest.php @@ -1,6 +1,6 @@ data = $data; } + /** + * @return Google_Service_Sheets_ValueRange + */ public function getData() { return $this->data; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php index 3d9364b4..5685a437 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BatchUpdateValuesResponse.php @@ -1,6 +1,6 @@ responses = $responses; } + /** + * @return Google_Service_Sheets_UpdateValuesResponse + */ public function getResponses() { return $this->responses; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php index d180587f..ac17d22f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanCondition.php @@ -1,6 +1,6 @@ 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 index d24200bb..eb849dd4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BooleanRule.php @@ -1,6 +1,6 @@ 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 index 9ddbfc0e..28e18331 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Border.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Border.php @@ -1,6 +1,6 @@ color = $color; } + /** + * @return Google_Service_Sheets_Color + */ public function getColor() { return $this->color; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php index 46308e90..9ebe2423 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Borders.php @@ -1,6 +1,6 @@ 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/CellData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.php index 737155c9..61426bc1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellData.php @@ -1,6 +1,6 @@ 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; @@ -84,34 +102,58 @@ class Google_Service_Sheets_CellData extends Google_Collection { 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 index 395fb851..9a01fff7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/CellFormat.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CellFormat.php @@ -1,6 +1,6 @@ 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; @@ -67,18 +79,30 @@ class Google_Service_Sheets_CellFormat extends Google_Model { 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; @@ -91,18 +115,30 @@ class Google_Service_Sheets_CellFormat extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php index c9e96f12..f0a31daa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartData.php @@ -1,6 +1,6 @@ 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 index b8be07ea..9d381869 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSourceRange.php @@ -1,6 +1,6 @@ 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 index 44e0e944..03743ea5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php @@ -1,6 +1,6 @@ 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; @@ -40,14 +130,92 @@ class Google_Service_Sheets_ChartSpec extends Google_Model { 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; } + 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; @@ -56,4 +224,60 @@ class Google_Service_Sheets_ChartSpec extends Google_Model { 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 index e76fd116..fa33d9bd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ClearBasicFilterRequest.php @@ -1,6 +1,6 @@ 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 index a0a890ef..19bb1b1b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CopyPasteRequest.php @@ -1,6 +1,6 @@ destination = $destination; } + /** + * @return Google_Service_Sheets_GridRange + */ public function getDestination() { return $this->destination; @@ -48,10 +54,16 @@ class Google_Service_Sheets_CopyPasteRequest extends Google_Model { 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 index 13a56b1a..ae93e8d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/CopySheetToAnotherSpreadsheetRequest.php @@ -1,6 +1,6 @@ destination = $destination; } + /** + * @return Google_Service_Sheets_GridCoordinate + */ public function getDestination() { return $this->destination; @@ -39,10 +45,16 @@ class Google_Service_Sheets_CutPasteRequest extends Google_Model { 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/DataValidationRule.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.php index 35aba97d..fce6ac99 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DataValidationRule.php @@ -1,6 +1,6 @@ condition = $condition; } + /** + * @return Google_Service_Sheets_BooleanCondition + */ public function getCondition() { return $this->condition; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php index 71463ac3..c9082c29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteBandingRequest.php @@ -1,6 +1,6 @@ rule = $rule; } + /** + * @return Google_Service_Sheets_ConditionalFormatRule + */ public function getRule() { return $this->rule; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php index e0c79491..3301a8ab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteDimensionRequest.php @@ -1,6 +1,6 @@ range = $range; } + /** + * @return Google_Service_Sheets_DimensionRange + */ public function getRange() { return $this->range; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php index 9a056420..053d672d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteEmbeddedObjectRequest.php @@ -1,6 +1,6 @@ range = $range; } + /** + * @return Google_Service_Sheets_GridRange + */ public function getRange() { return $this->range; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php index 3ac8ffac..43483cd4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DeleteSheetRequest.php @@ -1,6 +1,6 @@ developerMetadata = $developerMetadata; + } + /** + * @return Google_Service_Sheets_DeveloperMetadata + */ + public function getDeveloperMetadata() + { + return $this->developerMetadata; + } public function setHiddenByFilter($hiddenByFilter) { $this->hiddenByFilter = $hiddenByFilter; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php index b21351a4..3e2956c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DimensionRange.php @@ -1,6 +1,6 @@ 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 index 80af6214..46cd8f70 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/DuplicateSheetRequest.php @@ -1,6 +1,6 @@ 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 index 0fd13e5c..94f7d3cf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Editors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Editors.php @@ -1,6 +1,6 @@ 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 index 96363fd1..7f6b7999 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectPosition.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/EmbeddedObjectPosition.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php index 0686b232..daaddb7c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ErrorValue.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php index 2760f2b9..4ced3c9e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterCriteria.php @@ -1,6 +1,6 @@ condition = $condition; } + /** + * @return Google_Service_Sheets_BooleanCondition + */ public function getCondition() { return $this->condition; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php index 0a498f75..3fecb0d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FilterView.php @@ -1,6 +1,6 @@ criteria = $criteria; } + /** + * @return Google_Service_Sheets_FilterCriteria + */ public function getCriteria() { return $this->criteria; @@ -52,18 +58,30 @@ class Google_Service_Sheets_FilterView extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php index 73202ce6..002f1fb7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php index 119767fc..c159b931 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/FindReplaceResponse.php @@ -1,6 +1,6 @@ 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 index c92c07bc..5428a506 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridCoordinate.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php index b6692ba8..f2e494cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/GridProperties.php @@ -1,6 +1,6 @@ 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 index 4dace9db..bccbbb8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/InsertRangeRequest.php @@ -1,6 +1,6 @@ range = $range; } + /** + * @return Google_Service_Sheets_GridRange + */ public function getRange() { return $this->range; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php index 8468334f..80a33735 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/InterpolationPoint.php @@ -1,6 +1,6 @@ color = $color; } + /** + * @return Google_Service_Sheets_Color + */ public function getColor() { return $this->color; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php index 297a42e7..ccae59d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php @@ -1,6 +1,6 @@ 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 index 21b409fe..59ef837b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/MoveDimensionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/MoveDimensionRequest.php @@ -1,6 +1,6 @@ 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 index 5239c68f..ad618d2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/NamedRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/NamedRange.php @@ -1,6 +1,6 @@ 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 index 52fcbc96..895858fd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/NumberFormat.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/NumberFormat.php @@ -1,6 +1,6 @@ anchorCell = $anchorCell; } + /** + * @return Google_Service_Sheets_GridCoordinate + */ public function getAnchorCell() { return $this->anchorCell; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php index 336a105e..fd2dc5d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Padding.php @@ -1,6 +1,6 @@ coordinate = $coordinate; } + /** + * @return Google_Service_Sheets_GridCoordinate + */ public function getCoordinate() { return $this->coordinate; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php index bca13294..21a30a16 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PieChartSpec.php @@ -1,6 +1,6 @@ domain = $domain; } + /** + * @return Google_Service_Sheets_ChartData + */ public function getDomain() { return $this->domain; @@ -49,10 +55,16 @@ class Google_Service_Sheets_PieChartSpec extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php index 9d5aa1ee..34887733 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotFilterCriteria.php @@ -1,6 +1,6 @@ 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; @@ -50,18 +84,30 @@ class Google_Service_Sheets_PivotGroup extends Google_Collection { 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/PivotGroupSortValueBucket.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.php index 9d3457e6..31c48d8f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupSortValueBucket.php @@ -1,6 +1,6 @@ buckets = $buckets; } + /** + * @return Google_Service_Sheets_ExtendedValue + */ public function getBuckets() { return $this->buckets; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php index 5b314d29..2d637d58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotGroupValueMetadata.php @@ -1,6 +1,6 @@ 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 index 3e45f9d1..db87a463 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotTable.php @@ -1,6 +1,6 @@ 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; @@ -70,10 +94,16 @@ class Google_Service_Sheets_PivotTable extends Google_Collection { 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 index 2e3312be..e9222f14 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/PivotValue.php @@ -1,6 +1,6 @@ calculatedDisplayType = $calculatedDisplayType; + } + public function getCalculatedDisplayType() + { + return $this->calculatedDisplayType; + } public function setFormula($formula) { $this->formula = $formula; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php index 4f3a364f..3d72ec50 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ProtectedRange.php @@ -1,6 +1,6 @@ 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; @@ -62,10 +68,16 @@ class Google_Service_Sheets_ProtectedRange extends Google_Collection { 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; @@ -78,10 +90,16 @@ class Google_Service_Sheets_ProtectedRange extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php index 9552256b..8c435835 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/RepeatCellRequest.php @@ -1,6 +1,6 @@ cell = $cell; } + /** + * @return Google_Service_Sheets_CellData + */ public function getCell() { return $this->cell; @@ -39,10 +45,16 @@ class Google_Service_Sheets_RepeatCellRequest extends Google_Model { 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 index 2165967f..07f2a6b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Request.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Request.php @@ -1,6 +1,6 @@ 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_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_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_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_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 index 178f97ec..9ac3b288 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/Spreadsheets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/Spreadsheets.php @@ -1,6 +1,6 @@ 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/SpreadsheetsSheets.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.php index 5714ae58..d9cbd904 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsSheets.php @@ -1,6 +1,6 @@ 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) @@ -88,12 +106,6 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. * @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 ranges The A1 notation of the values to retrieve. * @opt_param string majorDimension The major dimension that results should use. * @@ -101,6 +113,12 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * 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()) @@ -109,6 +127,23 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R $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. @@ -125,6 +160,22 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R $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 @@ -179,10 +230,6 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @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 @@ -192,6 +239,10 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * 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). + * @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. * @return Google_Service_Sheets_UpdateValuesResponse */ public function update($spreadsheetId, $range, Google_Service_Sheets_ValueRange $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php index 2b0e0733..cae85f37 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Response.php @@ -1,6 +1,6 @@ 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_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_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_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 index 63a44c67..e2ec6d5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/RowData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/RowData.php @@ -1,6 +1,6 @@ values = $values; } + /** + * @return Google_Service_Sheets_CellData + */ public function getValues() { return $this->values; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php index 86178726..5e9cebfa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetBasicFilterRequest.php @@ -1,6 +1,6 @@ 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 index d1264bcc..4ea4c3c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/SetDataValidationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SetDataValidationRequest.php @@ -1,6 +1,6 @@ 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 index 8f6c92a1..bf50fb1e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Sheet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Sheet.php @@ -1,6 +1,6 @@ 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_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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php index e885b969..6f056550 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SheetProperties.php @@ -1,6 +1,6 @@ gridProperties = $gridProperties; } + /** + * @return Google_Service_Sheets_GridProperties + */ public function getGridProperties() { return $this->gridProperties; @@ -76,10 +82,16 @@ class Google_Service_Sheets_SheetProperties extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php index 672ac463..dc73db6e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortRangeRequest.php @@ -1,6 +1,6 @@ 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 index 23ca6643..9d64bb9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SortSpec.php @@ -1,6 +1,6 @@ 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 index deb06fce..b497b0b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Spreadsheet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php index 2b33c488..b45e3cdb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/SpreadsheetProperties.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php index c51a1828..ee854bb8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php index 7ee1c236..a33063c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextFormatRun.php @@ -1,6 +1,6 @@ format = $format; } + /** + * @return Google_Service_Sheets_TextFormat + */ public function getFormat() { return $this->format; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php index 55f8902f..9d294af7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/TextRotation.php @@ -1,6 +1,6 @@ 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/UnmergeCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.php index c83ddb28..cd20a285 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UnmergeCellsRequest.php @@ -1,6 +1,6 @@ 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 index f4cea769..0a388bf1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBandingRequest.php @@ -1,6 +1,6 @@ bandedRange = $bandedRange; } + /** + * @return Google_Service_Sheets_BandedRange + */ public function getBandedRange() { return $this->bandedRange; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php index 18b53b3e..b0475485 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateBordersRequest.php @@ -1,6 +1,6 @@ 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 index 6d629d30..78e0632c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateCellsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateCellsRequest.php @@ -1,6 +1,6 @@ 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 index c40fd3fe..cfeb59d0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateChartSpecRequest.php @@ -1,6 +1,6 @@ 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 index 10aefd7b..a3ac377e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php index 3313cdc2..13cc0b69 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateConditionalFormatRuleResponse.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_Sheets_UpdateConditionalFormatRuleResponse extends Google_M { 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/UpdateDimensionPropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.php index b96c8ff0..34b5f554 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateDimensionPropertiesRequest.php @@ -1,6 +1,6 @@ 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 index 153dccec..1d352ce1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php index e5bbd48d..d200cb5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateEmbeddedObjectPositionResponse.php @@ -1,6 +1,6 @@ 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 index 7fe57b56..f8ec36d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateFilterViewRequest.php @@ -1,6 +1,6 @@ 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 index 7d9d8890..bebb591d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateNamedRangeRequest.php @@ -1,6 +1,6 @@ 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 index 6f5b8327..74d1fea4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateProtectedRangeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateProtectedRangeRequest.php @@ -1,6 +1,6 @@ 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 index c14acfc1..520345ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSheetPropertiesRequest.php @@ -1,6 +1,6 @@ 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 index 1bcea29e..239bbf74 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateSpreadsheetPropertiesRequest.php @@ -1,6 +1,6 @@ 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/UpdateValuesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.php index 46dc85f2..2c15eed6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/UpdateValuesResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php index 3bc7a4b3..c5325bfc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ValueRange.php @@ -1,6 +1,6 @@ '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', @@ -97,6 +117,10 @@ class Google_Service_ShoppingContent extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'force' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'get' => array( 'path' => '{merchantId}/accounts/{accountId}', @@ -187,96 +211,6 @@ class Google_Service_ShoppingContent extends Google_Service ) ) ); - $this->accountshipping = new Google_Service_ShoppingContent_Resource_Accountshipping( - $this, - $this->serviceName, - 'accountshipping', - array( - 'methods' => array( - 'custombatch' => array( - 'path' => 'accountshipping/batch', - 'httpMethod' => 'POST', - 'parameters' => array( - 'dryRun' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ),'get' => array( - 'path' => '{merchantId}/accountshipping/{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}/accountshipping', - 'httpMethod' => 'GET', - 'parameters' => array( - 'merchantId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'patch' => array( - 'path' => '{merchantId}/accountshipping/{accountId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'merchantId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'dryRun' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ),'update' => array( - 'path' => '{merchantId}/accountshipping/{accountId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'merchantId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'dryRun' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ), - ) - ) - ); $this->accountstatuses = new Google_Service_ShoppingContent_Resource_Accountstatuses( $this, $this->serviceName, @@ -301,6 +235,11 @@ class Google_Service_ShoppingContent extends Google_Service 'type' => 'string', 'required' => true, ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ),'list' => array( 'path' => '{merchantId}/accountstatuses', @@ -311,6 +250,11 @@ class Google_Service_ShoppingContent extends Google_Service 'type' => 'string', 'required' => true, ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', @@ -448,6 +392,25 @@ class Google_Service_ShoppingContent extends Google_Service 'type' => 'boolean', ), ), + ),'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, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), ),'get' => array( 'path' => '{merchantId}/datafeeds/{datafeedId}', 'httpMethod' => 'GET', @@ -561,6 +524,14 @@ class Google_Service_ShoppingContent extends Google_Service 'type' => 'string', 'required' => true, ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => '{merchantId}/datafeedstatuses', @@ -627,6 +598,181 @@ class Google_Service_ShoppingContent extends Google_Service ) ) ); + $this->liasettings = new Google_Service_ShoppingContent_Resource_Liasettings( + $this, + $this->serviceName, + 'liasettings', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'liasettings/batch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'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', + ), + ), + ),'patch' => array( + 'path' => '{merchantId}/liasettings/{accountId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'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', + ), + ), + ),'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', + ), + 'contactName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'country' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'language' => 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, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); $this->orders = new Google_Service_ShoppingContent_Resource_Orders( $this, $this->serviceName, @@ -752,6 +898,21 @@ class Google_Service_ShoppingContent extends Google_Service 'required' => true, ), ), + ),'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', @@ -806,6 +967,21 @@ class Google_Service_ShoppingContent extends Google_Service 'required' => 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, + ), + ), ),'returnlineitem' => array( 'path' => '{merchantId}/orders/{orderId}/returnLineItem', 'httpMethod' => 'POST', @@ -821,6 +997,36 @@ class Google_Service_ShoppingContent extends Google_Service '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', @@ -836,6 +1042,21 @@ class Google_Service_ShoppingContent extends Google_Service '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', @@ -870,6 +1091,141 @@ class Google_Service_ShoppingContent extends Google_Service ) ) ); + $this->pos = new Google_Service_ShoppingContent_Resource_Pos( + $this, + $this->serviceName, + 'pos', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'pos/batch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'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, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'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, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'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, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'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, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); $this->products = new Google_Service_ShoppingContent_Resource_Products( $this, $this->serviceName, @@ -968,7 +1324,12 @@ class Google_Service_ShoppingContent extends Google_Service 'custombatch' => array( 'path' => 'productstatuses/batch', 'httpMethod' => 'POST', - 'parameters' => array(), + 'parameters' => array( + 'includeAttributes' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), ),'get' => array( 'path' => '{merchantId}/productstatuses/{productId}', 'httpMethod' => 'GET', @@ -983,6 +1344,15 @@ class Google_Service_ShoppingContent extends Google_Service 'type' => 'string', 'required' => true, ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'includeAttributes' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'list' => array( 'path' => '{merchantId}/productstatuses', @@ -993,6 +1363,15 @@ class Google_Service_ShoppingContent extends Google_Service 'type' => 'string', 'required' => true, ), + 'destinations' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'includeAttributes' => array( + 'location' => 'query', + 'type' => 'boolean', + ), 'includeInvalidInsertedItems' => array( 'location' => 'query', 'type' => 'boolean', @@ -1050,6 +1429,16 @@ class Google_Service_ShoppingContent extends Google_Service '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', diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php index 818b624f..7f42f9db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Account.php @@ -1,6 +1,6 @@ adultContent; } + /** + * @param Google_Service_ShoppingContent_AccountAdwordsLink + */ public function setAdwordsLinks($adwordsLinks) { $this->adwordsLinks = $adwordsLinks; } + /** + * @return Google_Service_ShoppingContent_AccountAdwordsLink + */ public function getAdwordsLinks() { return $this->adwordsLinks; } + /** + * @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; @@ -86,10 +110,16 @@ class Google_Service_ShoppingContent_Account extends Google_Collection { 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; @@ -102,4 +132,18 @@ class Google_Service_ShoppingContent_Account extends Google_Collection { 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/AccountAdwordsLink.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdwordsLink.php index 7545618e..78357cd9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdwordsLink.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountAdwordsLink.php @@ -1,6 +1,6 @@ accountId = $accountId; - } - public function getAccountId() - { - return $this->accountId; - } - public function setCarrierRates($carrierRates) - { - $this->carrierRates = $carrierRates; - } - public function getCarrierRates() - { - return $this->carrierRates; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setLocationGroups($locationGroups) - { - $this->locationGroups = $locationGroups; - } - public function getLocationGroups() - { - return $this->locationGroups; - } - public function setRateTables($rateTables) - { - $this->rateTables = $rateTables; - } - public function getRateTables() - { - return $this->rateTables; - } - public function setServices($services) - { - $this->services = $services; - } - public function getServices() - { - return $this->services; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingCarrierRate.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingCarrierRate.php deleted file mode 100644 index e3019122..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingCarrierRate.php +++ /dev/null @@ -1,85 +0,0 @@ -carrier = $carrier; - } - public function getCarrier() - { - return $this->carrier; - } - public function setCarrierService($carrierService) - { - $this->carrierService = $carrierService; - } - public function getCarrierService() - { - return $this->carrierService; - } - public function setModifierFlatRate(Google_Service_ShoppingContent_Price $modifierFlatRate) - { - $this->modifierFlatRate = $modifierFlatRate; - } - public function getModifierFlatRate() - { - return $this->modifierFlatRate; - } - public function setModifierPercent($modifierPercent) - { - $this->modifierPercent = $modifierPercent; - } - public function getModifierPercent() - { - return $this->modifierPercent; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setSaleCountry($saleCountry) - { - $this->saleCountry = $saleCountry; - } - public function getSaleCountry() - { - return $this->saleCountry; - } - public function setShippingOrigin($shippingOrigin) - { - $this->shippingOrigin = $shippingOrigin; - } - public function getShippingOrigin() - { - return $this->shippingOrigin; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingCondition.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingCondition.php deleted file mode 100644 index 9bd68b91..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingCondition.php +++ /dev/null @@ -1,87 +0,0 @@ -deliveryLocationGroup = $deliveryLocationGroup; - } - public function getDeliveryLocationGroup() - { - return $this->deliveryLocationGroup; - } - public function setDeliveryLocationId($deliveryLocationId) - { - $this->deliveryLocationId = $deliveryLocationId; - } - public function getDeliveryLocationId() - { - return $this->deliveryLocationId; - } - public function setDeliveryPostalCode($deliveryPostalCode) - { - $this->deliveryPostalCode = $deliveryPostalCode; - } - public function getDeliveryPostalCode() - { - return $this->deliveryPostalCode; - } - public function setDeliveryPostalCodeRange(Google_Service_ShoppingContent_AccountShippingPostalCodeRange $deliveryPostalCodeRange) - { - $this->deliveryPostalCodeRange = $deliveryPostalCodeRange; - } - public function getDeliveryPostalCodeRange() - { - return $this->deliveryPostalCodeRange; - } - public function setPriceMax(Google_Service_ShoppingContent_Price $priceMax) - { - $this->priceMax = $priceMax; - } - public function getPriceMax() - { - return $this->priceMax; - } - public function setShippingLabel($shippingLabel) - { - $this->shippingLabel = $shippingLabel; - } - public function getShippingLabel() - { - return $this->shippingLabel; - } - public function setWeightMax(Google_Service_ShoppingContent_Weight $weightMax) - { - $this->weightMax = $weightMax; - } - public function getWeightMax() - { - return $this->weightMax; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingLocationGroup.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingLocationGroup.php deleted file mode 100644 index 5e0ca75f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingLocationGroup.php +++ /dev/null @@ -1,68 +0,0 @@ -country = $country; - } - public function getCountry() - { - return $this->country; - } - public function setLocationIds($locationIds) - { - $this->locationIds = $locationIds; - } - public function getLocationIds() - { - return $this->locationIds; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setPostalCodeRanges($postalCodeRanges) - { - $this->postalCodeRanges = $postalCodeRanges; - } - public function getPostalCodeRanges() - { - return $this->postalCodeRanges; - } - public function setPostalCodes($postalCodes) - { - $this->postalCodes = $postalCodes; - } - public function getPostalCodes() - { - return $this->postalCodes; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingPostalCodeRange.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingPostalCodeRange.php deleted file mode 100644 index d2151ace..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingPostalCodeRange.php +++ /dev/null @@ -1,39 +0,0 @@ -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/ShoppingContent/AccountShippingRateTable.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingRateTable.php deleted file mode 100644 index c8b0e177..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingRateTable.php +++ /dev/null @@ -1,50 +0,0 @@ -content = $content; - } - public function getContent() - { - return $this->content; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setSaleCountry($saleCountry) - { - $this->saleCountry = $saleCountry; - } - public function getSaleCountry() - { - return $this->saleCountry; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingRateTableCell.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingRateTableCell.php deleted file mode 100644 index 543395d1..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingRateTableCell.php +++ /dev/null @@ -1,41 +0,0 @@ -condition = $condition; - } - public function getCondition() - { - return $this->condition; - } - public function setRate(Google_Service_ShoppingContent_Price $rate) - { - $this->rate = $rate; - } - public function getRate() - { - return $this->rate; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingService.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingService.php deleted file mode 100644 index 555ef16e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingService.php +++ /dev/null @@ -1,86 +0,0 @@ -active = $active; - } - public function getActive() - { - return $this->active; - } - public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod) - { - $this->calculationMethod = $calculationMethod; - } - public function getCalculationMethod() - { - return $this->calculationMethod; - } - public function setCostRuleTree(Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule $costRuleTree) - { - $this->costRuleTree = $costRuleTree; - } - public function getCostRuleTree() - { - return $this->costRuleTree; - } - public function setMaxDaysInTransit($maxDaysInTransit) - { - $this->maxDaysInTransit = $maxDaysInTransit; - } - public function getMaxDaysInTransit() - { - return $this->maxDaysInTransit; - } - public function setMinDaysInTransit($minDaysInTransit) - { - $this->minDaysInTransit = $minDaysInTransit; - } - public function getMinDaysInTransit() - { - return $this->minDaysInTransit; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setSaleCountry($saleCountry) - { - $this->saleCountry = $saleCountry; - } - public function getSaleCountry() - { - return $this->saleCountry; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingServiceCalculationMethod.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingServiceCalculationMethod.php deleted file mode 100644 index 3540f418..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingServiceCalculationMethod.php +++ /dev/null @@ -1,67 +0,0 @@ -carrierRate = $carrierRate; - } - public function getCarrierRate() - { - return $this->carrierRate; - } - public function setExcluded($excluded) - { - $this->excluded = $excluded; - } - public function getExcluded() - { - return $this->excluded; - } - public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate) - { - $this->flatRate = $flatRate; - } - public function getFlatRate() - { - return $this->flatRate; - } - public function setPercentageRate($percentageRate) - { - $this->percentageRate = $percentageRate; - } - public function getPercentageRate() - { - return $this->percentageRate; - } - public function setRateTable($rateTable) - { - $this->rateTable = $rateTable; - } - public function getRateTable() - { - return $this->rateTable; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingServiceCostRule.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingServiceCostRule.php deleted file mode 100644 index cef52308..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountShippingShippingServiceCostRule.php +++ /dev/null @@ -1,52 +0,0 @@ -calculationMethod = $calculationMethod; - } - public function getCalculationMethod() - { - return $this->calculationMethod; - } - public function setChildren($children) - { - $this->children = $children; - } - public function getChildren() - { - return $this->children; - } - public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition) - { - $this->condition = $condition; - } - public function getCondition() - { - return $this->condition; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php index 36fbb5d5..25ba5e5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatus.php @@ -1,6 +1,6 @@ accountId; } + /** + * @param Google_Service_ShoppingContent_AccountStatusAccountLevelIssue + */ + public function setAccountLevelIssues($accountLevelIssues) + { + $this->accountLevelIssues = $accountLevelIssues; + } + /** + * @return Google_Service_ShoppingContent_AccountStatusAccountLevelIssue + */ + public function getAccountLevelIssues() + { + return $this->accountLevelIssues; + } + /** + * @param Google_Service_ShoppingContent_AccountStatusDataQualityIssue + */ public function setDataQualityIssues($dataQualityIssues) { $this->dataQualityIssues = $dataQualityIssues; } + /** + * @return Google_Service_ShoppingContent_AccountStatusDataQualityIssue + */ public function getDataQualityIssues() { return $this->dataQualityIssues; @@ -47,4 +70,12 @@ class Google_Service_ShoppingContent_AccountStatus extends Google_Collection { return $this->kind; } + public function setWebsiteClaimed($websiteClaimed) + { + $this->websiteClaimed = $websiteClaimed; + } + public function getWebsiteClaimed() + { + return $this->websiteClaimed; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusDataQualityIssue.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusDataQualityIssue.php index 300fd262..12e07bba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusDataQualityIssue.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusDataQualityIssue.php @@ -1,6 +1,6 @@ country; } + public function setDestination($destination) + { + $this->destination = $destination; + } + public function getDestination() + { + return $this->destination; + } public function setDetail($detail) { $this->detail = $detail; @@ -54,10 +63,16 @@ class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Googl { return $this->displayedValue; } + /** + * @param Google_Service_ShoppingContent_AccountStatusExampleItem + */ public function setExampleItems($exampleItems) { $this->exampleItems = $exampleItems; } + /** + * @return Google_Service_ShoppingContent_AccountStatusExampleItem + */ public function getExampleItems() { return $this->exampleItems; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusExampleItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusExampleItem.php index f8a5b560..d2de5a8a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusExampleItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountStatusExampleItem.php @@ -1,6 +1,6 @@ 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 index 96392bc5..7ac314b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountTaxTaxRule.php @@ -1,6 +1,6 @@ accountIdentifiers = $accountIdentifiers; } + /** + * @return Google_Service_ShoppingContent_AccountIdentifier + */ public function getAccountIdentifiers() { return $this->accountIdentifiers; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php index ab20c936..1374ee11 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequest.php @@ -1,6 +1,6 @@ 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 index 3dc1d680..170957d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ account = $account; } + /** + * @return Google_Service_ShoppingContent_Account + */ public function getAccount() { return $this->account; @@ -48,6 +56,14 @@ class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Goo { return $this->batchId; } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; @@ -64,4 +80,12 @@ class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Goo { 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/AccountsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.php index 80a842b1..100abc7e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php index 13bf5d7c..b4c67805 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ account = $account; } + /** + * @return Google_Service_ShoppingContent_Account + */ public function getAccount() { return $this->account; @@ -40,10 +46,16 @@ class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Go { 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/AccountsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.php index bdc618f0..5df62ed9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsListResponse.php @@ -1,6 +1,6 @@ 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/AccountshippingCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchRequest.php deleted file mode 100644 index 41af4e86..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchRequest.php +++ /dev/null @@ -1,32 +0,0 @@ -entries = $entries; - } - public function getEntries() - { - return $this->entries; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchRequestEntry.php deleted file mode 100644 index c0848ec0..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchRequestEntry.php +++ /dev/null @@ -1,67 +0,0 @@ -accountId = $accountId; - } - public function getAccountId() - { - return $this->accountId; - } - public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping) - { - $this->accountShipping = $accountShipping; - } - public function getAccountShipping() - { - return $this->accountShipping; - } - 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/AccountshippingCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchResponse.php deleted file mode 100644 index 62d66179..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchResponse.php +++ /dev/null @@ -1,41 +0,0 @@ -entries = $entries; - } - 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/AccountshippingCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchResponseEntry.php deleted file mode 100644 index b0528ddf..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingCustomBatchResponseEntry.php +++ /dev/null @@ -1,59 +0,0 @@ -accountShipping = $accountShipping; - } - public function getAccountShipping() - { - return $this->accountShipping; - } - public function setBatchId($batchId) - { - $this->batchId = $batchId; - } - public function getBatchId() - { - return $this->batchId; - } - public function setErrors(Google_Service_ShoppingContent_Errors $errors) - { - $this->errors = $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/AccountshippingListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingListResponse.php deleted file mode 100644 index bb9a7bf0..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountshippingListResponse.php +++ /dev/null @@ -1,50 +0,0 @@ -kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setNextPageToken($nextPageToken) - { - $this->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/ShoppingContent/AccountstatusesCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.php index 543f2a22..98005d70 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequest.php @@ -1,6 +1,6 @@ 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 index 5d81ce10..f5415fa3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ batchId; } + public function setDestinations($destinations) + { + $this->destinations = $destinations; + } + public function getDestinations() + { + return $this->destinations; + } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php index 122ad14c..f8b68645 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php index 9b9b81d9..8516ada0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ accountStatus = $accountStatus; } + /** + * @return Google_Service_ShoppingContent_AccountStatus + */ public function getAccountStatus() { return $this->accountStatus; @@ -39,10 +45,16 @@ class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry ext { 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 index 2ee02e44..814e0dc0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccountstatusesListResponse.php @@ -1,6 +1,6 @@ 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 index 74d5621f..0138135e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequest.php @@ -1,6 +1,6 @@ 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 index 4daddcf6..413515b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php index af6cf096..28c4cd59 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php index 47fde886..c8321640 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ accountTax = $accountTax; } + /** + * @return Google_Service_ShoppingContent_AccountTax + */ public function getAccountTax() { return $this->accountTax; @@ -40,10 +46,16 @@ class Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry extends { 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/AccounttaxListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php index e066451e..817a8c3f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php @@ -1,6 +1,6 @@ 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/CarrierRate.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.php index fdcd0ba2..7064a4de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarrierRate.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php index 1bcec7f0..a0285ab7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/CarriersCarrier.php @@ -1,6 +1,6 @@ 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; @@ -72,10 +80,16 @@ class Google_Service_ShoppingContent_Datafeed extends Google_Collection { 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; @@ -120,4 +134,18 @@ class Google_Service_ShoppingContent_Datafeed extends Google_Collection { return $this->targetCountry; } + /** + * @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 index 289db369..31937905 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFetchSchedule.php @@ -1,6 +1,6 @@ password; } + public function setPaused($paused) + { + $this->paused = $paused; + } + public function getPaused() + { + return $this->paused; + } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php index e3f55163..f0aed397 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedFormat.php @@ -1,6 +1,6 @@ country = $country; + } + public function getCountry() + { + return $this->country; + } public function setDatafeedId($datafeedId) { $this->datafeedId = $datafeedId; @@ -37,10 +47,16 @@ class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection { 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; @@ -69,6 +85,14 @@ class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection { return $this->kind; } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } public function setLastUploadDate($lastUploadDate) { $this->lastUploadDate = $lastUploadDate; @@ -85,10 +109,16 @@ class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection { 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 index 3f276d27..9aaddf48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusError.php @@ -1,6 +1,6 @@ count; } + /** + * @param Google_Service_ShoppingContent_DatafeedStatusExample + */ public function setExamples($examples) { $this->examples = $examples; } + /** + * @return Google_Service_ShoppingContent_DatafeedStatusExample + */ public function getExamples() { return $this->examples; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php index cfbeb268..7be6bf45 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedStatusExample.php @@ -1,6 +1,6 @@ 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 index 8d537c30..3eb26d29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php index 85898c9a..d73fe613 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php index 42e0b206..079aeda9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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/DatafeedsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.php index 0092ece7..a8ca3c39 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedsListResponse.php @@ -1,6 +1,6 @@ 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 index 808ad5a5..eeded5a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequest.php @@ -1,6 +1,6 @@ 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 index 58457c5d..e0edd9cb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ batchId; } + public function setCountry($country) + { + $this->country = $country; + } + public function getCountry() + { + return $this->country; + } public function setDatafeedId($datafeedId) { $this->datafeedId = $datafeedId; @@ -38,6 +48,14 @@ class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry ext { return $this->datafeedId; } + public function setLanguage($language) + { + $this->language = $language; + } + public function getLanguage() + { + return $this->language; + } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php index b85a0bc3..a4fab57a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php index 7244943a..2f4a95c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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 index 0f272931..7b40fe62 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DatafeedstatusesListResponse.php @@ -1,6 +1,6 @@ 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 index fd69f4bb..8e2223c3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php @@ -1,6 +1,6 @@ holidayCutoffs = $holidayCutoffs; + } + /** + * @return Google_Service_ShoppingContent_HolidayCutoff + */ + public function getHolidayCutoffs() + { + return $this->holidayCutoffs; + } public function setMaxTransitTimeInDays($maxTransitTimeInDays) { $this->maxTransitTimeInDays = $maxTransitTimeInDays; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php index 0166ea57..df5b7418 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Error.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_ShoppingContent_Error + */ public function setErrors($errors) { $this->errors = $errors; } + /** + * @return Google_Service_ShoppingContent_Error + */ public function getErrors() { return $this->errors; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php index 8d41b365..d93bbb9b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Headers.php @@ -1,6 +1,6 @@ locations = $locations; } + /** + * @return Google_Service_ShoppingContent_LocationIdSet + */ public function getLocations() { return $this->locations; @@ -51,18 +57,30 @@ class Google_Service_ShoppingContent_Headers extends Google_Collection { 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/Installment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.php index 8444cb75..4c7686e4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Installment.php @@ -1,6 +1,6 @@ amount = $amount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getAmount() { return $this->amount; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Inventory.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Inventory.php index 026be0d9..56b0cb2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Inventory.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Inventory.php @@ -1,6 +1,6 @@ availability; } + /** + * @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; @@ -57,26 +63,44 @@ class Google_Service_ShoppingContent_Inventory extends Google_Model { return $this->kind; } + /** + * @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; } + /** + * @param Google_Service_ShoppingContent_InventoryPickup + */ public function setPickup(Google_Service_ShoppingContent_InventoryPickup $pickup) { $this->pickup = $pickup; } + /** + * @return Google_Service_ShoppingContent_InventoryPickup + */ public function getPickup() { return $this->pickup; } + /** + * @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; @@ -89,10 +113,16 @@ class Google_Service_ShoppingContent_Inventory extends Google_Model { return $this->quantity; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequest.php index 301966b2..ed47f609 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequest.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequestEntry.php index 672359fb..8ed66b30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ batchId; } + /** + * @param Google_Service_ShoppingContent_Inventory + */ public function setInventory(Google_Service_ShoppingContent_Inventory $inventory) { $this->inventory = $inventory; } + /** + * @return Google_Service_ShoppingContent_Inventory + */ public function getInventory() { return $this->inventory; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponse.php index be3550cb..3d423f42 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponseEntry.php index 4daae555..c395ef92 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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/InventoryPickup.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryPickup.php index 18ef3b0c..58fd63f0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryPickup.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventoryPickup.php @@ -1,6 +1,6 @@ availability; } + /** + * @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; } + /** + * @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; } + /** + * @param Google_Service_ShoppingContent_InventoryPickup + */ public function setPickup(Google_Service_ShoppingContent_InventoryPickup $pickup) { $this->pickup = $pickup; } + /** + * @return Google_Service_ShoppingContent_InventoryPickup + */ public function getPickup() { return $this->pickup; } + /** + * @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; @@ -80,10 +104,16 @@ class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model { return $this->quantity; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventorySetResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventorySetResponse.php index d96ea0d3..1fa9ca78 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventorySetResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/InventorySetResponse.php @@ -1,6 +1,6 @@ channelType; } + /** + * @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; @@ -97,10 +109,16 @@ class Google_Service_ShoppingContent_Order extends Google_Collection { 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; @@ -121,18 +139,30 @@ class Google_Service_ShoppingContent_Order extends Google_Collection { return $this->merchantOrderId; } + /** + * @param Google_Service_ShoppingContent_Price + */ public function setNetAmount(Google_Service_ShoppingContent_Price $netAmount) { $this->netAmount = $netAmount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getNetAmount() { return $this->netAmount; } + /** + * @param Google_Service_ShoppingContent_OrderPaymentMethod + */ public function setPaymentMethod(Google_Service_ShoppingContent_OrderPaymentMethod $paymentMethod) { $this->paymentMethod = $paymentMethod; } + /** + * @return Google_Service_ShoppingContent_OrderPaymentMethod + */ public function getPaymentMethod() { return $this->paymentMethod; @@ -153,42 +183,72 @@ class Google_Service_ShoppingContent_Order extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php index f563025a..dc2ab884 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderAddress.php @@ -1,6 +1,6 @@ fullName; } + /** + * @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/OrderDeliveryDetails.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.php index 0952f787..f6d46d05 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderDeliveryDetails.php @@ -1,6 +1,6 @@ address = $address; } + /** + * @return Google_Service_ShoppingContent_OrderAddress + */ public function getAddress() { return $this->address; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php index 1e71e8a7..b56c9c67 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php @@ -1,6 +1,6 @@ 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; @@ -56,18 +78,30 @@ class Google_Service_ShoppingContent_OrderLineItem extends Google_Collection { 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; @@ -120,34 +154,58 @@ class Google_Service_ShoppingContent_OrderLineItem extends Google_Collection { return $this->quantityShipped; } + /** + * @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/OrderLineItemProduct.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.php index bcea3e5d..a50eda04 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProduct.php @@ -1,6 +1,6 @@ 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; @@ -148,10 +154,16 @@ class Google_Service_ShoppingContent_OrderLineItemProduct extends Google_Collect { 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/OrderLineItemProductVariantAttribute.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.php index 683abc5a..ca80e86e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemProductVariantAttribute.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php index d118b871..b72d6cb5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetailsMethod.php @@ -1,6 +1,6 @@ billingAddress = $billingAddress; } + /** + * @return Google_Service_ShoppingContent_OrderAddress + */ public function getBillingAddress() { return $this->billingAddress; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php index f694ac57..3dd0035d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php @@ -1,6 +1,6 @@ benefits = $benefits; } + /** + * @return Google_Service_ShoppingContent_OrderPromotionBenefit + */ public function getBenefits() { return $this->benefits; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionBenefit.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionBenefit.php index 285932e5..1c904796 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionBenefit.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionBenefit.php @@ -1,6 +1,6 @@ discount = $discount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getDiscount() { return $this->discount; @@ -50,10 +56,16 @@ class Google_Service_ShoppingContent_OrderPromotionBenefit extends Google_Collec { return $this->subType; } + /** + * @param Google_Service_ShoppingContent_Price + */ public function setTaxImpact(Google_Service_ShoppingContent_Price $taxImpact) { $this->taxImpact = $taxImpact; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getTaxImpact() { return $this->taxImpact; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php index b277b5d7..9ad1a7e9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderRefund.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php index 7af5e517..9b13f604 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderReturn.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } + /** + * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ public function getLineItems() { return $this->lineItems; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php index 7173efc2..86db7999 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderShipmentLineItemShipment.php @@ -1,6 +1,6 @@ lineItemId; } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } public function setQuantity($quantity) { $this->quantity = $quantity; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php index ccbae30c..d2351836 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersAcknowledgeRequest.php @@ -1,6 +1,6 @@ amount = $amount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getAmount() { return $this->amount; } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountPretax(Google_Service_ShoppingContent_Price $amountPretax) + { + $this->amountPretax = $amountPretax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountPretax() + { + return $this->amountPretax; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountTax(Google_Service_ShoppingContent_Price $amountTax) + { + $this->amountTax = $amountTax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountTax() + { + return $this->amountTax; + } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; @@ -49,6 +88,14 @@ class Google_Service_ShoppingContent_OrdersCancelLineItemRequest extends Google_ { return $this->operationId; } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } public function setQuantity($quantity) { $this->quantity = $quantity; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php index 30842da8..b8609d62 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCancelLineItemResponse.php @@ -1,6 +1,6 @@ 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 index 87d8ac84..5083060b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCreateTestOrderResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntry.php index 6b6e91bb..1c32a0bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ batchId; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel + */ public function setCancel(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel $cancel) { $this->cancel = $cancel; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel + */ public function getCancel() { return $this->cancel; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem + */ public function setCancelLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem $cancelLineItem) { $this->cancelLineItem = $cancelLineItem; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem + */ public function getCancelLineItem() { return $this->cancelLineItem; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryInStoreRefundLineItem + */ + public function setInStoreRefundLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryInStoreRefundLineItem $inStoreRefundLineItem) + { + $this->inStoreRefundLineItem = $inStoreRefundLineItem; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryInStoreRefundLineItem + */ + public function getInStoreRefundLineItem() + { + return $this->inStoreRefundLineItem; + } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; @@ -100,34 +136,114 @@ class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntry extends Googl { return $this->orderId; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund + */ public function setRefund(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund $refund) { $this->refund = $refund; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund + */ public function getRefund() { return $this->refund; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRejectReturnLineItem + */ + public function setRejectReturnLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRejectReturnLineItem $rejectReturnLineItem) + { + $this->rejectReturnLineItem = $rejectReturnLineItem; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRejectReturnLineItem + */ + public function getRejectReturnLineItem() + { + return $this->rejectReturnLineItem; + } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem + */ public function setReturnLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem $returnLineItem) { $this->returnLineItem = $returnLineItem; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem + */ public function getReturnLineItem() { return $this->returnLineItem; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnRefundLineItem + */ + public function setReturnRefundLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnRefundLineItem $returnRefundLineItem) + { + $this->returnRefundLineItem = $returnRefundLineItem; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnRefundLineItem + */ + public function getReturnRefundLineItem() + { + return $this->returnRefundLineItem; + } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntrySetLineItemMetadata + */ + public function setSetLineItemMetadata(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntrySetLineItemMetadata $setLineItemMetadata) + { + $this->setLineItemMetadata = $setLineItemMetadata; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntrySetLineItemMetadata + */ + public function getSetLineItemMetadata() + { + return $this->setLineItemMetadata; + } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems + */ public function setShipLineItems(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems $shipLineItems) { $this->shipLineItems = $shipLineItems; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems + */ public function getShipLineItems() { return $this->shipLineItems; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails + */ + public function setUpdateLineItemShippingDetails(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails $updateLineItemShippingDetails) + { + $this->updateLineItemShippingDetails = $updateLineItemShippingDetails; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails + */ + public function getUpdateLineItemShippingDetails() + { + return $this->updateLineItemShippingDetails; + } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment + */ public function setUpdateShipment(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment $updateShipment) { $this->updateShipment = $updateShipment; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment + */ public function getUpdateShipment() { return $this->updateShipment; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCancel.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCancel.php index 742b2ab8..ec553966 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCancel.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryCancel.php @@ -1,6 +1,6 @@ amount = $amount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getAmount() { return $this->amount; } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountPretax(Google_Service_ShoppingContent_Price $amountPretax) + { + $this->amountPretax = $amountPretax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountPretax() + { + return $this->amountPretax; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountTax(Google_Service_ShoppingContent_Price $amountTax) + { + $this->amountTax = $amountTax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountTax() + { + return $this->amountTax; + } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; @@ -40,6 +79,14 @@ class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem { return $this->lineItemId; } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } public function setQuantity($quantity) { $this->quantity = $quantity; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefund.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefund.php index 5ba294a9..962b987b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefund.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryRefund.php @@ -1,6 +1,6 @@ amount = $amount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getAmount() { return $this->amount; } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountPretax(Google_Service_ShoppingContent_Price $amountPretax) + { + $this->amountPretax = $amountPretax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountPretax() + { + return $this->amountPretax; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountTax(Google_Service_ShoppingContent_Price $amountTax) + { + $this->amountTax = $amountTax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountTax() + { + return $this->amountTax; + } public function setReason($reason) { $this->reason = $reason; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryReturnLineItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryReturnLineItem.php index 81051113..b2f40954 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryReturnLineItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryReturnLineItem.php @@ -1,6 +1,6 @@ lineItemId; } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } public function setQuantity($quantity) { $this->quantity = $quantity; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItems.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItems.php index 70078c3d..54514ce0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItems.php @@ -1,6 +1,6 @@ carrier; } + /** + * @param Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } + /** + * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ public function getLineItems() { return $this->lineItems; @@ -48,6 +56,20 @@ class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems { return $this->shipmentId; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + */ + public function setShipmentInfos($shipmentInfos) + { + $this->shipmentInfos = $shipmentInfos; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + */ + public function getShipmentInfos() + { + return $this->shipmentInfos; + } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipment.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipment.php index 5e60cda8..c99bd2c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipment.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipment.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchResponseEntry.php index 789f6fdd..b8fbeb76 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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; @@ -57,10 +63,16 @@ class Google_Service_ShoppingContent_OrdersCustomBatchResponseEntry extends Goog { 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/OrdersGetByMerchantOrderIdResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php index b0259ccb..fa0d4a32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php @@ -1,6 +1,6 @@ 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 index a4f79521..2c0e69ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersGetTestOrderTemplateResponse.php @@ -1,6 +1,6 @@ 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/OrdersListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.php index 37d40dec..5e1706fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersListResponse.php @@ -1,6 +1,6 @@ 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/OrdersRefundRequest.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundRequest.php index cc240840..1cceb11e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundRequest.php @@ -1,6 +1,6 @@ amount = $amount; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getAmount() { return $this->amount; } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountPretax(Google_Service_ShoppingContent_Price $amountPretax) + { + $this->amountPretax = $amountPretax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountPretax() + { + return $this->amountPretax; + } + /** + * @param Google_Service_ShoppingContent_Price + */ + public function setAmountTax(Google_Service_ShoppingContent_Price $amountTax) + { + $this->amountTax = $amountTax; + } + /** + * @return Google_Service_ShoppingContent_Price + */ + public function getAmountTax() + { + return $this->amountTax; + } public function setOperationId($operationId) { $this->operationId = $operationId; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundResponse.php index 8c961600..fb7f5a4e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersRefundResponse.php @@ -1,6 +1,6 @@ operationId; } + public function setProductId($productId) + { + $this->productId = $productId; + } + public function getProductId() + { + return $this->productId; + } public function setQuantity($quantity) { $this->quantity = $quantity; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnLineItemResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnLineItemResponse.php index 4178a38f..d52f8612 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnLineItemResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersReturnLineItemResponse.php @@ -1,6 +1,6 @@ carrier; } + /** + * @param Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ public function setLineItems($lineItems) { $this->lineItems = $lineItems; } + /** + * @return Google_Service_ShoppingContent_OrderShipmentLineItemShipment + */ public function getLineItems() { return $this->lineItems; @@ -57,6 +65,20 @@ class Google_Service_ShoppingContent_OrdersShipLineItemsRequest extends Google_C { return $this->shipmentId; } + /** + * @param Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + */ + public function setShipmentInfos($shipmentInfos) + { + $this->shipmentInfos = $shipmentInfos; + } + /** + * @return Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + */ + public function getShipmentInfos() + { + return $this->shipmentInfos; + } public function setTrackingId($trackingId) { $this->trackingId = $trackingId; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php index a5240168..9df92101 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersShipLineItemsResponse.php @@ -1,6 +1,6 @@ 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 index 70692f31..15904214 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/PostalCodeRange.php @@ -1,6 +1,6 @@ ageGroup; } + /** + * @param Google_Service_ShoppingContent_ProductAspect + */ public function setAspects($aspects) { $this->aspects = $aspects; } + /** + * @return Google_Service_ShoppingContent_ProductAspect + */ public function getAspects() { return $this->aspects; @@ -228,18 +236,30 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->contentLanguage; } + /** + * @param Google_Service_ShoppingContent_ProductCustomAttribute + */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } + /** + * @return Google_Service_ShoppingContent_ProductCustomAttribute + */ public function getCustomAttributes() { return $this->customAttributes; } + /** + * @param Google_Service_ShoppingContent_ProductCustomGroup + */ public function setCustomGroups($customGroups) { $this->customGroups = $customGroups; } + /** + * @return Google_Service_ShoppingContent_ProductCustomGroup + */ public function getCustomGroups() { return $this->customGroups; @@ -292,10 +312,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->description; } + /** + * @param Google_Service_ShoppingContent_ProductDestination + */ public function setDestinations($destinations) { $this->destinations = $destinations; } + /** + * @return Google_Service_ShoppingContent_ProductDestination + */ public function getDestinations() { return $this->destinations; @@ -404,10 +430,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->imageLink; } + /** + * @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; @@ -444,10 +476,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { 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; @@ -460,6 +498,22 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->material; } + public function setMaxHandlingTime($maxHandlingTime) + { + $this->maxHandlingTime = $maxHandlingTime; + } + public function getMaxHandlingTime() + { + return $this->maxHandlingTime; + } + public function setMinHandlingTime($minHandlingTime) + { + $this->minHandlingTime = $minHandlingTime; + } + public function getMinHandlingTime() + { + return $this->minHandlingTime; + } public function setMobileLink($mobileLink) { $this->mobileLink = $mobileLink; @@ -508,10 +562,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { 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; @@ -532,10 +592,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { 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; @@ -556,18 +622,30 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { 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; @@ -580,26 +658,44 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { 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; @@ -636,10 +732,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->targetCountry; } + /** + * @param Google_Service_ShoppingContent_ProductTax + */ public function setTaxes($taxes) { $this->taxes = $taxes; } + /** + * @return Google_Service_ShoppingContent_ProductTax + */ public function getTaxes() { return $this->taxes; @@ -652,18 +754,30 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->title; } + /** + * @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; @@ -676,10 +790,16 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { return $this->validatedDestinations; } + /** + * @param Google_Service_ShoppingContent_Error + */ public function setWarnings($warnings) { $this->warnings = $warnings; } + /** + * @return Google_Service_ShoppingContent_Error + */ public function getWarnings() { return $this->warnings; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAspect.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAspect.php index 6f1f84ea..a1d82cf9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAspect.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductAspect.php @@ -1,6 +1,6 @@ attributes = $attributes; } + /** + * @return Google_Service_ShoppingContent_ProductCustomAttribute + */ public function getAttributes() { return $this->attributes; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductDestination.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductDestination.php index 82394cac..15484239 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductDestination.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php index 5800f56d..62987197 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShippingDimension.php @@ -1,6 +1,6 @@ creationDate; } + /** + * @param Google_Service_ShoppingContent_ProductStatusDataQualityIssue + */ public function setDataQualityIssues($dataQualityIssues) { $this->dataQualityIssues = $dataQualityIssues; } + /** + * @return Google_Service_ShoppingContent_ProductStatusDataQualityIssue + */ public function getDataQualityIssues() { return $this->dataQualityIssues; } + /** + * @param Google_Service_ShoppingContent_ProductStatusDestinationStatus + */ public function setDestinationStatuses($destinationStatuses) { $this->destinationStatuses = $destinationStatuses; } + /** + * @return Google_Service_ShoppingContent_ProductStatusDestinationStatus + */ public function getDestinationStatuses() { return $this->destinationStatuses; @@ -62,6 +78,20 @@ class Google_Service_ShoppingContent_ProductStatus extends Google_Collection { 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; @@ -86,6 +116,20 @@ class Google_Service_ShoppingContent_ProductStatus extends Google_Collection { return $this->link; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDataQualityIssue.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDataQualityIssue.php index 9ed656ea..dab671b6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDataQualityIssue.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDataQualityIssue.php @@ -1,6 +1,6 @@ destination = $destination; + } + public function getDestination() + { + return $this->destination; + } public function setDetail($detail) { $this->detail = $detail; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php index bf226817..3c83402c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductStatusDestinationStatus.php @@ -1,6 +1,6 @@ approvalPending = $approvalPending; + } + public function getApprovalPending() + { + return $this->approvalPending; + } public function setApprovalStatus($approvalStatus) { $this->approvalStatus = $approvalStatus; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php index 9fc29aa8..b6995a26 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductTax.php @@ -1,6 +1,6 @@ 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 index 958cefed..2294fe1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php index 163b8781..81a1dcd1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php index 728e45fd..82feca1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Go { 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 index e8d91dbf..a43f12f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductsListResponse.php @@ -1,6 +1,6 @@ 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 index 8be0fb9c..2e1e3140 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequest.php @@ -1,6 +1,6 @@ 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 index 5ae900a0..97e7e958 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php index 869f3f80..b367955e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php index 0e0f46fc..887d809a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry ext { 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 index 0461a4bf..a16a7db6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ProductstatusesListResponse.php @@ -1,6 +1,6 @@ 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 index ff8e04c6..b5c180ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/RateGroup.php @@ -1,6 +1,6 @@ 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; } + /** + * @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/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php index 65ef757b..fee21702 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php @@ -1,6 +1,6 @@ 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) @@ -54,14 +74,17 @@ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Re return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse"); } /** - * Deletes a Merchant Center sub-account. This method can only be called for - * multi-client accounts. (accounts.delete) + * Deletes a Merchant Center sub-account. (accounts.delete) * - * @param string $merchantId The ID of the managing account. + * @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 dryRun Flag to run the request in dry-run mode. + * @opt_param bool force Flag to delete sub-accounts with products. The default + * value is false. */ public function delete($merchantId, $accountId, $optParams = array()) { @@ -70,12 +93,11 @@ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Re return $this->call('delete', array($params)); } /** - * Retrieves a Merchant Center account. This method can only be called for - * accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. (accounts.get) + * Retrieves a Merchant Center account. (accounts.get) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -87,10 +109,10 @@ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Re return $this->call('get', array($params), "Google_Service_ShoppingContent_Account"); } /** - * Creates a Merchant Center sub-account. This method can only be called for - * multi-client accounts. (accounts.insert) + * Creates a Merchant Center sub-account. (accounts.insert) * - * @param string $merchantId The ID of the managing account. + * @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. * @@ -104,10 +126,11 @@ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Re return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account"); } /** - * Lists the sub-accounts in your Merchant Center account. This method can only - * be called for multi-client accounts. (accounts.listAccounts) + * Lists the sub-accounts in your Merchant Center account. + * (accounts.listAccounts) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -122,12 +145,12 @@ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Re return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse"); } /** - * Updates a Merchant Center account. This method can only be called for - * accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. This method supports patch semantics. (accounts.patch) + * Updates a Merchant Center account. This method supports patch semantics. + * (accounts.patch) * - * @param string $merchantId The ID of the managing account. + * @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. @@ -142,12 +165,11 @@ class Google_Service_ShoppingContent_Resource_Accounts extends Google_Service_Re return $this->call('patch', array($params), "Google_Service_ShoppingContent_Account"); } /** - * Updates a Merchant Center account. This method can only be called for - * accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. (accounts.update) + * Updates a Merchant Center account. (accounts.update) * - * @param string $merchantId The ID of the managing account. + * @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. diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountshipping.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountshipping.php deleted file mode 100644 index a28f530a..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountshipping.php +++ /dev/null @@ -1,123 +0,0 @@ - - * $contentService = new Google_Service_ShoppingContent(...); - * $accountshipping = $contentService->accountshipping; - * - */ -class Google_Service_ShoppingContent_Resource_Accountshipping extends Google_Service_Resource -{ - /** - * Retrieves and updates the shipping settings of multiple accounts in a single - * request. (accountshipping.custombatch) - * - * @param Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody - * @param array $optParams Optional parameters. - * - * @opt_param bool dryRun Flag to run the request in dry-run mode. - * @return Google_Service_ShoppingContent_AccountshippingCustomBatchResponse - */ - public function custombatch(Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody, $optParams = array()) - { - $params = array('postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountshippingCustomBatchResponse"); - } - /** - * Retrieves the shipping settings of the account. This method can only be - * called for accounts to which the managing account has access: either the - * managing account itself or sub-accounts if the managing account is a multi- - * client account. (accountshipping.get) - * - * @param string $merchantId The ID of the managing account. - * @param string $accountId The ID of the account for which to get/update - * account shipping settings. - * @param array $optParams Optional parameters. - * @return Google_Service_ShoppingContent_AccountShipping - */ - 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_AccountShipping"); - } - /** - * Lists the shipping settings of the sub-accounts in your Merchant Center - * account. This method can only be called for multi-client accounts. - * (accountshipping.listAccountshipping) - * - * @param string $merchantId The ID of the managing 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_AccountshippingListResponse - */ - public function listAccountshipping($merchantId, $optParams = array()) - { - $params = array('merchantId' => $merchantId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountshippingListResponse"); - } - /** - * Updates the shipping settings of the account. This method can only be called - * for accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. This method supports patch semantics. (accountshipping.patch) - * - * @param string $merchantId The ID of the managing account. - * @param string $accountId The ID of the account for which to get/update - * account shipping settings. - * @param Google_Service_ShoppingContent_AccountShipping $postBody - * @param array $optParams Optional parameters. - * - * @opt_param bool dryRun Flag to run the request in dry-run mode. - * @return Google_Service_ShoppingContent_AccountShipping - */ - public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array()) - { - $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping"); - } - /** - * Updates the shipping settings of the account. This method can only be called - * for accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. (accountshipping.update) - * - * @param string $merchantId The ID of the managing account. - * @param string $accountId The ID of the account for which to get/update - * account shipping settings. - * @param Google_Service_ShoppingContent_AccountShipping $postBody - * @param array $optParams Optional parameters. - * - * @opt_param bool dryRun Flag to run the request in dry-run mode. - * @return Google_Service_ShoppingContent_AccountShipping - */ - public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $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_AccountShipping"); - } -} 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 index 2abf0d9a..94f3ee71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accountstatuses.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse"); } /** - * Retrieves the status of a Merchant Center account. This method can only be - * called for accounts to which the managing account has access: either the - * managing account itself or sub-accounts if the managing account is a multi- - * client account. (accountstatuses.get) + * Retrieves the status of a Merchant Center account. (accountstatuses.get) * - * @param string $merchantId The ID of the managing account. + * @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()) @@ -56,13 +59,16 @@ class Google_Service_ShoppingContent_Resource_Accountstatuses extends Google_Ser return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus"); } /** - * Lists the statuses of the sub-accounts in your Merchant Center account. This - * method can only be called for multi-client accounts. + * Lists the statuses of the sub-accounts in your Merchant Center account. * (accountstatuses.listAccountstatuses) * - * @param string $merchantId The ID of the managing account. + * @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. 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 index 79ee23e1..1a62aeda 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounttax.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse"); } /** - * Retrieves the tax settings of the account. This method can only be called for - * accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. (accounttax.get) + * Retrieves the tax settings of the account. (accounttax.get) * - * @param string $merchantId The ID of the managing account. + * @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. @@ -61,10 +60,10 @@ class Google_Service_ShoppingContent_Resource_Accounttax extends Google_Service_ } /** * Lists the tax settings of the sub-accounts in your Merchant Center account. - * This method can only be called for multi-client accounts. * (accounttax.listAccounttax) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -79,12 +78,12 @@ class Google_Service_ShoppingContent_Resource_Accounttax extends Google_Service_ return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse"); } /** - * Updates the tax settings of the account. This method can only be called for - * accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. This method supports patch semantics. (accounttax.patch) + * Updates the tax settings of the account. This method supports patch + * semantics. (accounttax.patch) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -100,12 +99,11 @@ class Google_Service_ShoppingContent_Resource_Accounttax extends Google_Service_ return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax"); } /** - * Updates the tax settings of the account. This method can only be called for - * accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. (accounttax.update) + * Updates the tax settings of the account. (accounttax.update) * - * @param string $merchantId The ID of the managing account. + * @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 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 index 4f1c058b..5aa38ce9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeeds.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse"); } /** - * Deletes a datafeed from your Merchant Center account. This method can only be - * called for non-multi-client accounts. (datafeeds.delete) + * Deletes a datafeed configuration from your Merchant Center account. + * (datafeeds.delete) * - * @param string $merchantId - * @param string $datafeedId + * @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 bool dryRun Flag to run the request in dry-run mode. @@ -57,11 +58,30 @@ class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_R return $this->call('delete', array($params)); } /** - * Retrieves a datafeed from your Merchant Center account. This method can only - * be called for non-multi-client accounts. (datafeeds.get) + * Invokes a fetch for the datafeed in your Merchant Center account. + * (datafeeds.fetchnow) * - * @param string $merchantId - * @param string $datafeedId + * @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. + * + * @opt_param bool dryRun Flag to run the request in dry-run mode. + * @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 */ @@ -72,10 +92,11 @@ class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_R return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed"); } /** - * Registers a datafeed with your Merchant Center account. This method can only - * be called for non-multi-client accounts. (datafeeds.insert) + * Registers a datafeed configuration with your Merchant Center account. + * (datafeeds.insert) * - * @param string $merchantId + * @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. * @@ -89,10 +110,11 @@ class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_R return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed"); } /** - * Lists the datafeeds in your Merchant Center account. This method can only be - * called for non-multi-client accounts. (datafeeds.listDatafeeds) + * Lists the configurations for datafeeds in your Merchant Center account. + * (datafeeds.listDatafeeds) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -107,12 +129,12 @@ class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_R return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse"); } /** - * Updates a datafeed of your Merchant Center account. This method can only be - * called for non-multi-client accounts. This method supports patch semantics. - * (datafeeds.patch) + * Updates a datafeed configuration of your Merchant Center account. This method + * supports patch semantics. (datafeeds.patch) * - * @param string $merchantId - * @param string $datafeedId + * @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. * @@ -126,11 +148,12 @@ class Google_Service_ShoppingContent_Resource_Datafeeds extends Google_Service_R return $this->call('patch', array($params), "Google_Service_ShoppingContent_Datafeed"); } /** - * Updates a datafeed of your Merchant Center account. This method can only be - * called for non-multi-client accounts. (datafeeds.update) + * Updates a datafeed configuration of your Merchant Center account. + * (datafeeds.update) * - * @param string $merchantId - * @param string $datafeedId + * @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. * 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 index 520fc0fa..ce5938ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Datafeedstatuses.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse"); } /** - * Retrieves the status of a datafeed from your Merchant Center account. This - * method can only be called for non-multi-client accounts. + * Retrieves the status of a datafeed from your Merchant Center account. * (datafeedstatuses.get) * - * @param string $merchantId - * @param string $datafeedId + * @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()) @@ -55,11 +64,11 @@ class Google_Service_ShoppingContent_Resource_Datafeedstatuses extends Google_Se return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus"); } /** - * Lists the statuses of the datafeeds in your Merchant Center account. This - * method can only be called for non-multi-client accounts. + * Lists the statuses of the datafeeds in your Merchant Center account. * (datafeedstatuses.listDatafeedstatuses) * - * @param string $merchantId The ID of the managing account. + * @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 diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Inventory.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Inventory.php index 1b5e80cd..cc4247e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Inventory.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Inventory.php @@ -1,6 +1,6 @@ call('advancetestorder', array($params), "Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse"); } /** - * Cancels all line items in an order. This method can only be called for non- - * multi-client accounts. (orders.cancel) + * Cancels all line items in an order, making a full refund. (orders.cancel) * - * @param string $merchantId The ID of the managing account. + * @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. @@ -74,10 +74,10 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('cancel', array($params), "Google_Service_ShoppingContent_OrdersCancelResponse"); } /** - * Cancels a line item. This method can only be called for non-multi-client - * accounts. (orders.cancellineitem) + * Cancels a line item, making a full refund. (orders.cancellineitem) * - * @param string $merchantId The ID of the managing account. + * @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. @@ -90,10 +90,10 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('cancellineitem', array($params), "Google_Service_ShoppingContent_OrdersCancelLineItemResponse"); } /** - * Sandbox only. Creates a test order. This method can only be called for non- - * multi-client accounts. (orders.createtestorder) + * Sandbox only. Creates a test order. (orders.createtestorder) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -105,8 +105,8 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('createtestorder', array($params), "Google_Service_ShoppingContent_OrdersCreateTestOrderResponse"); } /** - * Retrieves or modifies multiple orders in a single request. This method can - * only be called for non-multi-client accounts. (orders.custombatch) + * Retrieves or modifies multiple orders in a single request. + * (orders.custombatch) * * @param Google_Service_ShoppingContent_OrdersCustomBatchRequest $postBody * @param array $optParams Optional parameters. @@ -119,10 +119,10 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_OrdersCustomBatchResponse"); } /** - * Retrieves an order from your Merchant Center account. This method can only be - * called for non-multi-client accounts. (orders.get) + * Retrieves an order from your Merchant Center account. (orders.get) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -134,10 +134,10 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('get', array($params), "Google_Service_ShoppingContent_Order"); } /** - * Retrieves an order using merchant order id. This method can only be called - * for non-multi-client accounts. (orders.getbymerchantorderid) + * Retrieves an order using merchant order id. (orders.getbymerchantorderid) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -150,10 +150,10 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso } /** * Sandbox only. Retrieves an order template that can be used to quickly create - * a new order in sandbox. This method can only be called for non-multi-client - * accounts. (orders.gettestordertemplate) + * a new order in sandbox. (orders.gettestordertemplate) * - * @param string $merchantId The ID of the managing account. + * @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. * @return Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse @@ -165,10 +165,27 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('gettestordertemplate', array($params), "Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse"); } /** - * Lists the orders in your Merchant Center account. This method can only be - * called for non-multi-client accounts. (orders.listOrders) + * Notifies that item return and refund was handled directly in store. + * (orders.instorerefundlineitem) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -205,10 +222,10 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('list', array($params), "Google_Service_ShoppingContent_OrdersListResponse"); } /** - * Refund a portion of the order, up to the full amount paid. This method can - * only be called for non-multi-client accounts. (orders.refund) + * Refund a portion of the order, up to the full amount paid. (orders.refund) * - * @param string $merchantId The ID of the managing account. + * @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 refund. * @param Google_Service_ShoppingContent_OrdersRefundRequest $postBody * @param array $optParams Optional parameters. @@ -221,10 +238,26 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('refund', array($params), "Google_Service_ShoppingContent_OrdersRefundResponse"); } /** - * Returns a line item. This method can only be called for non-multi-client - * accounts. (orders.returnlineitem) + * Rejects return on an line item. (orders.rejectreturnlineitem) * - * @param string $merchantId The ID of the managing account. + * @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 a line item. (orders.returnlineitem) + * + * @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_OrdersReturnLineItemRequest $postBody * @param array $optParams Optional parameters. @@ -237,10 +270,44 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('returnlineitem', array($params), "Google_Service_ShoppingContent_OrdersReturnLineItemResponse"); } /** - * Marks line item(s) as shipped. This method can only be called for non-multi- - * client accounts. (orders.shiplineitems) + * 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 managing account. + * @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 (overrides) merchant provided annotations on the line item. + * (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. @@ -253,10 +320,28 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('shiplineitems', array($params), "Google_Service_ShoppingContent_OrdersShipLineItemsResponse"); } /** - * Updates the merchant order ID for a given order. This method can only be - * called for non-multi-client accounts. (orders.updatemerchantorderid) + * Updates ship by and delivery by dates for a line item. + * (orders.updatelineitemshippingdetails) * - * @param string $merchantId The ID of the managing account. + * @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. @@ -269,10 +354,11 @@ class Google_Service_ShoppingContent_Resource_Orders extends Google_Service_Reso return $this->call('updatemerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse"); } /** - * Updates a shipment's status, carrier, and/or tracking ID. This method can - * only be called for non-multi-client accounts. (orders.updateshipment) + * Updates a shipment's status, carrier, and/or tracking ID. + * (orders.updateshipment) * - * @param string $merchantId The ID of the managing account. + * @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. 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 index 1ff1e43c..dd50eb0e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Products.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse"); } /** - * Deletes a product from your Merchant Center account. This method can only be - * called for non-multi-client accounts. (products.delete) + * Deletes a product from your Merchant Center account. (products.delete) * - * @param string $merchantId The ID of the managing account. - * @param string $productId The ID of the product. + * @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 bool dryRun Flag to run the request in dry-run mode. @@ -59,11 +58,11 @@ class Google_Service_ShoppingContent_Resource_Products extends Google_Service_Re return $this->call('delete', array($params)); } /** - * Retrieves a product from your Merchant Center account. This method can only - * be called for non-multi-client accounts. (products.get) + * Retrieves a product from your Merchant Center account. (products.get) * - * @param string $merchantId The ID of the managing account. - * @param string $productId The ID of the product. + * @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 */ @@ -76,10 +75,10 @@ class Google_Service_ShoppingContent_Resource_Products extends Google_Service_Re /** * 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. This method can only be called for non-multi- - * client accounts. (products.insert) + * method updates that entry. (products.insert) * - * @param string $merchantId The ID of the managing account. + * @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. * @@ -93,10 +92,10 @@ class Google_Service_ShoppingContent_Resource_Products extends Google_Service_Re return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product"); } /** - * Lists the products in your Merchant Center account. This method can only be - * called for non-multi-client accounts. (products.listProducts) + * Lists the products in your Merchant Center account. (products.listProducts) * - * @param string $merchantId The ID of the managing account. + * @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 bool includeInvalidInsertedItems Flag to include the invalid 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 index 5e1ab09e..9a79fff8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Productstatuses.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse"); } /** - * Gets the status of a product from your Merchant Center account. This method - * can only be called for non-multi-client accounts. (productstatuses.get) + * Gets the status of a product from your Merchant Center account. + * (productstatuses.get) * - * @param string $merchantId The ID of the managing account. - * @param string $productId The ID of the product. + * @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. + * @opt_param bool includeAttributes Flag to include full product data in the + * result of this get request. The default value is false. * @return Google_Service_ShoppingContent_ProductStatus */ public function get($merchantId, $productId, $optParams = array()) @@ -55,13 +65,18 @@ class Google_Service_ShoppingContent_Resource_Productstatuses extends Google_Ser return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus"); } /** - * Lists the statuses of the products in your Merchant Center account. This - * method can only be called for non-multi-client accounts. + * Lists the statuses of the products in your Merchant Center account. * (productstatuses.listProductstatuses) * - * @param string $merchantId The ID of the managing account. + * @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 bool includeAttributes Flag to include full product data in the + * results of the list request. The default value is false. * @opt_param bool includeInvalidInsertedItems Flag to include the invalid * inserted items in the result of the list request. By default the invalid * items are not shown (the default value is false). 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 index 5bb94aa9..744fda8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Shippingsettings.php @@ -1,6 +1,6 @@ call('custombatch', array($params), "Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponse"); } /** - * Retrieves the shipping settings of the account. This method can only be - * called for accounts to which the managing account has access: either the - * managing account itself or sub-accounts if the managing account is a multi- - * client account. (shippingsettings.get) + * Retrieves the shipping settings of the account. (shippingsettings.get) * - * @param string $merchantId The ID of the managing account. + * @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. @@ -75,11 +74,26 @@ class Google_Service_ShoppingContent_Resource_Shippingsettings extends Google_Se return $this->call('getsupportedcarriers', array($params), "Google_Service_ShoppingContent_ShippingsettingsGetSupportedCarriersResponse"); } /** - * Lists the shipping settings of the sub-accounts in your Merchant Center - * account. This method can only be called for multi-client accounts. - * (shippingsettings.listShippingsettings) + * Retrieves supported holidays for an account. + * (shippingsettings.getsupportedholidays) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -94,12 +108,12 @@ class Google_Service_ShoppingContent_Resource_Shippingsettings extends Google_Se return $this->call('list', array($params), "Google_Service_ShoppingContent_ShippingsettingsListResponse"); } /** - * Updates the shipping settings of the account. This method can only be called - * for accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. This method supports patch semantics. (shippingsettings.patch) + * Updates the shipping settings of the account. This method supports patch + * semantics. (shippingsettings.patch) * - * @param string $merchantId The ID of the managing account. + * @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 @@ -115,12 +129,11 @@ class Google_Service_ShoppingContent_Resource_Shippingsettings extends Google_Se return $this->call('patch', array($params), "Google_Service_ShoppingContent_ShippingSettings"); } /** - * Updates the shipping settings of the account. This method can only be called - * for accounts to which the managing account has access: either the managing - * account itself or sub-accounts if the managing account is a multi-client - * account. (shippingsettings.update) + * Updates the shipping settings of the account. (shippingsettings.update) * - * @param string $merchantId The ID of the managing account. + * @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 diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php index 911cc870..d6e8dde3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Row.php @@ -1,6 +1,6 @@ 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 index ba428e9e..1898514d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Service.php @@ -1,6 +1,6 @@ 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; @@ -67,10 +98,16 @@ class Google_Service_ShoppingContent_Service extends Google_Collection { 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/ShippingSettings.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.php index 8e63dfa0..104a16ff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingSettings.php @@ -1,6 +1,6 @@ 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 index e77b003b..a8e0a603 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequest.php @@ -1,6 +1,6 @@ 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 index b27d568a..97fb98b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php @@ -1,6 +1,6 @@ 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 index 97ef6d22..fbf98b65 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponse.php @@ -1,6 +1,6 @@ entries = $entries; } + /** + * @return Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponseEntry + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php index b9690e96..62fa76d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_ShoppingContent_ShippingsettingsCustomBatchResponseEntry ex { 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 index 470c0e5d..c44b4bc1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php @@ -1,6 +1,6 @@ carriers = $carriers; } + /** + * @return Google_Service_ShoppingContent_CarriersCarrier + */ public function getCarriers() { return $this->carriers; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php index 0f09f051..3a7a47c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/ShippingsettingsListResponse.php @@ -1,6 +1,6 @@ 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 index ef4a1114..13fab3ad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Table.php @@ -1,6 +1,6 @@ columnHeaders = $columnHeaders; } + /** + * @return Google_Service_ShoppingContent_Headers + */ public function getColumnHeaders() { return $this->columnHeaders; @@ -42,18 +48,30 @@ class Google_Service_ShoppingContent_Table extends Google_Collection { 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 index cb4ff108..770035af 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php @@ -1,6 +1,6 @@ customer = $customer; } + /** + * @return Google_Service_ShoppingContent_TestOrderCustomer + */ public function getCustomer() { return $this->customer; @@ -50,18 +57,38 @@ class Google_Service_ShoppingContent_TestOrder extends Google_Collection { 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; + } + /** + * @param Google_Service_ShoppingContent_TestOrderPaymentMethod + */ public function setPaymentMethod(Google_Service_ShoppingContent_TestOrderPaymentMethod $paymentMethod) { $this->paymentMethod = $paymentMethod; } + /** + * @return Google_Service_ShoppingContent_TestOrderPaymentMethod + */ public function getPaymentMethod() { return $this->paymentMethod; @@ -74,26 +101,44 @@ class Google_Service_ShoppingContent_TestOrder extends Google_Collection { return $this->predefinedDeliveryAddress; } + /** + * @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; } + /** + * @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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderCustomer.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderCustomer.php index 23a1bae8..5afa9fae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderCustomer.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderCustomer.php @@ -1,6 +1,6 @@ fullName; } + /** + * @param Google_Service_ShoppingContent_TestOrderCustomerMarketingRightsInfo + */ + public function setMarketingRightsInfo(Google_Service_ShoppingContent_TestOrderCustomerMarketingRightsInfo $marketingRightsInfo) + { + $this->marketingRightsInfo = $marketingRightsInfo; + } + /** + * @return Google_Service_ShoppingContent_TestOrderCustomerMarketingRightsInfo + */ + public function getMarketingRightsInfo() + { + return $this->marketingRightsInfo; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php index cacf4f6a..40dcd1bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItem.php @@ -1,6 +1,6 @@ product = $product; } + /** + * @return Google_Service_ShoppingContent_TestOrderLineItemProduct + */ public function getProduct() { return $this->product; @@ -43,26 +49,44 @@ class Google_Service_ShoppingContent_TestOrderLineItem extends Google_Model { 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; } + /** + * @param Google_Service_ShoppingContent_Price + */ public function setUnitTax(Google_Service_ShoppingContent_Price $unitTax) { $this->unitTax = $unitTax; } + /** + * @return Google_Service_ShoppingContent_Price + */ public function getUnitTax() { return $this->unitTax; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php index ed3d0cbb..b856d821 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderLineItemProduct.php @@ -1,6 +1,6 @@ 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; @@ -130,10 +136,16 @@ class Google_Service_ShoppingContent_TestOrderLineItemProduct extends Google_Col { 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/TestOrderPaymentMethod.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPaymentMethod.php index e63041f1..46258d30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPaymentMethod.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrderPaymentMethod.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php index 16ef3e6d..d93d512a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php @@ -1,6 +1,6 @@ site = $site; } + /** + * @return Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite + */ public function getSite() { return $this->site; diff --git a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php index 2f6a965c..4ab2fc5c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php @@ -1,6 +1,6 @@ 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 index 431bc171..bc8f1014 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.php @@ -1,6 +1,6 @@ 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 index 12cd103f..40e32a20 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.php +++ b/vendor/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.php @@ -1,6 +1,6 @@ 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 index 519770d4..ab3bdefc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/AffineTransform.php @@ -1,6 +1,6 @@ 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/BatchUpdatePresentationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.php index cc885add..f1415ccc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationRequest.php @@ -1,6 +1,6 @@ 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 index 08185adf..0d6592fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/BatchUpdatePresentationResponse.php @@ -1,6 +1,6 @@ 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 index b7464996..4747e068 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Bullet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Bullet.php @@ -1,6 +1,6 @@ bulletStyle = $bulletStyle; } + /** + * @return Google_Service_Slides_TextStyle + */ public function getBulletStyle() { return $this->bulletStyle; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php index 85e2c00f..b55eeb61 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorScheme.php @@ -1,6 +1,6 @@ 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 index fe032c79..a2b1ddf1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ColorStop.php @@ -1,6 +1,6 @@ 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/CreateImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.php index d582ce7f..8d5c2b78 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageRequest.php @@ -1,6 +1,6 @@ elementProperties = $elementProperties; } + /** + * @return Google_Service_Slides_PageElementProperties + */ public function getElementProperties() { return $this->elementProperties; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php index 90db1eb7..b87c5588 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateImageResponse.php @@ -1,6 +1,6 @@ elementProperties = $elementProperties; } + /** + * @return Google_Service_Slides_PageElementProperties + */ public function getElementProperties() { return $this->elementProperties; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php index 8083b38a..19f77e1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateLineResponse.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_Slides_CreateParagraphBulletsRequest extends Google_Model { 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 index 099a48b9..4fb131ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeRequest.php @@ -1,6 +1,6 @@ elementProperties = $elementProperties; } + /** + * @return Google_Service_Slides_PageElementProperties + */ public function getElementProperties() { return $this->elementProperties; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php index 7f4d17d9..2cce3d16 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateShapeResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php index 5397c6cb..b66d6ea0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSheetsChartResponse.php @@ -1,6 +1,6 @@ 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 index b307975b..b96d5bb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateSlideResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php index b5d4f977..5dd37c50 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateTableResponse.php @@ -1,6 +1,6 @@ elementProperties = $elementProperties; } + /** + * @return Google_Service_Slides_PageElementProperties + */ public function getElementProperties() { return $this->elementProperties; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php index d8b3ada6..38962a28 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/CreateVideoResponse.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; @@ -39,10 +45,16 @@ class Google_Service_Slides_DeleteParagraphBulletsRequest extends Google_Model { 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 index d9486046..9c1b5bea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableColumnRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php index da99eee1..2b9ab53c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTableRowRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php index 3c3cce85..88f6261f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/DeleteTextRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; @@ -39,10 +45,16 @@ class Google_Service_Slides_DeleteTextRequest extends Google_Model { 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 index 255e1c33..5dae5a31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Dimension.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Dimension.php @@ -1,6 +1,6 @@ children = $children; } + /** + * @return Google_Service_Slides_PageElement + */ public function getChildren() { return $this->children; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php index a6bef02e..be81fe59 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Image.php @@ -1,6 +1,6 @@ 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 index a4e58c21..8523d25e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ImageProperties.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php index d4203744..1f8ea5c1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableColumnsRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php index 2926ed4d..5fc80a46 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTableRowsRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php index c5722029..2b7dd352 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/InsertTextRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php index 454f305b..f05296bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutPlaceholderIdMapping.php @@ -1,6 +1,6 @@ layoutPlaceholder = $layoutPlaceholder; } + /** + * @return Google_Service_Slides_Placeholder + */ public function getLayoutPlaceholder() { return $this->layoutPlaceholder; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php index 92a9dcae..fb633692 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LayoutProperties.php @@ -1,6 +1,6 @@ lineProperties = $lineProperties; } + /** + * @return Google_Service_Slides_LineProperties + */ public function getLineProperties() { return $this->lineProperties; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php b/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php index 5095de44..be5df173 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LineFill.php @@ -1,6 +1,6 @@ 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 index e9f2fdd3..d2f4d48e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.php @@ -1,6 +1,6 @@ endArrow; } + /** + * @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; @@ -67,10 +79,16 @@ class Google_Service_Slides_LineProperties extends Google_Model { return $this->startArrow; } + /** + * @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 index 18aab419..d9dff1c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Link.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Link.php @@ -1,6 +1,6 @@ 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 index 60fa69df..3cc5b604 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/NotesProperties.php @@ -1,6 +1,6 @@ rgbColor = $rgbColor; } + /** + * @return Google_Service_Slides_RgbColor + */ public function getRgbColor() { return $this->rgbColor; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php b/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php index 2be9bdfc..266c1ea6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/OptionalColor.php @@ -1,6 +1,6 @@ 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 index b8c1bb6d..366d901b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Outline.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Outline.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_Slides_Outline extends Google_Model { 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 index f881e82b..c0630b1f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/OutlineFill.php @@ -1,6 +1,6 @@ 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 index bf060dca..353cc488 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Page.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Page.php @@ -1,6 +1,6 @@ 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; @@ -56,18 +84,30 @@ class Google_Service_Slides_Page extends Google_Collection { 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; @@ -88,10 +128,16 @@ class Google_Service_Slides_Page extends Google_Collection { 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 index 83ea0530..9d4e1f80 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageBackgroundFill.php @@ -1,6 +1,6 @@ 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 index de293ebc..8c0b9c24 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/PageElement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageElement.php @@ -1,6 +1,6 @@ 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; @@ -81,34 +99,58 @@ class Google_Service_Slides_PageElement extends Google_Model { 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; @@ -121,26 +163,44 @@ class Google_Service_Slides_PageElement extends Google_Model { 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 index 4cc2b53b..19e8b018 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageElementProperties.php @@ -1,6 +1,6 @@ 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 index 944402ce..ad5591ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/PageProperties.php @@ -1,6 +1,6 @@ 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 index 4076c623..8201cc2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphMarker.php @@ -1,6 +1,6 @@ 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 index b34c6fc2..107e2afb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.php @@ -1,6 +1,6 @@ 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; @@ -80,18 +98,30 @@ class Google_Service_Slides_ParagraphStyle extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php index e11f04aa..7633ef48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Placeholder.php @@ -1,6 +1,6 @@ layouts = $layouts; } + /** + * @return Google_Service_Slides_Page + */ public function getLayouts() { return $this->layouts; @@ -49,26 +55,44 @@ class Google_Service_Slides_Presentation extends Google_Collection { 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; @@ -89,10 +113,16 @@ class Google_Service_Slides_Presentation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php index 8c12ca83..dfb8448f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Range.php @@ -1,6 +1,6 @@ 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 index 5fba9e4b..a1fd844d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/RefreshSheetsChartRequest.php @@ -1,6 +1,6 @@ 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; @@ -38,6 +55,14 @@ class Google_Service_Slides_ReplaceAllShapesWithImageRequest extends Google_Mode { return $this->imageUrl; } + public function setPageObjectIds($pageObjectIds) + { + $this->pageObjectIds = $pageObjectIds; + } + public function getPageObjectIds() + { + return $this->pageObjectIds; + } public function setReplaceMethod($replaceMethod) { $this->replaceMethod = $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 index 78a538ce..d964c64a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithImageResponse.php @@ -1,6 +1,6 @@ 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; @@ -47,6 +55,14 @@ class Google_Service_Slides_ReplaceAllShapesWithSheetsChartRequest extends Googl { return $this->linkingMode; } + public function setPageObjectIds($pageObjectIds) + { + $this->pageObjectIds = $pageObjectIds; + } + public function getPageObjectIds() + { + return $this->pageObjectIds; + } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $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 index 2a0add5d..787ee18a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllShapesWithSheetsChartResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php index fa431f9d..0421ecbc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ReplaceAllTextResponse.php @@ -1,6 +1,6 @@ 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_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_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_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/Resource/Presentations.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.php index 4aea9973..82202b5f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/Presentations.php @@ -1,6 +1,6 @@ call('batchUpdate', array($params), "Google_Service_Slides_BatchUpdatePresentationResponse"); } /** - * Creates a new presentation using the title given in the request. Other fields - * in the request are ignored. Returns the created presentation. - * (presentations.create) + * Creates a new presentation using the title given in the request. If a + * presentationId is provided, uses it as the ID of the new presentation. + * Otherwise, a new presentationId is generated. Returns the created + * presentation. (presentations.create) * * @param Google_Service_Slides_Presentation $postBody * @param array $optParams Optional parameters. 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 index 8e54b516..fa941fcc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/PresentationsPages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Resource/PresentationsPages.php @@ -1,6 +1,6 @@ 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 index eea62550..8201c08d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Response.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Response.php @@ -1,6 +1,6 @@ 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 index 80d7d24b..e4b0edd0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/RgbColor.php @@ -1,6 +1,6 @@ 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; @@ -77,10 +89,16 @@ class Google_Service_Slides_Shadow extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php b/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php index 46ed9fa9..717250fc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Shape.php @@ -1,6 +1,6 @@ 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; @@ -49,10 +61,16 @@ class Google_Service_Slides_Shape extends Google_Model { 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 index a40878c4..0295b610 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeBackgroundFill.php @@ -1,6 +1,6 @@ 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 index 6eeaf915..4100b49f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ShapeProperties.php @@ -1,6 +1,6 @@ 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 index 9117844e..48705e22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChart.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php index 3953ab5e..4084460f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SheetsChartProperties.php @@ -1,6 +1,6 @@ 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 index baba3854..15a591ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Size.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Size.php @@ -1,6 +1,6 @@ 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 index dc9b5986..1823ffd6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SlideProperties.php @@ -1,6 +1,6 @@ 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 index cf360406..046c3ae9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SlidesList.php @@ -1,6 +1,6 @@ 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 index beaff228..87f40505 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SolidFill.php @@ -1,6 +1,6 @@ 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 index a85cda4d..860b621a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/StretchedPictureFill.php @@ -1,6 +1,6 @@ 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 index 7afce04f..f02b4b33 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/SubstringMatchCriteria.php @@ -1,6 +1,6 @@ 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; @@ -41,20 +59,46 @@ class Google_Service_Slides_Table extends Google_Collection { 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/TableCell.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCell.php index 69a431c6..d003847d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCell.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCell.php @@ -1,6 +1,6 @@ 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; @@ -50,18 +56,30 @@ class Google_Service_Slides_TableCell extends Google_Model { 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 index 38ec818b..073e0875 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellBackgroundFill.php @@ -1,6 +1,6 @@ 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 index fd111081..afc3b25f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableCellLocation.php @@ -1,6 +1,6 @@ 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 index 99d2f10c..c9a915f3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableColumnProperties.php @@ -1,6 +1,6 @@ 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 index bc451847..714ac0eb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TableRange.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRange.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php index 41bce0f4..6227b35a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TableRow.php @@ -1,6 +1,6 @@ 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/TextContent.php b/vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.php index e4ec285d..15a490b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextContent.php @@ -1,6 +1,6 @@ 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 index 30b5c9bb..0f17fe88 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TextElement.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextElement.php @@ -1,6 +1,6 @@ autoText = $autoText; } + /** + * @return Google_Service_Slides_AutoText + */ public function getAutoText() { return $this->autoText; @@ -42,10 +48,16 @@ class Google_Service_Slides_TextElement extends Google_Model { 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; @@ -58,10 +70,16 @@ class Google_Service_Slides_TextElement extends Google_Model { 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 index 979318fe..3bb39bb9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TextRun.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextRun.php @@ -1,6 +1,6 @@ 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 index 407fe489..c53438fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.php @@ -1,6 +1,6 @@ backgroundColor = $backgroundColor; } + /** + * @return Google_Service_Slides_OptionalColor + */ public function getBackgroundColor() { return $this->backgroundColor; @@ -67,18 +73,30 @@ class Google_Service_Slides_TextStyle extends Google_Model { 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; @@ -91,10 +109,16 @@ class Google_Service_Slides_TextStyle extends Google_Model { 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; @@ -123,10 +147,16 @@ class Google_Service_Slides_TextStyle extends Google_Model { 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 index 8424997a..c3cee04a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/ThemeColorPair.php @@ -1,6 +1,6 @@ color = $color; } + /** + * @return Google_Service_Slides_RgbColor + */ public function getColor() { return $this->color; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php index d4fc99d6..80d72309 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateImagePropertiesRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php index 92c56e2c..80d91370 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateLinePropertiesRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php index b4ec320e..57291abd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePageElementTransformRequest.php @@ -1,6 +1,6 @@ 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/UpdatePagePropertiesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.php index a4c33639..2091248f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdatePagePropertiesRequest.php @@ -1,6 +1,6 @@ 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 index b0720d00..5a0627de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateParagraphStyleRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; @@ -50,18 +56,30 @@ class Google_Service_Slides_UpdateParagraphStyleRequest extends Google_Model { 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 index bb3a3af5..e9d0f031 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateShapePropertiesRequest.php @@ -1,6 +1,6 @@ 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 index b0f278d6..c124341b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateSlidesPositionRequest.php @@ -1,6 +1,6 @@ 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/UpdateTextStyleRequest.php b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.php index fb1995d3..293d7a64 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateTextStyleRequest.php @@ -1,6 +1,6 @@ cellLocation = $cellLocation; } + /** + * @return Google_Service_Slides_TableCellLocation + */ public function getCellLocation() { return $this->cellLocation; @@ -50,18 +56,30 @@ class Google_Service_Slides_UpdateTextStyleRequest extends Google_Model { 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 index 3a0199b5..f72585fa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/UpdateVideoPropertiesRequest.php @@ -1,6 +1,6 @@ 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 index 66d976c1..3c59dfec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/Video.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/Video.php @@ -1,6 +1,6 @@ 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 index 9f75bcba..b4a844b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/VideoProperties.php @@ -1,6 +1,6 @@ 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 index 324142ed..c3e678de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.php +++ b/vendor/google/apiclient-services/src/Google/Service/Slides/WeightedFontFamily.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -356,10 +366,6 @@ class Google_Service_Spanner extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -441,6 +447,48 @@ class Google_Service_Spanner extends Google_Service 'required' => true, ), ), + ),'list' => array( + 'path' => 'v1/{+database}/sessions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'database' => 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', + ), + ), + ),'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', diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/AuditConfig.php deleted file mode 100644 index ce1f192d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/AuditConfig.php +++ /dev/null @@ -1,50 +0,0 @@ -auditLogConfigs = $auditLogConfigs; - } - 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/Spanner/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/AuditLogConfig.php deleted file mode 100644 index 78d7a059..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/AuditLogConfig.php +++ /dev/null @@ -1,40 +0,0 @@ -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/Spanner/BeginTransactionRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php index ceb465a4..9ef85385 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php @@ -1,6 +1,6 @@ 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 index ad108a2b..c6acd534 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Binding.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Binding.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php index 43b27026..73984c2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CommitResponse.php @@ -1,6 +1,6 @@ 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/Spanner/CounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CounterOptions.php deleted file mode 100644 index 8a66d6de..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/CounterOptions.php +++ /dev/null @@ -1,39 +0,0 @@ -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/Spanner/CreateDatabaseMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.php index 8d2b3796..d87965d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateDatabaseMetadata.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php index 5d4ea1bf..0a19a4e6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/CreateInstanceRequest.php @@ -1,6 +1,6 @@ instance = $instance; } + /** + * @return Google_Service_Spanner_Instance + */ public function getInstance() { return $this->instance; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/DataAccessOptions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/DataAccessOptions.php deleted file mode 100644 index a5d279c9..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/DataAccessOptions.php +++ /dev/null @@ -1,20 +0,0 @@ -keySet = $keySet; } + /** + * @return Google_Service_Spanner_KeySet + */ public function getKeySet() { return $this->keySet; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php index c3840061..2d26d2c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php @@ -1,6 +1,6 @@ paramTypes = $paramTypes; } + /** + * @return Google_Service_Spanner_Type + */ public function getParamTypes() { return $this->paramTypes; @@ -42,6 +49,14 @@ class Google_Service_Spanner_ExecuteSqlRequest extends Google_Model { return $this->params; } + public function setPartitionToken($partitionToken) + { + $this->partitionToken = $partitionToken; + } + public function getPartitionToken() + { + return $this->partitionToken; + } public function setQueryMode($queryMode) { $this->queryMode = $queryMode; @@ -66,10 +81,16 @@ class Google_Service_Spanner_ExecuteSqlRequest extends Google_Model { 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/Field.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php index 5e45b3c5..3da2de98 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Field.php @@ -1,6 +1,6 @@ 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 index 1870d1f0..6671b119 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetDatabaseDdlResponse.php @@ -1,6 +1,6 @@ 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 index fc955dac..e4acf3ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListDatabasesResponse.php @@ -1,6 +1,6 @@ databases = $databases; } + /** + * @return Google_Service_Spanner_Database + */ public function getDatabases() { return $this->databases; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php index 6900bb7b..16da3545 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstanceConfigsResponse.php @@ -1,6 +1,6 @@ instanceConfigs = $instanceConfigs; } + /** + * @return Google_Service_Spanner_InstanceConfig + */ public function getInstanceConfigs() { return $this->instanceConfigs; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php index 89771c18..08df0fed 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListInstancesResponse.php @@ -1,6 +1,6 @@ instances = $instances; } + /** + * @return Google_Service_Spanner_Instance + */ public function getInstances() { return $this->instances; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php index 60967570..181b8e21 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ListOperationsResponse.php @@ -1,6 +1,6 @@ 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/LogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/LogConfig.php deleted file mode 100644 index cef56047..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/LogConfig.php +++ /dev/null @@ -1,51 +0,0 @@ -cloudAudit = $cloudAudit; - } - public function getCloudAudit() - { - return $this->cloudAudit; - } - public function setCounter(Google_Service_Spanner_CounterOptions $counter) - { - $this->counter = $counter; - } - public function getCounter() - { - return $this->counter; - } - public function setDataAccess(Google_Service_Spanner_DataAccessOptions $dataAccess) - { - $this->dataAccess = $dataAccess; - } - public function getDataAccess() - { - return $this->dataAccess; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php index 41c618c3..fb51516b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Mutation.php @@ -1,6 +1,6 @@ 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 index fb5b8812..f9829c9e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Operation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php index 61904c58..ae2c1e91 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PartialResultSet.php @@ -1,6 +1,6 @@ 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; @@ -50,10 +56,16 @@ class Google_Service_Spanner_PartialResultSet extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/PlanNode.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/PlanNode.php index a4d08dd2..cb600718 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/PlanNode.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/PlanNode.php @@ -1,6 +1,6 @@ childLinks = $childLinks; } + /** + * @return Google_Service_Spanner_ChildLink + */ public function getChildLinks() { return $this->childLinks; @@ -76,10 +82,16 @@ class Google_Service_Spanner_PlanNode extends Google_Collection { 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 index 4e851430..98b29791 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Policy.php @@ -1,6 +1,6 @@ auditConfigs = $auditConfigs; - } - public function getAuditConfigs() - { - return $this->auditConfigs; - } + /** + * @param Google_Service_Spanner_Binding + */ public function setBindings($bindings) { $this->bindings = $bindings; } + /** + * @return Google_Service_Spanner_Binding + */ public function getBindings() { return $this->bindings; @@ -52,22 +45,6 @@ class Google_Service_Spanner_Policy extends Google_Collection { return $this->etag; } - public function setIamOwned($iamOwned) - { - $this->iamOwned = $iamOwned; - } - public function getIamOwned() - { - return $this->iamOwned; - } - public function setRules($rules) - { - $this->rules = $rules; - } - public function getRules() - { - return $this->rules; - } public function setVersion($version) { $this->version = $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 index 4f6868ce..b239bbf6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/QueryPlan.php @@ -1,6 +1,6 @@ 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 index 1e770c88..81c85ba6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadOnly.php @@ -1,6 +1,6 @@ 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; @@ -60,6 +67,14 @@ class Google_Service_Spanner_ReadRequest extends Google_Collection { return $this->limit; } + public function setPartitionToken($partitionToken) + { + $this->partitionToken = $partitionToken; + } + public function getPartitionToken() + { + return $this->partitionToken; + } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; @@ -76,10 +91,16 @@ class Google_Service_Spanner_ReadRequest extends Google_Collection { 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 index f051fa5f..2cf29836 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php @@ -1,6 +1,6 @@ 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 + * * `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". * @return Google_Service_Spanner_ListInstancesResponse 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 index c74a4fe4..c75899a9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabases.php @@ -1,6 +1,6 @@ $database); + $params = array('database' => $database, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_Spanner_Session"); } @@ -108,11 +109,12 @@ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends return $this->call('delete', array($params), "Google_Service_Spanner_SpannerEmpty"); } /** - * Executes an SQL query, returning all rows 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. + * 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. * - * Queries inside read-write transactions might return `ABORTED`. If this + * 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. * @@ -164,6 +166,77 @@ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends $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 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". + * @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. + * @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 or begins a new + * transaction. (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. Partition tokens become invalid when the session used to + * create them is deleted or begins a new transaction. (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 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 index 420aff65..9d2e3193 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php @@ -1,6 +1,6 @@ metadata = $metadata; } + /** + * @return Google_Service_Spanner_ResultSetMetadata + */ public function getMetadata() { return $this->metadata; @@ -40,10 +46,16 @@ class Google_Service_Spanner_ResultSet extends Google_Collection { 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 index 11420c85..534cc832 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetMetadata.php @@ -1,6 +1,6 @@ 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 index a73f1f74..44a1a068 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetStats.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ResultSetStats.php @@ -1,6 +1,6 @@ queryPlan = $queryPlan; } + /** + * @return Google_Service_Spanner_QueryPlan + */ public function getQueryPlan() { return $this->queryPlan; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php index 0be0fb94..5d962d34 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/RollbackRequest.php @@ -1,6 +1,6 @@ action = $action; - } - public function getAction() - { - return $this->action; - } - public function setConditions($conditions) - { - $this->conditions = $conditions; - } - 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; - } - public function setLogConfig($logConfig) - { - $this->logConfig = $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/Spanner/Session.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Session.php index db026987..041b8e03 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Session.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Session.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php index 81e0e7d6..6423989a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/SetIamPolicyRequest.php @@ -1,6 +1,6 @@ policy = $policy; } + /** + * @return Google_Service_Spanner_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/Spanner/ShortRepresentation.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.php index 7237aa9a..0731a52f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/ShortRepresentation.php @@ -1,6 +1,6 @@ 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 index c2e7ecf0..43269628 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/TestIamPermissionsRequest.php @@ -1,6 +1,6 @@ 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 index 17021fce..c03eb53a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/TransactionSelector.php @@ -1,6 +1,6 @@ begin = $begin; } + /** + * @return Google_Service_Spanner_TransactionOptions + */ public function getBegin() { return $this->begin; @@ -39,10 +45,16 @@ class Google_Service_Spanner_TransactionSelector extends Google_Model { 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 index 92ae0313..fbad3013 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Type.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Type.php @@ -1,6 +1,6 @@ arrayElementType = $arrayElementType; } + /** + * @return Google_Service_Spanner_Type + */ public function getArrayElementType() { return $this->arrayElementType; @@ -39,10 +45,16 @@ class Google_Service_Spanner_Type extends Google_Model { 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 index 0c848dbe..b82b0340 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php index d3dc0068..8f827a17 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/UpdateInstanceRequest.php @@ -1,6 +1,6 @@ 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 index c4fcfe07..eeadc7b4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Write.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Write.php @@ -1,6 +1,6 @@ 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 index 3039fc9a..028252f7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceCapabilities.php @@ -1,6 +1,6 @@ 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 index 555d9df1..bec28a09 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceDescriptor.php @@ -1,6 +1,6 @@ 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 index 763d9b27..c2975388 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/DeviceValidity.php @@ -1,6 +1,6 @@ deviceDesc = $deviceDesc; } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ public function getDeviceDesc() { return $this->deviceDesc; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php index 16835fb3..dbf06e5f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/EventTime.php @@ -1,6 +1,6 @@ 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 index ab7f4346..a4c036d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationEllipse.php @@ -1,6 +1,6 @@ center = $center; } + /** + * @return Google_Service_Spectrum_GeoLocationPoint + */ public function getCenter() { return $this->center; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php index 3d87cf7c..fa3ed1d9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoLocationPoint.php @@ -1,6 +1,6 @@ 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 index b8babd80..8abc2e29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/GeoSpectrumSchedule.php @@ -1,6 +1,6 @@ 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 index ca0529f6..d400fda6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php index b0215fc9..311f474b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumBatchResponse.php @@ -1,6 +1,6 @@ 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; @@ -90,10 +108,16 @@ class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collec { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php index 5c12166d..2dde6bee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php index a8ee0869..cc502343 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsGetSpectrumResponse.php @@ -1,6 +1,6 @@ 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; @@ -82,18 +94,30 @@ class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php index ceb20f80..37c5a4d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php index 444b11ea..3d50b558 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsInitResponse.php @@ -1,6 +1,6 @@ databaseChange = $databaseChange; } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ public function getDatabaseChange() { return $this->databaseChange; @@ -41,10 +47,16 @@ class Google_Service_Spectrum_PawsInitResponse extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php index 5d3dcf15..be6fd839 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php index e4480b4d..60999684 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsNotifySpectrumUseResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php index 99e8d08c..84a06e48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsRegisterResponse.php @@ -1,6 +1,6 @@ databaseChange = $databaseChange; } + /** + * @return Google_Service_Spectrum_DbUpdateSpec + */ public function getDatabaseChange() { return $this->databaseChange; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php index 93d1ef35..da563368 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceRequest.php @@ -1,6 +1,6 @@ deviceDescs = $deviceDescs; } + /** + * @return Google_Service_Spectrum_DeviceDescriptor + */ public function getDeviceDescs() { return $this->deviceDescs; diff --git a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php index 2ad6777e..4ec47dbf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/PawsVerifyDeviceResponse.php @@ -1,6 +1,6 @@ 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; 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 index f7e30223..127b3615 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/Resource/Paws.php @@ -1,6 +1,6 @@ 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 index f8085aba..61baf1e1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/SpectrumSchedule.php @@ -1,6 +1,6 @@ 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 index 896bebc1..d98f917c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/Vcard.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/Vcard.php @@ -1,6 +1,6 @@ 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; @@ -51,18 +63,30 @@ class Google_Service_Spectrum_Vcard extends Google_Model { 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 index fde77cc2..8852021b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spectrum/VcardAddress.php @@ -1,6 +1,6 @@ - * Google Cloud Speech API. + * Converts audio to text by applying powerful neural network models. * ** For more information about this service, see the API @@ -47,7 +47,7 @@ class Google_Service_Speech extends Google_Service parent::__construct($client); $this->rootUrl = 'https://speech.googleapis.com/'; $this->servicePath = ''; - $this->version = 'v1beta1'; + $this->version = 'v1'; $this->serviceName = 'speech'; $this->operations = new Google_Service_Speech_Resource_Operations( @@ -56,28 +56,8 @@ class Google_Service_Speech extends Google_Service '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}', + 'get' => array( + 'path' => 'v1/operations/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -86,27 +66,6 @@ class Google_Service_Speech extends Google_Service 'required' => true, ), ), - ),'list' => array( - 'path' => 'v1beta1/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', - ), - ), ), ) ) @@ -117,12 +76,12 @@ class Google_Service_Speech extends Google_Service 'speech', array( 'methods' => array( - 'asyncrecognize' => array( - 'path' => 'v1beta1/speech:asyncrecognize', + 'longrunningrecognize' => array( + 'path' => 'v1/speech:longrunningrecognize', 'httpMethod' => 'POST', 'parameters' => array(), - ),'syncrecognize' => array( - 'path' => 'v1beta1/speech:syncrecognize', + ),'recognize' => array( + 'path' => 'v1/speech:recognize', 'httpMethod' => 'POST', 'parameters' => array(), ), diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/AsyncRecognizeRequest.php b/vendor/google/apiclient-services/src/Google/Service/Speech/AsyncRecognizeRequest.php deleted file mode 100644 index cdbfae6f..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/AsyncRecognizeRequest.php +++ /dev/null @@ -1,41 +0,0 @@ -audio = $audio; - } - public function getAudio() - { - return $this->audio; - } - public function setConfig(Google_Service_Speech_RecognitionConfig $config) - { - $this->config = $config; - } - public function getConfig() - { - return $this->config; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/CancelOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Speech/CancelOperationRequest.php deleted file mode 100644 index f4692945..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/CancelOperationRequest.php +++ /dev/null @@ -1,20 +0,0 @@ -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/Speech/Operation.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Operation.php index f413dadd..7049dca2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/Operation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Operation.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php index 511a2425..c83e3b00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionAudio.php @@ -1,6 +1,6 @@ enableWordTimeOffsets = $enableWordTimeOffsets; + } + public function getEnableWordTimeOffsets() + { + return $this->enableWordTimeOffsets; + } public function setEncoding($encoding) { $this->encoding = $encoding; @@ -57,20 +67,26 @@ class Google_Service_Speech_RecognitionConfig extends Google_Model { return $this->profanityFilter; } - public function setSampleRate($sampleRate) + public function setSampleRateHertz($sampleRateHertz) { - $this->sampleRate = $sampleRate; + $this->sampleRateHertz = $sampleRateHertz; } - public function getSampleRate() + public function getSampleRateHertz() { - return $this->sampleRate; + return $this->sampleRateHertz; } - public function setSpeechContext(Google_Service_Speech_SpeechContext $speechContext) + /** + * @param Google_Service_Speech_SpeechContext + */ + public function setSpeechContexts($speechContexts) { - $this->speechContext = $speechContext; + $this->speechContexts = $speechContexts; } - public function getSpeechContext() + /** + * @return Google_Service_Speech_SpeechContext + */ + public function getSpeechContexts() { - return $this->speechContext; + return $this->speechContexts; } } 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 index b8adab7b..b220a535 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Operations.php @@ -1,6 +1,6 @@ $name); - $params = array_merge($params, $optParams); - return $this->call('cancel', array($params), "Google_Service_Speech_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_Speech_SpeechEmpty - */ - public function delete($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_Speech_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 @@ -77,26 +40,4 @@ class Google_Service_Speech_Resource_Operations extends Google_Service_Resource $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 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 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. - * @opt_param int pageSize The standard list page size. - * @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/Speech.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.php index 17ebda33..5a82e123 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Resource/Speech.php @@ -1,6 +1,6 @@ $postBody); $params = array_merge($params, $optParams); - return $this->call('asyncrecognize', array($params), "Google_Service_Speech_Operation"); + 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.syncrecognize) + * been sent and processed. (speech.recognize) * - * @param Google_Service_Speech_SyncRecognizeRequest $postBody + * @param Google_Service_Speech_RecognizeRequest $postBody * @param array $optParams Optional parameters. - * @return Google_Service_Speech_SyncRecognizeResponse + * @return Google_Service_Speech_RecognizeResponse */ - public function syncrecognize(Google_Service_Speech_SyncRecognizeRequest $postBody, $optParams = array()) + public function recognize(Google_Service_Speech_RecognizeRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); - return $this->call('syncrecognize', array($params), "Google_Service_Speech_SyncRecognizeResponse"); + return $this->call('recognize', array($params), "Google_Service_Speech_RecognizeResponse"); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php index 3069cfc7..10d25312 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechContext.php @@ -1,6 +1,6 @@ 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 index 28e9723f..08f18f1e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeechRecognitionResult.php @@ -1,6 +1,6 @@ alternatives = $alternatives; } + /** + * @return Google_Service_Speech_SpeechRecognitionAlternative + */ public function getAlternatives() { return $this->alternatives; diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/Status.php b/vendor/google/apiclient-services/src/Google/Service/Speech/Status.php index af62f982..a5a6cd8e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/Status.php @@ -1,6 +1,6 @@ audio = $audio; - } - public function getAudio() - { - return $this->audio; - } - public function setConfig(Google_Service_Speech_RecognitionConfig $config) - { - $this->config = $config; - } - public function getConfig() - { - return $this->config; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SyncRecognizeResponse.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SyncRecognizeResponse.php deleted file mode 100644 index 9a6c348a..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/SyncRecognizeResponse.php +++ /dev/null @@ -1,32 +0,0 @@ -results = $results; - } - public function getResults() - { - return $this->results; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage.php b/vendor/google/apiclient-services/src/Google/Service/Storage.php index 9e5c8349..1800aa90 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage.php @@ -1,6 +1,6 @@ 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'b/{bucket}/acl/{entity}', @@ -101,6 +107,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'insert' => array( 'path' => 'b/{bucket}/acl', @@ -111,6 +121,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'b/{bucket}/acl', @@ -121,6 +135,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'b/{bucket}/acl/{entity}', @@ -136,6 +154,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'b/{bucket}/acl/{entity}', @@ -151,6 +173,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -179,6 +205,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'b/{bucket}', @@ -201,6 +231,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'getIamPolicy' => array( 'path' => 'b/{bucket}/iam', @@ -211,6 +245,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'insert' => array( 'path' => 'b', @@ -233,6 +271,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'b', @@ -259,6 +301,29 @@ class Google_Service_Storage extends Google_Service '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, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'b/{bucket}', @@ -289,6 +354,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setIamPolicy' => array( 'path' => 'b/{bucket}/iam', @@ -299,6 +368,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'testIamPermissions' => array( 'path' => 'b/{bucket}/iam/testPermissions', @@ -315,6 +388,10 @@ class Google_Service_Storage extends Google_Service 'repeated' => true, 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'b/{bucket}', @@ -345,6 +422,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -384,6 +465,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', @@ -399,6 +484,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'insert' => array( 'path' => 'b/{bucket}/defaultObjectAcl', @@ -409,6 +498,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'b/{bucket}/defaultObjectAcl', @@ -427,6 +520,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', @@ -442,6 +539,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'b/{bucket}/defaultObjectAcl/{entity}', @@ -457,6 +558,86 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + '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, + ), + '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, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'insert' => array( + 'path' => 'b/{bucket}/notificationConfigs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => 'b/{bucket}/notificationConfigs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'bucket' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -491,6 +672,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', @@ -515,6 +700,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'insert' => array( 'path' => 'b/{bucket}/o/{object}/acl', @@ -534,6 +723,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'b/{bucket}/o/{object}/acl', @@ -553,6 +746,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', @@ -577,6 +774,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'b/{bucket}/o/{object}/acl/{entity}', @@ -601,6 +802,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -638,6 +843,14 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'kmsKeyName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'copy' => array( 'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}', @@ -707,6 +920,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => 'b/{bucket}/o/{object}', @@ -742,6 +959,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'get' => array( 'path' => 'b/{bucket}/o/{object}', @@ -781,6 +1002,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'getIamPolicy' => array( 'path' => 'b/{bucket}/o/{object}/iam', @@ -800,6 +1025,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'insert' => array( 'path' => 'b/{bucket}/o', @@ -830,6 +1059,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'kmsKeyName' => array( + 'location' => 'query', + 'type' => 'string', + ), 'name' => array( 'location' => 'query', 'type' => 'string', @@ -842,6 +1075,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'b/{bucket}/o', @@ -872,6 +1109,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), 'versions' => array( 'location' => 'query', 'type' => 'boolean', @@ -919,6 +1160,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'rewrite' => array( 'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}', @@ -944,6 +1189,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'destinationKmsKeyName' => array( + 'location' => 'query', + 'type' => 'string', + ), 'destinationPredefinedAcl' => array( 'location' => 'query', 'type' => 'string', @@ -996,6 +1245,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setIamPolicy' => array( 'path' => 'b/{bucket}/o/{object}/iam', @@ -1015,6 +1268,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'testIamPermissions' => array( 'path' => 'b/{bucket}/o/{object}/iam/testPermissions', @@ -1040,6 +1297,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'b/{bucket}/o/{object}', @@ -1083,6 +1344,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'watchAll' => array( 'path' => 'b/{bucket}/o/watch', @@ -1113,6 +1378,10 @@ class Google_Service_Storage extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'userProject' => array( + 'location' => 'query', + 'type' => 'string', + ), 'versions' => array( 'location' => 'query', 'type' => 'boolean', @@ -1122,5 +1391,29 @@ class Google_Service_Storage extends Google_Service ) ) ); + $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, + ), + '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 index 3aa7a99a..4a5b530c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Bucket.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Bucket.php @@ -1,6 +1,6 @@ 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; @@ -94,10 +156,24 @@ class Google_Service_Storage_Bucket extends Google_Collection { 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; @@ -110,10 +186,16 @@ class Google_Service_Storage_Bucket extends Google_Collection { return $this->location; } + /** + * @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; @@ -134,10 +216,16 @@ class Google_Service_Storage_Bucket extends Google_Collection { 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; @@ -150,6 +238,20 @@ class Google_Service_Storage_Bucket extends Google_Collection { 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; @@ -182,18 +284,30 @@ class Google_Service_Storage_Bucket extends Google_Collection { 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 index ead69b1f..c172c8e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControl.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php index bc2c9a81..22a67794 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketAccessControlProjectTeam.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Storage_BucketAccessControl + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php index f63800e8..5ec6dbaa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketCors.php @@ -1,6 +1,6 @@ "default_kms_key_name", - ); public $defaultKmsKeyName; public function setDefaultKmsKeyName($defaultKmsKeyName) diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php index 1958f36b..b0c65fb6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycle.php @@ -1,6 +1,6 @@ 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 index d983ddfb..05df1b6f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRule.php @@ -1,6 +1,6 @@ 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 index 869a756d..d63b7a82 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/BucketLifecycleRuleAction.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Storage_Bucket + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php index 1efb8034..9e901c10 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Channel.php @@ -1,6 +1,6 @@ destination = $destination; } + /** + * @return Google_Service_Storage_StorageObject + */ public function getDestination() { return $this->destination; @@ -40,10 +46,16 @@ class Google_Service_Storage_ComposeRequest extends Google_Collection { 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 index c9ced2ef..d9a0f615 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjects.php @@ -1,6 +1,6 @@ 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 index a471179f..6761f9b8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ComposeRequestSourceObjectsObjectPreconditions.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php index a4dff126..b338196a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/ObjectAccessControlProjectTeam.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Storage_ObjectAccessControl + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php index e086c248..f476eab7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Objects.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Storage_StorageObject + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php index b03c7190..8a362c0c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php @@ -1,6 +1,6 @@ bindings = $bindings; } + /** + * @return Google_Service_Storage_PolicyBindings + */ public function getBindings() { return $this->bindings; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php b/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php index 158c6bf9..2388d4f6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/PolicyBindings.php @@ -1,6 +1,6 @@ condition = $condition; + } + public function getCondition() + { + return $this->condition; + } public function setMembers($members) { $this->members = $members; 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 index 3475dbb0..951afa2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/BucketAccessControls.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Storage_BucketAccessControls"); } /** - * Updates an ACL entry on the specified bucket. This method supports patch - * semantics. (bucketAccessControls.patch) + * 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, @@ -97,6 +108,9 @@ class Google_Service_Storage_Resource_BucketAccessControls extends Google_Servic * allAuthenticatedUsers. * @param Google_Service_Storage_BucketAccessControl $postBody * @param array $optParams Optional parameters. + * + * @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()) @@ -114,6 +128,9 @@ class Google_Service_Storage_Resource_BucketAccessControls extends Google_Servic * allAuthenticatedUsers. * @param Google_Service_Storage_BucketAccessControl $postBody * @param array $optParams Optional parameters. + * + * @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()) 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 index facfb352..7fb81fc9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php @@ -1,6 +1,6 @@ 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 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"); + } /** * Updates a bucket. Changes to the bucket will be readable immediately after * writing, but configuration changes may take time to propagate. This method @@ -140,6 +167,8 @@ class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource * @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 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()) @@ -154,6 +183,9 @@ class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource * @param string $bucket Name of a bucket. * @param Google_Service_Storage_Policy $postBody * @param array $optParams Optional parameters. + * + * @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()) @@ -169,6 +201,9 @@ class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource * @param string $bucket Name of a bucket. * @param string|array $permissions Permissions to test. * @param array $optParams Optional parameters. + * + * @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()) @@ -197,6 +232,8 @@ class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource * @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 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()) 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 index 8c5a1dc6..5545ac7f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Channels.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Storage_ObjectAccessControls"); } /** - * Updates a default object ACL entry on the specified bucket. This method - * supports patch semantics. (defaultObjectAccessControls.patch) + * 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, @@ -103,6 +114,9 @@ class Google_Service_Storage_Resource_DefaultObjectAccessControls extends Google * allAuthenticatedUsers. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. + * + * @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()) @@ -121,6 +135,9 @@ class Google_Service_Storage_Resource_DefaultObjectAccessControls extends Google * allAuthenticatedUsers. * @param Google_Service_Storage_ObjectAccessControl $postBody * @param array $optParams Optional parameters. + * + * @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()) 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 index 04734a83..e74893be 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/ObjectAccessControls.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Storage_ObjectAccessControls"); } /** - * Updates an ACL entry on the specified object. This method supports patch - * semantics. (objectAccessControls.patch) + * 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 @@ -122,6 +129,8 @@ class Google_Service_Storage_Resource_ObjectAccessControls extends Google_Servic * * @opt_param string generation If present, selects a specific revision of this * 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_ObjectAccessControl */ public function patch($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) @@ -144,6 +153,8 @@ class Google_Service_Storage_Resource_ObjectAccessControls extends Google_Servic * * @opt_param string generation If present, selects a specific revision of this * 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_ObjectAccessControl */ public function update($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array()) 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 index 98155f25..90d463f1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Objects.php @@ -1,6 +1,6 @@ call('list', array($params), "Google_Service_Storage_Objects"); } /** - * Updates an object's metadata. This method supports patch semantics. - * (objects.patch) + * 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 @@ -258,9 +294,12 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * @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. + * 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. + * 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 @@ -268,6 +307,8 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * @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 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()) @@ -293,13 +334,19 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * @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 destination object's current generation matches the given value. + * 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 destination object's current generation does not match the given - * value. + * 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. @@ -307,9 +354,10 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * 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 generation matches the given value. + * 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 generation does not match the given value. + * 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. @@ -333,6 +381,8 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * 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()) @@ -352,6 +402,8 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * * @opt_param string generation If present, selects a specific revision of this * 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_Policy */ public function setIamPolicy($bucket, $object, Google_Service_Storage_Policy $postBody, $optParams = array()) @@ -372,6 +424,8 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * * @opt_param string generation If present, selects a specific revision of this * 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_TestIamPermissionsResponse */ public function testIamPermissions($bucket, $object, $permissions, $optParams = array()) @@ -392,9 +446,12 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * @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. + * 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. + * 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 @@ -402,6 +459,8 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * @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 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()) @@ -431,6 +490,8 @@ class Google_Service_Storage_Resource_Objects extends Google_Service_Resource * @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 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 diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php b/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php index aa8f1c65..0205183c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/RewriteResponse.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php index 4cfb91ba..658691ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObject.php @@ -1,6 +1,6 @@ acl = $acl; } + /** + * @return Google_Service_Storage_ObjectAccessControl + */ public function getAcl() { return $this->acl; @@ -121,10 +131,16 @@ class Google_Service_Storage_StorageObject extends Google_Collection { 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; @@ -137,6 +153,14 @@ class Google_Service_Storage_StorageObject extends Google_Collection { return $this->etag; } + public function setEventBasedHold($eventBasedHold) + { + $this->eventBasedHold = $eventBasedHold; + } + public function getEventBasedHold() + { + return $this->eventBasedHold; + } public function setGeneration($generation) { $this->generation = $generation; @@ -161,6 +185,14 @@ class Google_Service_Storage_StorageObject extends Google_Collection { return $this->kind; } + public function setKmsKeyName($kmsKeyName) + { + $this->kmsKeyName = $kmsKeyName; + } + public function getKmsKeyName() + { + return $this->kmsKeyName; + } public function setMd5Hash($md5Hash) { $this->md5Hash = $md5Hash; @@ -201,14 +233,28 @@ class Google_Service_Storage_StorageObject extends Google_Collection { 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; @@ -233,6 +279,14 @@ class Google_Service_Storage_StorageObject extends Google_Collection { return $this->storageClass; } + public function setTemporaryHold($temporaryHold) + { + $this->temporaryHold = $temporaryHold; + } + public function getTemporaryHold() + { + return $this->temporaryHold; + } public function setTimeCreated($timeCreated) { $this->timeCreated = $timeCreated; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php index 8dc403cc..b459b968 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/StorageObjectCustomerEncryption.php @@ -1,6 +1,6 @@ 'v1/transferJobs', 'httpMethod' => 'GET', 'parameters' => array( - 'filter' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), @@ -109,7 +108,7 @@ class Google_Service_Storagetransfer extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'pageToken' => array( + 'filter' => array( 'location' => 'query', 'type' => 'string', ), @@ -177,14 +176,14 @@ class Google_Service_Storagetransfer extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'pause' => array( 'path' => 'v1/{+name}:pause', @@ -210,24 +209,5 @@ class Google_Service_Storagetransfer extends Google_Service ) ) ); - $this->v1 = new Google_Service_Storagetransfer_Resource_V1( - $this, - $this->serviceName, - 'v1', - array( - 'methods' => array( - 'getGoogleServiceAccount' => array( - 'path' => 'v1:getGoogleServiceAccount', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php index f04f3abe..f1c61098 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/AwsAccessKey.php @@ -1,6 +1,6 @@ awsAccessKey = $awsAccessKey; } + /** + * @return Google_Service_Storagetransfer_AwsAccessKey + */ public function getAwsAccessKey() { return $this->awsAccessKey; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.php index dd664def..3ad7f39c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Date.php @@ -1,6 +1,6 @@ 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 index 66c336a3..8c76a880 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GcsData.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/GcsData.php @@ -1,6 +1,6 @@ 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 index 48a95f7b..77c1b96a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ListTransferJobsResponse.php @@ -1,6 +1,6 @@ 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 index 37bee489..6b5f64ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ObjectConditions.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php index f466122e..89beddfc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/PauseTransferOperationRequest.php @@ -1,6 +1,6 @@ call('delete', array($params), "Google_Service_Storagetransfer_StoragetransferEmpty"); } /** - * Gets the latest state of a long-running operation. Clients can use this + * 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) * @@ -71,17 +71,29 @@ class Google_Service_Storagetransfer_Resource_TransferOperations extends Google_ } /** * 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`. + * 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. * (transferOperations.listTransferOperations) * * @param string $name The value `transferOperations`. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. - * @opt_param int pageSize The standard list page size. - * @opt_param string pageToken The standard list page token. + * @opt_param string filter A 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. `job_names`, `operation_names`, and + * `transfer_statuses` are optional. + * @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_ListOperationsResponse */ public function listTransferOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/V1.php deleted file mode 100644 index 9e9a7106..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/V1.php +++ /dev/null @@ -1,49 +0,0 @@ - - * $storagetransferService = new Google_Service_Storagetransfer(...); - * $v1 = $storagetransferService->v1; - * - */ -class Google_Service_Storagetransfer_Resource_V1 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 Developers 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. (v1.getGoogleServiceAccount) - * - * @param array $optParams Optional parameters. - * - * @opt_param string projectId The ID of the Google Developers Console project - * that the Google service account is associated with. Required. - * @return Google_Service_Storagetransfer_GoogleServiceAccount - */ - public function getGoogleServiceAccount($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('getGoogleServiceAccount', array($params), "Google_Service_Storagetransfer_GoogleServiceAccount"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php index 517b12bf..e2fdeb45 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/ResumeTransferOperationRequest.php @@ -1,6 +1,6 @@ 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 index fd4e4ba4..15345e6f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Status.php @@ -1,6 +1,6 @@ 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; @@ -93,10 +99,16 @@ class Google_Service_Storagetransfer_TransferJob extends Google_Model { 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 index 7a93c26b..e736bab2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOperation.php @@ -1,6 +1,6 @@ counters = $counters; } + /** + * @return Google_Service_Storagetransfer_TransferCounters + */ public function getCounters() { return $this->counters; @@ -47,10 +53,16 @@ class Google_Service_Storagetransfer_TransferOperation extends Google_Collection { 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; @@ -95,10 +107,16 @@ class Google_Service_Storagetransfer_TransferOperation extends Google_Collection { 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 index da15ff71..48adf1e5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/TransferOptions.php @@ -1,6 +1,6 @@ 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 index 335e299d..341d4995 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/UpdateTransferJobRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/UpdateTransferJobRequest.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys.php b/vendor/google/apiclient-services/src/Google/Service/Surveys.php index 330337be..ed941a60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_Surveys_FieldMask + */ public function getFields() { return $this->fields; diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/MobileAppPanel.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/MobileAppPanel.php index a85b1ed7..00021e79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/MobileAppPanel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/MobileAppPanel.php @@ -1,6 +1,6 @@ pageInfo = $pageInfo; } + /** + * @return Google_Service_Surveys_PageInfo + */ public function getPageInfo() { return $this->pageInfo; @@ -42,18 +48,30 @@ class Google_Service_Surveys_MobileAppPanelsListResponse extends Google_Collecti { return $this->requestId; } + /** + * @param Google_Service_Surveys_MobileAppPanel + */ public function setResources($resources) { $this->resources = $resources; } + /** + * @return Google_Service_Surveys_MobileAppPanel + */ 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/PageInfo.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.php index bd07806c..94c71576 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/PageInfo.php @@ -1,6 +1,6 @@ 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 index 594b86a3..03621b9b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsMask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/ResultsMask.php @@ -1,6 +1,6 @@ fields = $fields; } + /** + * @return Google_Service_Surveys_FieldMask + */ public function getFields() { return $this->fields; diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php index 481abf86..2a341b8d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/Survey.php @@ -1,6 +1,6 @@ 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; @@ -74,18 +86,30 @@ class Google_Service_Surveys_Survey extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php index b37f43bd..a7fd3a2a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyAudience.php @@ -1,6 +1,6 @@ highValueLabel; } + /** + * @param Google_Service_Surveys_SurveyQuestionImage + */ public function setImages($images) { $this->images = $images; } + /** + * @return Google_Service_Surveys_SurveyQuestionImage + */ public function getImages() { return $this->images; diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php index 5249a2f3..ef329bfb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveyQuestionImage.php @@ -1,6 +1,6 @@ pageInfo = $pageInfo; } + /** + * @return Google_Service_Surveys_PageInfo + */ public function getPageInfo() { return $this->pageInfo; @@ -42,18 +48,30 @@ class Google_Service_Surveys_SurveysListResponse extends Google_Collection { 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 index 963512ab..8a6ba022 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStartRequest.php @@ -1,6 +1,6 @@ requestId; } - public function setResource(Google_Service_Surveys_Survey $resource) - { - $this->resource = $resource; - } - public function getResource() - { - return $this->resource; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php index 502cf1c9..bb7f23c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/SurveysStopResponse.php @@ -1,6 +1,6 @@ requestId; } - public function setResource(Google_Service_Surveys_Survey $resource) - { - $this->resource = $resource; - } - public function getResource() - { - return $this->resource; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php index 74208738..634275af 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php +++ b/vendor/google/apiclient-services/src/Google/Service/Surveys/TokenPagination.php @@ -1,6 +1,6 @@ * Accesses Tag Manager accounts and containers.
* ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -55,15 +55,16 @@ class Google_Service_TagManager extends Google_Service public $accounts; public $accounts_containers; public $accounts_containers_environments; - public $accounts_containers_folders; - public $accounts_containers_folders_entities; - public $accounts_containers_move_folders; - public $accounts_containers_reauthorize_environments; - public $accounts_containers_tags; - public $accounts_containers_triggers; - public $accounts_containers_variables; + public $accounts_containers_version_headers; public $accounts_containers_versions; - public $accounts_permissions; + public $accounts_containers_workspaces; + public $accounts_containers_workspaces_built_in_variables; + public $accounts_containers_workspaces_folders; + public $accounts_containers_workspaces_proposal; + public $accounts_containers_workspaces_tags; + public $accounts_containers_workspaces_triggers; + public $accounts_containers_workspaces_variables; + public $accounts_user_permissions; /** * Constructs the internal representation of the TagManager service. @@ -74,8 +75,8 @@ class Google_Service_TagManager extends Google_Service { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; - $this->servicePath = 'tagmanager/v1/'; - $this->version = 'v1'; + $this->servicePath = 'tagmanager/v2/'; + $this->version = 'v2'; $this->serviceName = 'tagmanager'; $this->accounts = new Google_Service_TagManager_Resource_Accounts( @@ -85,10 +86,10 @@ class Google_Service_TagManager extends Google_Service array( 'methods' => array( 'get' => array( - 'path' => 'accounts/{accountId}', + 'path' => '{+path}', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -97,12 +98,17 @@ class Google_Service_TagManager extends Google_Service ),'list' => array( 'path' => 'accounts', 'httpMethod' => 'GET', - 'parameters' => array(), + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), ),'update' => array( - 'path' => 'accounts/{accountId}', + 'path' => '{+path}', 'httpMethod' => 'PUT', 'parameters' => array( - 'accountId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -123,65 +129,54 @@ class Google_Service_TagManager extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'accounts/{accountId}/containers', + 'path' => '{+parent}/containers', 'httpMethod' => 'POST', 'parameters' => array( - 'accountId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', + 'path' => '{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', + 'path' => '{+path}', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( - 'path' => 'accounts/{accountId}/containers', + 'path' => '{+parent}/containers', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', + 'path' => '{+path}', 'httpMethod' => 'PUT', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -202,90 +197,54 @@ class Google_Service_TagManager extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/environments', + 'path' => '{+parent}/environments', 'httpMethod' => 'POST', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/environments/{environmentId}', + 'path' => '{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'environmentId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/environments/{environmentId}', + 'path' => '{+path}', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'environmentId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/environments', + 'path' => '{+parent}/environments', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'containerId' => array( - 'location' => 'path', + 'pageToken' => array( + 'location' => 'query', 'type' => 'string', - 'required' => true, ), ), ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/environments/{environmentId}', + 'path' => '{+path}', 'httpMethod' => 'PATCH', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'environmentId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -295,21 +254,21 @@ class Google_Service_TagManager extends Google_Service 'type' => 'string', ), ), + ),'reauthorize' => array( + 'path' => '{+path}:reauthorize', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/environments/{environmentId}', + 'path' => '{+path}', 'httpMethod' => 'PUT', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'environmentId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -323,519 +282,36 @@ class Google_Service_TagManager extends Google_Service ) ) ); - $this->accounts_containers_folders = new Google_Service_TagManager_Resource_AccountsContainersFolders( + $this->accounts_containers_version_headers = new Google_Service_TagManager_Resource_AccountsContainersVersionHeaders( $this, $this->serviceName, - 'folders', + 'version_headers', array( 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/folders', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/folders/{folderId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'folderId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/folders/{folderId}', + 'latest' => array( + 'path' => '{+parent}/version_headers:latest', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'folderId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/folders', + 'path' => '{+parent}/version_headers', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/folders/{folderId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'folderId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( + 'includeDeleted' => array( 'location' => 'query', - 'type' => 'string', + 'type' => 'boolean', ), - ), - ), - ) - ) - ); - $this->accounts_containers_folders_entities = new Google_Service_TagManager_Resource_AccountsContainersFoldersEntities( - $this, - $this->serviceName, - 'entities', - array( - 'methods' => array( - 'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/folders/{folderId}/entities', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'folderId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->accounts_containers_move_folders = new Google_Service_TagManager_Resource_AccountsContainersMoveFolders( - $this, - $this->serviceName, - 'move_folders', - array( - 'methods' => array( - 'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/move_folders/{folderId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'folderId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'triggerId' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'variableId' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - ), - ), - ) - ) - ); - $this->accounts_containers_reauthorize_environments = new Google_Service_TagManager_Resource_AccountsContainersReauthorizeEnvironments( - $this, - $this->serviceName, - 'reauthorize_environments', - array( - 'methods' => array( - 'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/reauthorize_environments/{environmentId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'environmentId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->accounts_containers_tags = new Google_Service_TagManager_Resource_AccountsContainersTags( - $this, - $this->serviceName, - 'tags', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_triggers = new Google_Service_TagManager_Resource_AccountsContainersTriggers( - $this, - $this->serviceName, - 'triggers', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_variables = new Google_Service_TagManager_Resource_AccountsContainersVariables( - $this, - $this->serviceName, - 'variables', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), @@ -850,99 +326,45 @@ class Google_Service_TagManager extends Google_Service 'versions', array( 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'delete' => array( + 'path' => '{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'path' => '{+path}', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'containerVersionId' => array( - 'location' => 'path', + 'location' => 'query', 'type' => 'string', - 'required' => true, ), ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions', + ),'live' => array( + 'path' => '{+parent}/versions:live', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'headers' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'includeDeleted' => array( - 'location' => 'query', - 'type' => 'boolean', - ), ), ),'publish' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish', + 'path' => '{+path}:publish', 'httpMethod' => 'POST', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -952,61 +374,31 @@ class Google_Service_TagManager extends Google_Service 'type' => 'string', ), ), - ),'restore' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore', + ),'set_latest' => array( + 'path' => '{+path}:set_latest', 'httpMethod' => 'POST', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'undelete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete', + 'path' => '{+path}:undelete', 'httpMethod' => 'POST', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'path' => '{+path}', 'httpMethod' => 'PUT', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -1020,72 +412,668 @@ class Google_Service_TagManager extends Google_Service ) ) ); - $this->accounts_permissions = new Google_Service_TagManager_Resource_AccountsPermissions( + $this->accounts_containers_workspaces = new Google_Service_TagManager_Resource_AccountsContainersWorkspaces( $this, $this->serviceName, - 'permissions', + 'workspaces', array( 'methods' => array( 'create' => array( - 'path' => 'accounts/{accountId}/permissions', + 'path' => '{+parent}/workspaces', 'httpMethod' => 'POST', 'parameters' => array( - 'accountId' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create_version' => array( + 'path' => '{+path}:create_version', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'path' => '{+path}', 'httpMethod' => 'DELETE', 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'permissionId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'path' => '{+path}', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'permissionId' => array( + ), + ),'getProposal' => array( + 'path' => '{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getStatus' => array( + 'path' => '{+path}/status', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( - 'path' => 'accounts/{accountId}/permissions', + 'path' => '{+parent}/workspaces', 'httpMethod' => 'GET', 'parameters' => array( - 'accountId' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'quick_preview' => array( + 'path' => '{+path}:quick_preview', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resolve_conflict' => array( + 'path' => '{+path}:resolve_conflict', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sync' => array( + 'path' => '{+path}:sync', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'update' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'path' => '{+path}', 'httpMethod' => 'PUT', 'parameters' => array( - 'accountId' => array( + 'path' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'permissionId' => array( + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateProposal' => array( + 'path' => '{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $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' => '{+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' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'list' => array( + 'path' => '{+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' => '{+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' => '{+parent}/folders', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'entities' => array( + 'path' => '{+path}:entities', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{+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' => '{+path}:move_entities_to_folder', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'triggerId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'variableId' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'revert' => array( + 'path' => '{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{+path}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_proposal = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesProposal( + $this, + $this->serviceName, + 'proposal', + array( + 'methods' => array( + 'create' => array( + 'path' => '{+parent}/proposal', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_containers_workspaces_tags = new Google_Service_TagManager_Resource_AccountsContainersWorkspacesTags( + $this, + $this->serviceName, + 'tags', + array( + 'methods' => array( + 'create' => array( + 'path' => '{+parent}/tags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{+parent}/tags', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => '{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{+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' => '{+parent}/triggers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{+parent}/triggers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => '{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{+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' => '{+parent}/variables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{+parent}/variables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'revert' => array( + 'path' => '{+path}:revert', + 'httpMethod' => 'POST', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{+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' => '{+parent}/user_permissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{+path}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{+path}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'path' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{+parent}/user_permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{+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 index 7f55dd39..2d76746c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Account.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Account.php @@ -1,6 +1,6 @@ name; } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } public function setShareData($shareData) { $this->shareData = $shareData; @@ -54,4 +64,12 @@ class Google_Service_TagManager_Account extends Google_Model { 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 index 7f331b38..1f29b9b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.php @@ -1,6 +1,6 @@ parameter = $parameter; } + /** + * @return Google_Service_TagManager_Parameter + */ public function getParameter() { return $this->parameter; diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php index 1b0eac31..f19797a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Container.php @@ -1,6 +1,6 @@ domainName; } - public function setEnabledBuiltInVariable($enabledBuiltInVariable) - { - $this->enabledBuiltInVariable = $enabledBuiltInVariable; - } - public function getEnabledBuiltInVariable() - { - return $this->enabledBuiltInVariable; - } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; @@ -86,6 +77,14 @@ class Google_Service_TagManager_Container extends Google_Collection { return $this->notes; } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } public function setPublicId($publicId) { $this->publicId = $publicId; @@ -94,21 +93,13 @@ class Google_Service_TagManager_Container extends Google_Collection { return $this->publicId; } - public function setTimeZoneCountryId($timeZoneCountryId) + public function setTagManagerUrl($tagManagerUrl) { - $this->timeZoneCountryId = $timeZoneCountryId; + $this->tagManagerUrl = $tagManagerUrl; } - public function getTimeZoneCountryId() + public function getTagManagerUrl() { - return $this->timeZoneCountryId; - } - public function setTimeZoneId($timeZoneId) - { - $this->timeZoneId = $timeZoneId; - } - public function getTimeZoneId() - { - return $this->timeZoneId; + return $this->tagManagerUrl; } public function setUsageContext($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 index 14dffc35..bafae8eb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.php @@ -1,6 +1,6 @@ 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; @@ -80,6 +102,14 @@ class Google_Service_TagManager_ContainerVersion extends Google_Collection { return $this->deleted; } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } public function setFingerprint($fingerprint) { $this->fingerprint = $fingerprint; @@ -88,22 +118,20 @@ class Google_Service_TagManager_ContainerVersion extends Google_Collection { 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 setMacro($macro) - { - $this->macro = $macro; - } - public function getMacro() - { - return $this->macro; - } public function setName($name) { $this->name = $name; @@ -112,44 +140,76 @@ class Google_Service_TagManager_ContainerVersion extends Google_Collection { return $this->name; } - public function setNotes($notes) + public function setPath($path) { - $this->notes = $notes; + $this->path = $path; } - public function getNotes() + public function getPath() { - return $this->notes; - } - public function setRule($rule) - { - $this->rule = $rule; - } - public function getRule() - { - return $this->rule; + 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 index 44105c90..4c543ca0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.php @@ -1,6 +1,6 @@ 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/CreateContainerVersionRequestVersionOptions.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php index 46f73525..5e0c8911 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php @@ -1,6 +1,6 @@ notes; } - public function setQuickPreview($quickPreview) - { - $this->quickPreview = $quickPreview; - } - public function getQuickPreview() - { - return $this->quickPreview; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php index 754eed54..8bb286da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php @@ -1,6 +1,6 @@ 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/Environment.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Environment.php index b4368183..6e8b3936 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Environment.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Environment.php @@ -1,6 +1,6 @@ authorizationCode; } - public function setAuthorizationTimestampMs($authorizationTimestampMs) + /** + * @param Google_Service_TagManager_Timestamp + */ + public function setAuthorizationTimestamp(Google_Service_TagManager_Timestamp $authorizationTimestamp) { - $this->authorizationTimestampMs = $authorizationTimestampMs; + $this->authorizationTimestamp = $authorizationTimestamp; } - public function getAuthorizationTimestampMs() + /** + * @return Google_Service_TagManager_Timestamp + */ + public function getAuthorizationTimestamp() { - return $this->authorizationTimestampMs; + return $this->authorizationTimestamp; } public function setContainerId($containerId) { @@ -110,6 +120,22 @@ class Google_Service_TagManager_Environment extends Google_Model { 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; @@ -126,4 +152,12 @@ class Google_Service_TagManager_Environment extends Google_Model { 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 index c7de2387..18043ecc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Folder.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Folder.php @@ -1,6 +1,6 @@ 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 index e13ba62e..74d5e765 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.php @@ -1,6 +1,6 @@ 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/ListAccountUsersResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountUsersResponse.php deleted file mode 100644 index ea3637ca..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountUsersResponse.php +++ /dev/null @@ -1,32 +0,0 @@ -userAccess = $userAccess; - } - public function getUserAccess() - { - return $this->userAccess; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php index 0b533124..e2e1dc5d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php @@ -1,6 +1,6 @@ accounts = $accounts; + $this->account = $account; } - public function getAccounts() + /** + * @return Google_Service_TagManager_Account + */ + public function getAccount() { - return $this->accounts; + 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 index 278de0b8..8c68168d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.php @@ -1,6 +1,6 @@ containerVersion = $containerVersion; - } - public function getContainerVersion() - { - return $this->containerVersion; - } + /** + * @param Google_Service_TagManager_ContainerVersionHeader + */ public function setContainerVersionHeader($containerVersionHeader) { $this->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 index 7b4f449a..ae0987d0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.php @@ -1,6 +1,6 @@ containers = $containers; + $this->container = $container; } - public function getContainers() + /** + * @return Google_Service_TagManager_Container + */ + public function getContainer() { - return $this->containers; + 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/ListEnvironmentsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php index 581c1892..ce6bbe31 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php @@ -1,6 +1,6 @@ environments = $environments; + $this->environment = $environment; } - public function getEnvironments() + /** + * @return Google_Service_TagManager_Environment + */ + public function getEnvironment() { - return $this->environments; + 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 index 8b830d6e..460c5b1d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.php @@ -1,6 +1,6 @@ folders = $folders; + $this->folder = $folder; } - public function getFolders() + /** + * @return Google_Service_TagManager_Folder + */ + public function getFolder() { - return $this->folders; + 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 index 95f29bd2..a448efd4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.php @@ -1,6 +1,6 @@ tags = $tags; + $this->nextPageToken = $nextPageToken; } - public function getTags() + public function getNextPageToken() { - return $this->tags; + 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/ListTriggersResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php index fa744c81..f84da437 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php @@ -1,6 +1,6 @@ triggers = $triggers; + $this->nextPageToken = $nextPageToken; } - public function getTriggers() + public function getNextPageToken() { - return $this->triggers; + 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/ListVariablesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php index e72c1f53..fe924fe9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php @@ -1,6 +1,6 @@ variables = $variables; + $this->nextPageToken = $nextPageToken; } - public function getVariables() + public function getNextPageToken() { - return $this->variables; + 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/Macro.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Macro.php deleted file mode 100644 index b04c2e45..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Macro.php +++ /dev/null @@ -1,140 +0,0 @@ -accountId = $accountId; - } - public function getAccountId() - { - return $this->accountId; - } - public function setContainerId($containerId) - { - $this->containerId = $containerId; - } - public function getContainerId() - { - return $this->containerId; - } - public function setDisablingRuleId($disablingRuleId) - { - $this->disablingRuleId = $disablingRuleId; - } - public function getDisablingRuleId() - { - return $this->disablingRuleId; - } - public function setEnablingRuleId($enablingRuleId) - { - $this->enablingRuleId = $enablingRuleId; - } - public function getEnablingRuleId() - { - return $this->enablingRuleId; - } - public function setFingerprint($fingerprint) - { - $this->fingerprint = $fingerprint; - } - public function getFingerprint() - { - return $this->fingerprint; - } - public function setMacroId($macroId) - { - $this->macroId = $macroId; - } - public function getMacroId() - { - return $this->macroId; - } - 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 setParameter($parameter) - { - $this->parameter = $parameter; - } - public function getParameter() - { - return $this->parameter; - } - public function setParentFolderId($parentFolderId) - { - $this->parentFolderId = $parentFolderId; - } - public function getParentFolderId() - { - return $this->parentFolderId; - } - 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 setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php index 6bb3be77..4c5828d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Parameter.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php index 673ea70c..3f752b95 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php @@ -1,6 +1,6 @@ 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/Resource/Accounts.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php index 1a649394..bb21e712 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php @@ -1,6 +1,6 @@ $accountId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Account"); } @@ -42,6 +43,9 @@ class Google_Service_TagManager_Resource_Accounts extends Google_Service_Resourc * 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()) @@ -53,7 +57,8 @@ class Google_Service_TagManager_Resource_Accounts extends Google_Service_Resourc /** * Updates a GTM Account. (accounts.update) * - * @param string $accountId The GTM Account ID. + * @param string $path GTM Accounts's API relative path. Example: + * accounts/{account_id} * @param Google_Service_TagManager_Account $postBody * @param array $optParams Optional parameters. * @@ -61,9 +66,9 @@ class Google_Service_TagManager_Resource_Accounts extends Google_Service_Resourc * fingerprint of the account in storage. * @return Google_Service_TagManager_Account */ - public function update($accountId, Google_Service_TagManager_Account $postBody, $optParams = array()) + public function update($path, Google_Service_TagManager_Account $postBody, $optParams = array()) { - $params = array('accountId' => $accountId, 'postBody' => $postBody); + $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 index 9da840ac..d49f3b4b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.php @@ -1,6 +1,6 @@ $accountId, 'postBody' => $postBody); + $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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. + * @param string $path GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. */ - public function delete($accountId, $containerId, $optParams = array()) + public function delete($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Container. (containers.get) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. + * @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($accountId, $containerId, $optParams = array()) + public function get($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Container"); } @@ -70,21 +71,25 @@ class Google_Service_TagManager_Resource_AccountsContainers extends Google_Servi * Lists all Containers that belongs to a GTM Account. * (containers.listAccountsContainers) * - * @param string $accountId The GTM Account ID. + * @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($accountId, $optParams = array()) + public function listAccountsContainers($parent, $optParams = array()) { - $params = array('accountId' => $accountId); + $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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. + * @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. * @@ -92,9 +97,9 @@ class Google_Service_TagManager_Resource_AccountsContainers extends Google_Servi * fingerprint of the container in storage. * @return Google_Service_TagManager_Container */ - public function update($accountId, $containerId, Google_Service_TagManager_Container $postBody, $optParams = array()) + public function update($path, Google_Service_TagManager_Container $postBody, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody); + $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 index 368f8a2e..1b089676 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.php @@ -1,6 +1,6 @@ $accountId, 'containerId' => $containerId, 'postBody' => $postBody); + $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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $environmentId The GTM Environment ID. + * @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($accountId, $containerId, $environmentId, $optParams = array()) + public function delete($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'environmentId' => $environmentId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a GTM Environment. (environments.get) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $environmentId The GTM Environment ID. + * @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($accountId, $containerId, $environmentId, $optParams = array()) + public function get($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'environmentId' => $environmentId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_Environment"); } @@ -73,14 +71,17 @@ class Google_Service_TagManager_Resource_AccountsContainersEnvironments extends * Lists all GTM Environments of a GTM Container. * (environments.listAccountsContainersEnvironments) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. + * @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($accountId, $containerId, $optParams = array()) + public function listAccountsContainersEnvironments($parent, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId); + $params = array('parent' => $parent); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_TagManager_ListEnvironmentsResponse"); } @@ -88,9 +89,8 @@ class Google_Service_TagManager_Resource_AccountsContainersEnvironments extends * Updates a GTM Environment. This method supports patch semantics. * (environments.patch) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $environmentId The GTM Environment ID. + * @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. * @@ -98,18 +98,33 @@ class Google_Service_TagManager_Resource_AccountsContainersEnvironments extends * fingerprint of the environment in storage. * @return Google_Service_TagManager_Environment */ - public function patch($accountId, $containerId, $environmentId, Google_Service_TagManager_Environment $postBody, $optParams = array()) + public function patch($path, Google_Service_TagManager_Environment $postBody, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'environmentId' => $environmentId, 'postBody' => $postBody); + $params = array('path' => $path, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_TagManager_Environment"); } + /** + * 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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $environmentId The GTM Environment ID. + * @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. * @@ -117,9 +132,9 @@ class Google_Service_TagManager_Resource_AccountsContainersEnvironments extends * fingerprint of the environment in storage. * @return Google_Service_TagManager_Environment */ - public function update($accountId, $containerId, $environmentId, Google_Service_TagManager_Environment $postBody, $optParams = array()) + public function update($path, Google_Service_TagManager_Environment $postBody, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'environmentId' => $environmentId, 'postBody' => $postBody); + $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/AccountsContainersFolders.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersFolders.php deleted file mode 100644 index 14dc80ca..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersFolders.php +++ /dev/null @@ -1,105 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $folders = $tagmanagerService->folders; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersFolders extends Google_Service_Resource -{ - /** - * Creates a GTM Folder. (folders.create) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param Google_Service_TagManager_Folder $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Folder - */ - public function create($accountId, $containerId, Google_Service_TagManager_Folder $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, '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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $folderId The GTM Folder ID. - * @param array $optParams Optional parameters. - */ - public function delete($accountId, $containerId, $folderId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'folderId' => $folderId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Gets a GTM Folder. (folders.get) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $folderId The GTM Folder ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Folder - */ - public function get($accountId, $containerId, $folderId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'folderId' => $folderId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_TagManager_Folder"); - } - /** - * Lists all GTM Folders of a Container. (folders.listAccountsContainersFolders) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_ListFoldersResponse - */ - public function listAccountsContainersFolders($accountId, $containerId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_ListFoldersResponse"); - } - /** - * Updates a GTM Folder. (folders.update) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $folderId The GTM 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($accountId, $containerId, $folderId, Google_Service_TagManager_Folder $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'folderId' => $folderId, '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/AccountsContainersFoldersEntities.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersFoldersEntities.php deleted file mode 100644 index cc587718..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersFoldersEntities.php +++ /dev/null @@ -1,44 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $entities = $tagmanagerService->entities; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersFoldersEntities extends Google_Service_Resource -{ - /** - * List all entities in a GTM Folder. - * (entities.listAccountsContainersFoldersEntities) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $folderId The GTM Folder ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_FolderEntities - */ - public function listAccountsContainersFoldersEntities($accountId, $containerId, $folderId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'folderId' => $folderId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_FolderEntities"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersMoveFolders.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersMoveFolders.php deleted file mode 100644 index 7e18b61c..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersMoveFolders.php +++ /dev/null @@ -1,47 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $move_folders = $tagmanagerService->move_folders; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersMoveFolders extends Google_Service_Resource -{ - /** - * Moves entities to a GTM Folder. (move_folders.update) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $folderId The GTM Folder ID. - * @param Google_Service_TagManager_Folder $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string tagId The tags to be moved to the folder. - * @opt_param string triggerId The triggers to be moved to the folder. - * @opt_param string variableId The variables to be moved to the folder. - */ - public function update($accountId, $containerId, $folderId, Google_Service_TagManager_Folder $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'folderId' => $folderId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('update', array($params)); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersReauthorizeEnvironments.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersReauthorizeEnvironments.php deleted file mode 100644 index 7d7be2a1..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersReauthorizeEnvironments.php +++ /dev/null @@ -1,45 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $reauthorize_environments = $tagmanagerService->reauthorize_environments; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersReauthorizeEnvironments extends Google_Service_Resource -{ - /** - * Re-generates the authorization code for a GTM Environment. - * (reauthorize_environments.update) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $environmentId The GTM Environment ID. - * @param Google_Service_TagManager_Environment $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Environment - */ - public function update($accountId, $containerId, $environmentId, Google_Service_TagManager_Environment $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'environmentId' => $environmentId, '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/AccountsContainersTags.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersTags.php deleted file mode 100644 index f1ca469e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersTags.php +++ /dev/null @@ -1,105 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $tags = $tagmanagerService->tags; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersTags extends Google_Service_Resource -{ - /** - * Creates a GTM Tag. (tags.create) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param Google_Service_TagManager_Tag $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Tag - */ - public function create($accountId, $containerId, Google_Service_TagManager_Tag $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, '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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $tagId The GTM Tag ID. - * @param array $optParams Optional parameters. - */ - public function delete($accountId, $containerId, $tagId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Gets a GTM Tag. (tags.get) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $tagId The GTM Tag ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Tag - */ - public function get($accountId, $containerId, $tagId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_TagManager_Tag"); - } - /** - * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_ListTagsResponse - */ - public function listAccountsContainersTags($accountId, $containerId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse"); - } - /** - * Updates a GTM Tag. (tags.update) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $tagId The GTM 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($accountId, $containerId, $tagId, Google_Service_TagManager_Tag $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, '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/AccountsContainersTriggers.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersTriggers.php deleted file mode 100644 index bcd55b2d..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersTriggers.php +++ /dev/null @@ -1,106 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $triggers = $tagmanagerService->triggers; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersTriggers extends Google_Service_Resource -{ - /** - * Creates a GTM Trigger. (triggers.create) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param Google_Service_TagManager_Trigger $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Trigger - */ - public function create($accountId, $containerId, Google_Service_TagManager_Trigger $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, '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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $triggerId The GTM Trigger ID. - * @param array $optParams Optional parameters. - */ - public function delete($accountId, $containerId, $triggerId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Gets a GTM Trigger. (triggers.get) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $triggerId The GTM Trigger ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Trigger - */ - public function get($accountId, $containerId, $triggerId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_TagManager_Trigger"); - } - /** - * Lists all GTM Triggers of a Container. - * (triggers.listAccountsContainersTriggers) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_ListTriggersResponse - */ - public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse"); - } - /** - * Updates a GTM Trigger. (triggers.update) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $triggerId The GTM 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($accountId, $containerId, $triggerId, Google_Service_TagManager_Trigger $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, '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/AccountsContainersVariables.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVariables.php deleted file mode 100644 index 52a8da84..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVariables.php +++ /dev/null @@ -1,106 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $variables = $tagmanagerService->variables; - * - */ -class Google_Service_TagManager_Resource_AccountsContainersVariables extends Google_Service_Resource -{ - /** - * Creates a GTM Variable. (variables.create) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param Google_Service_TagManager_Variable $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Variable - */ - public function create($accountId, $containerId, Google_Service_TagManager_Variable $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, '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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $variableId The GTM Variable ID. - * @param array $optParams Optional parameters. - */ - public function delete($accountId, $containerId, $variableId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Gets a GTM Variable. (variables.get) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $variableId The GTM Variable ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_Variable - */ - public function get($accountId, $containerId, $variableId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_TagManager_Variable"); - } - /** - * Lists all GTM Variables of a Container. - * (variables.listAccountsContainersVariables) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_ListVariablesResponse - */ - public function listAccountsContainersVariables($accountId, $containerId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse"); - } - /** - * Updates a GTM Variable. (variables.update) - * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $variableId The GTM Variable 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($accountId, $containerId, $variableId, Google_Service_TagManager_Variable $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, '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/AccountsContainersVersions.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php index 3ed0e924..9275d22e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php @@ -1,6 +1,6 @@ $accountId, 'containerId' => $containerId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_TagManager_CreateContainerVersionResponse"); - } /** * Deletes a Container Version. (versions.delete) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $containerVersionId The GTM Container Version ID. + * @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($accountId, $containerId, $containerVersionId, $optParams = array()) + public function delete($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Gets a Container Version. (versions.get) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $containerVersionId The GTM Container Version ID. Specify - * published to retrieve the currently published version. + * @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($accountId, $containerId, $containerVersionId, $optParams = array()) + public function get($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion"); } /** - * Lists all Container Versions of a GTM Container. - * (versions.listAccountsContainersVersions) + * Gets the live (i.e. published) container version (versions.live) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. + * @param string $parent GTM Container's API relative path. Example: + * accounts/{account_id}/containers/{container_id} * @param array $optParams Optional parameters. - * - * @opt_param bool headers Retrieve headers only when true. - * @opt_param bool includeDeleted Also retrieve deleted (archived) versions when - * true. - * @return Google_Service_TagManager_ListContainerVersionsResponse + * @return Google_Service_TagManager_ContainerVersion */ - public function listAccountsContainersVersions($accountId, $containerId, $optParams = array()) + public function live($parent, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId); + $params = array('parent' => $parent); $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse"); + return $this->call('live', array($params), "Google_Service_TagManager_ContainerVersion"); } /** * Publishes a Container Version. (versions.publish) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $containerVersionId The GTM Container Version ID. + * @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($accountId, $containerId, $containerVersionId, $optParams = array()) + public function publish($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId); + $params = array('path' => $path); $params = array_merge($params, $optParams); return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse"); } /** - * Restores a Container Version. This will overwrite the container's current - * configuration (including its variables, triggers and tags). The operation - * will not have any effect on the version that is being served (i.e. the - * published version). (versions.restore) + * Sets the latest version used for synchronization of workspaces when detecting + * conflicts and errors. (versions.set_latest) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $containerVersionId The GTM Container Version ID. + * @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 restore($accountId, $containerId, $containerVersionId, $optParams = array()) + public function set_latest($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId); + $params = array('path' => $path); $params = array_merge($params, $optParams); - return $this->call('restore', array($params), "Google_Service_TagManager_ContainerVersion"); + return $this->call('set_latest', array($params), "Google_Service_TagManager_ContainerVersion"); } /** * Undeletes a Container Version. (versions.undelete) * - * @param string $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $containerVersionId The GTM Container Version ID. + * @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($accountId, $containerId, $containerVersionId, $optParams = array()) + public function undelete($path, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId); + $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 $accountId The GTM Account ID. - * @param string $containerId The GTM Container ID. - * @param string $containerVersionId The GTM Container Version ID. + * @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. * @@ -153,9 +127,9 @@ class Google_Service_TagManager_Resource_AccountsContainersVersions extends Goog * fingerprint of the container version in storage. * @return Google_Service_TagManager_ContainerVersion */ - public function update($accountId, $containerId, $containerVersionId, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array()) + public function update($path, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array()) { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody); + $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/AccountsPermissions.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsPermissions.php deleted file mode 100644 index 009a2d65..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsPermissions.php +++ /dev/null @@ -1,101 +0,0 @@ - - * $tagmanagerService = new Google_Service_TagManager(...); - * $permissions = $tagmanagerService->permissions; - * - */ -class Google_Service_TagManager_Resource_AccountsPermissions extends Google_Service_Resource -{ - /** - * Creates a user's Account & Container Permissions. (permissions.create) - * - * @param string $accountId The GTM Account ID. - * @param Google_Service_TagManager_UserAccess $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_UserAccess - */ - public function create($accountId, Google_Service_TagManager_UserAccess $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_TagManager_UserAccess"); - } - /** - * Removes a user from the account, revoking access to it and all of its - * containers. (permissions.delete) - * - * @param string $accountId The GTM Account ID. - * @param string $permissionId The GTM User ID. - * @param array $optParams Optional parameters. - */ - public function delete($accountId, $permissionId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'permissionId' => $permissionId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * Gets a user's Account & Container Permissions. (permissions.get) - * - * @param string $accountId The GTM Account ID. - * @param string $permissionId The GTM User ID. - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_UserAccess - */ - public function get($accountId, $permissionId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'permissionId' => $permissionId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_TagManager_UserAccess"); - } - /** - * List all users that have access to the account along with Account and - * Container Permissions granted to each of them. - * (permissions.listAccountsPermissions) - * - * @param string $accountId The GTM Account ID. @required - * tagmanager.accounts.permissions.list - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_ListAccountUsersResponse - */ - public function listAccountsPermissions($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_TagManager_ListAccountUsersResponse"); - } - /** - * Updates a user's Account & Container Permissions. (permissions.update) - * - * @param string $accountId The GTM Account ID. - * @param string $permissionId The GTM User ID. - * @param Google_Service_TagManager_UserAccess $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_TagManager_UserAccess - */ - public function update($accountId, $permissionId, Google_Service_TagManager_UserAccess $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('update', array($params), "Google_Service_TagManager_UserAccess"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Rule.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Rule.php deleted file mode 100644 index ef38ca26..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Rule.php +++ /dev/null @@ -1,86 +0,0 @@ -accountId = $accountId; - } - public function getAccountId() - { - return $this->accountId; - } - public function setCondition($condition) - { - $this->condition = $condition; - } - public function getCondition() - { - return $this->condition; - } - 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 setRuleId($ruleId) - { - $this->ruleId = $ruleId; - } - public function getRuleId() - { - return $this->ruleId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php index 98c24d66..248f00f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php @@ -1,6 +1,6 @@ notes; } + /** + * @param Google_Service_TagManager_Parameter + */ public function setParameter($parameter) { $this->parameter = $parameter; } + /** + * @return Google_Service_TagManager_Parameter + */ public function getParameter() { return $this->parameter; @@ -139,10 +149,32 @@ class Google_Service_TagManager_Tag extends Google_Collection { 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; @@ -163,10 +195,16 @@ class Google_Service_TagManager_Tag extends Google_Collection { 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; @@ -187,10 +225,24 @@ class Google_Service_TagManager_Tag extends Google_Collection { 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; @@ -203,4 +255,12 @@ class Google_Service_TagManager_Tag extends Google_Collection { 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 index f0a8e3c2..2873778c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.php @@ -1,6 +1,6 @@ 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; @@ -82,34 +116,58 @@ class Google_Service_TagManager_Trigger extends Google_Collection { 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; } - public function setEnableAllVideos(Google_Service_TagManager_Parameter $enableAllVideos) - { - $this->enableAllVideos = $enableAllVideos; - } - public function getEnableAllVideos() - { - return $this->enableAllVideos; - } + /** + * @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; @@ -122,22 +180,76 @@ class Google_Service_TagManager_Trigger extends Google_Collection { 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; @@ -146,6 +258,28 @@ class Google_Service_TagManager_Trigger extends Google_Collection { 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; @@ -154,6 +288,50 @@ class Google_Service_TagManager_Trigger extends Google_Collection { 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; @@ -170,36 +348,110 @@ class Google_Service_TagManager_Trigger extends Google_Collection { 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; } - public function setVideoPercentageList(Google_Service_TagManager_Parameter $videoPercentageList) + /** + * @param Google_Service_TagManager_Parameter + */ + public function setVerticalScrollPercentageList(Google_Service_TagManager_Parameter $verticalScrollPercentageList) { - $this->videoPercentageList = $videoPercentageList; + $this->verticalScrollPercentageList = $verticalScrollPercentageList; } - public function getVideoPercentageList() + /** + * @return Google_Service_TagManager_Parameter + */ + public function getVerticalScrollPercentageList() { - return $this->videoPercentageList; + 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/UserAccess.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/UserAccess.php deleted file mode 100644 index 267eefeb..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/UserAccess.php +++ /dev/null @@ -1,69 +0,0 @@ -accountAccess = $accountAccess; - } - public function getAccountAccess() - { - return $this->accountAccess; - } - public function setAccountId($accountId) - { - $this->accountId = $accountId; - } - public function getAccountId() - { - return $this->accountId; - } - public function setContainerAccess($containerAccess) - { - $this->containerAccess = $containerAccess; - } - public function getContainerAccess() - { - return $this->containerAccess; - } - public function setEmailAddress($emailAddress) - { - $this->emailAddress = $emailAddress; - } - public function getEmailAddress() - { - return $this->emailAddress; - } - public function setPermissionId($permissionId) - { - $this->permissionId = $permissionId; - } - public function getPermissionId() - { - return $this->permissionId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php b/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php index 31558978..f6c1eec6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php +++ b/vendor/google/apiclient-services/src/Google/Service/TagManager/Variable.php @@ -1,6 +1,6 @@ notes; } + /** + * @param Google_Service_TagManager_Parameter + */ public function setParameter($parameter) { $this->parameter = $parameter; } + /** + * @return Google_Service_TagManager_Parameter + */ public function getParameter() { return $this->parameter; @@ -105,6 +114,14 @@ class Google_Service_TagManager_Variable extends Google_Collection { return $this->parentFolderId; } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } public function setScheduleEndMs($scheduleEndMs) { $this->scheduleEndMs = $scheduleEndMs; @@ -121,6 +138,14 @@ class Google_Service_TagManager_Variable extends Google_Collection { return $this->scheduleStartMs; } + public function setTagManagerUrl($tagManagerUrl) + { + $this->tagManagerUrl = $tagManagerUrl; + } + public function getTagManagerUrl() + { + return $this->tagManagerUrl; + } public function setType($type) { $this->type = $type; @@ -137,4 +162,12 @@ class Google_Service_TagManager_Variable extends Google_Collection { 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/Taskqueue.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue.php index 7f3221d1..dffefd04 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Taskqueue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue.php @@ -1,6 +1,6 @@ acl = $acl; } + /** + * @return Google_Service_Taskqueue_TaskQueueAcl + */ public function getAcl() { return $this->acl; @@ -57,10 +63,16 @@ class Google_Service_Taskqueue_TaskQueue extends Google_Model { 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 index afbfd590..e688b4c1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.php +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/TaskQueueAcl.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Taskqueue_Task + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php index 52843027..1c455285 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php +++ b/vendor/google/apiclient-services/src/Google/Service/Taskqueue/Tasks2.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Taskqueue_Task + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks.php index 23380b73..f9812bca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tasks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_Tasks_TaskLinks + */ public function setLinks($links) { $this->links = $links; } + /** + * @return Google_Service_Tasks_TaskLinks + */ public function getLinks() { return $this->links; diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php index 78cffe6a..7f429dd4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/TaskLinks.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Tasks_TaskList + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Tasks_TaskList + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php b/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php index 01b5bb79..4b2ba142 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tasks/Tasks.php @@ -1,6 +1,6 @@ etag; } + /** + * @param Google_Service_Tasks_Task + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_Tasks_Task + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults.php index 3f51b3ca..6a3deb9f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults.php @@ -1,6 +1,6 @@ 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, diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php index 1e9ea9d7..e1553129 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Any.php @@ -1,6 +1,6 @@ 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 index cc61e10d..3294ebbc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/BatchCreatePerfSamplesResponse.php @@ -1,6 +1,6 @@ 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 index 430d7907..887e4e38 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/CPUInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/CPUInfo.php @@ -1,6 +1,6 @@ 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; @@ -51,14 +65,34 @@ class Google_Service_ToolResults_Execution extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php index 959f860d..c9f0e894 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/FailureDetail.php @@ -1,6 +1,6 @@ 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; @@ -49,10 +61,16 @@ class Google_Service_ToolResults_Image extends Google_Model { 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 index b5e888a0..c9ee6e47 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/InconclusiveDetail.php @@ -1,6 +1,6 @@ executions = $executions; } + /** + * @return Google_Service_ToolResults_Execution + */ public function getExecutions() { return $this->executions; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php index b4c5b5a7..01fa2f9c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListHistoriesResponse.php @@ -1,6 +1,6 @@ histories = $histories; } + /** + * @return Google_Service_ToolResults_History + */ public function getHistories() { return $this->histories; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php index 360b07a7..09df146f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSampleSeriesResponse.php @@ -1,6 +1,6 @@ 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 index e6670e1b..ca0517e2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListPerfSamplesResponse.php @@ -1,6 +1,6 @@ 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/ListStepThumbnailsResponse.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.php index 9ed07d75..d690ce4a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepThumbnailsResponse.php @@ -1,6 +1,6 @@ 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 index 96fe5e76..07390d22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ListStepsResponse.php @@ -1,6 +1,6 @@ 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/MemoryInfo.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.php index e445bdb4..379334c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/MemoryInfo.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php index 2b5672aa..c687f84c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfEnvironment.php @@ -1,6 +1,6 @@ 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 index 03bc72a5..be057fad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfMetricsSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfMetricsSummary.php @@ -1,6 +1,6 @@ appStartTime = $appStartTime; + } + /** + * @return Google_Service_ToolResults_AppStartTime + */ + public function getAppStartTime() + { + return $this->appStartTime; + } public function setExecutionId($executionId) { $this->executionId = $executionId; @@ -34,6 +52,20 @@ class Google_Service_ToolResults_PerfMetricsSummary extends Google_Collection { 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; @@ -42,10 +74,16 @@ class Google_Service_ToolResults_PerfMetricsSummary extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php index c1ddf723..ec546525 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSample.php @@ -1,6 +1,6 @@ sampleTime = $sampleTime; } + /** + * @return Google_Service_ToolResults_Timestamp + */ public function getSampleTime() { return $this->sampleTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php index 79e0364f..4387905e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/PerfSampleSeries.php @@ -1,6 +1,6 @@ basicPerfSampleSeries = $basicPerfSampleSeries; } + /** + * @return Google_Service_ToolResults_BasicPerfSampleSeries + */ public function getBasicPerfSampleSeries() { return $this->basicPerfSampleSeries; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php index c1edd51a..b95b73a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ProjectSettings.php @@ -1,6 +1,6 @@ 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 index 506811c5..516cfaaf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Resource/Projects.php @@ -1,6 +1,6 @@ clusterId = $clusterId; + } + public function getClusterId() + { + return $this->clusterId; + } public function setException($exception) { $this->exception = $exception; @@ -27,4 +37,12 @@ class Google_Service_ToolResults_StackTrace extends Google_Model { return $this->exception; } + public function setReportId($reportId) + { + $this->reportId = $reportId; + } + public function getReportId() + { + return $this->reportId; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php index 679c1001..1c9fdbec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Status.php @@ -1,6 +1,6 @@ code; } + /** + * @param Google_Service_ToolResults_Any + */ public function setDetails($details) { $this->details = $details; } + /** + * @return Google_Service_ToolResults_Any + */ public function getDetails() { return $this->details; diff --git a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php index 34cf165b..042466d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Step.php @@ -1,6 +1,6 @@ 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; @@ -66,18 +78,30 @@ class Google_Service_ToolResults_Step extends Google_Collection { 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; @@ -90,10 +114,16 @@ class Google_Service_ToolResults_Step extends Google_Collection { 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; @@ -106,18 +136,30 @@ class Google_Service_ToolResults_Step extends Google_Collection { 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; @@ -138,18 +180,30 @@ class Google_Service_ToolResults_Step extends Google_Collection { 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 index ea9eaafa..7ef34ad6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepDimensionValueEntry.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/StepDimensionValueEntry.php @@ -1,6 +1,6 @@ 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 index 249b1401..bb37982d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestIssue.php @@ -1,6 +1,6 @@ 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 index 1d414d48..e296519c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestSuiteOverview.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestSuiteOverview.php @@ -1,6 +1,6 @@ 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 index c423ad0b..1bfce16f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestTiming.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/TestTiming.php @@ -1,6 +1,6 @@ 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 index d25ce8a4..74a6c27a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/Thumbnail.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/Thumbnail.php @@ -1,6 +1,6 @@ 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 index 32a0e013..546e049f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecutionStep.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExecutionStep.php @@ -1,6 +1,6 @@ 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 index 8d25d55e..7ea2d2ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExitCode.php +++ b/vendor/google/apiclient-services/src/Google/Service/ToolResults/ToolExitCode.php @@ -1,6 +1,6 @@ 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 index 75dc0e22..8420f6c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing.php @@ -1,6 +1,6 @@ * Send and retrieve trace data from Google Stackdriver Trace. @@ -41,6 +41,7 @@ class Google_Service_Tracing extends Google_Service "https://www.googleapis.com/auth/trace.readonly"; public $projects_traces; + public $projects_traces_spans; /** * Constructs the internal representation of the Tracing service. @@ -52,7 +53,7 @@ class Google_Service_Tracing extends Google_Service parent::__construct($client); $this->rootUrl = 'https://tracing.googleapis.com/'; $this->servicePath = ''; - $this->version = 'v1'; + $this->version = 'v2'; $this->serviceName = 'tracing'; $this->projects_traces = new Google_Service_Tracing_Resource_ProjectsTraces( @@ -61,19 +62,9 @@ class Google_Service_Tracing extends Google_Service 'traces', array( 'methods' => array( - 'batchUpdate' => array( - 'path' => 'v1/{+parent}/traces:batchUpdate', + 'batchWrite' => array( + 'path' => 'v2/{+name}/traces:batchWrite', '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', @@ -82,7 +73,7 @@ class Google_Service_Tracing extends Google_Service ), ), ),'list' => array( - 'path' => 'v1/{+parent}/traces', + 'path' => 'v2/{+parent}/traces', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -116,10 +107,10 @@ class Google_Service_Tracing extends Google_Service ), ), ),'listSpans' => array( - 'path' => 'v1/{+name}:listSpans', + 'path' => 'v2/{+parent}:listSpans', 'httpMethod' => 'GET', 'parameters' => array( - 'name' => array( + 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -133,5 +124,25 @@ class Google_Service_Tracing extends Google_Service ) ) ); + $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 index 7f13a0fc..8888b61a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Annotation.php @@ -1,6 +1,6 @@ attributes = $attributes; } @@ -29,7 +30,7 @@ class Google_Service_Tracing_Annotation extends Google_Model { return $this->attributes; } - public function setDescription($description) + public function setDescription(Google_Service_Tracing_TruncatableString $description) { $this->description = $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 index 4f106b2a..e0a269ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/AttributeValue.php @@ -1,6 +1,6 @@ intValue; } - public function setStringValue($stringValue) + public function setStringValue(Google_Service_Tracing_TruncatableString $stringValue) { $this->stringValue = $stringValue; } diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/BatchUpdateSpansRequest.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/BatchUpdateSpansRequest.php deleted file mode 100644 index 35b349f4..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/BatchUpdateSpansRequest.php +++ /dev/null @@ -1,31 +0,0 @@ -spanUpdates = $spanUpdates; - } - public function getSpanUpdates() - { - return $this->spanUpdates; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php index 0eaad74a..587280a5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Link.php @@ -1,6 +1,6 @@ buildId = $buildId; } @@ -28,7 +30,7 @@ class Google_Service_Tracing_Module extends Google_Model { return $this->buildId; } - public function setModule($module) + public function setModule(Google_Service_Tracing_TruncatableString $module) { $this->module = $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 index 4c71f090..8fb2ce2d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/NetworkEvent.php @@ -1,6 +1,6 @@ kernelTime = $kernelTime; - } - public function getKernelTime() - { - return $this->kernelTime; - } public function setMessageId($messageId) { $this->messageId = $messageId; @@ -46,6 +38,14 @@ class Google_Service_Tracing_NetworkEvent extends Google_Model { return $this->messageSize; } + public function setTime($time) + { + $this->time = $time; + } + public function getTime() + { + return $this->time; + } public function setType($type) { $this->type = $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 index 40f60eaa..2bae3ba3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Resource/Projects.php @@ -1,6 +1,6 @@ $parent, 'postBody' => $postBody); + $params = array('name' => $name, 'postBody' => $postBody); $params = array_merge($params, $optParams); - return $this->call('batchUpdate', array($params), "Google_Service_Tracing_TracingEmpty"); - } - /** - * Returns a specific trace. (traces.get) - * - * @param string $name ID of the trace which is "projects//traces/". - * @param array $optParams Optional parameters. - * @return Google_Service_Tracing_Trace - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_Tracing_Trace"); + 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. + * @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. + * `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. @@ -75,7 +63,7 @@ class Google_Service_Tracing_Resource_ProjectsTraces extends Google_Service_Reso * @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 + * 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: @@ -99,17 +87,18 @@ class Google_Service_Tracing_Resource_ProjectsTraces extends Google_Service_Reso /** * Returns a list of spans within a trace. (traces.listSpans) * - * @param string $name ID of the span set where is "projects//traces/". + * @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 `page_token` field from a previous request. - * Optional. + * If provided, use the value of the `nextPageToken` field from a previous + * request. Optional. * @return Google_Service_Tracing_ListSpansResponse */ - public function listSpans($name, $optParams = array()) + public function listSpans($parent, $optParams = array()) { - $params = array('name' => $name); + $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/Span.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Span.php index f10fb7ce..378b3b12 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/Span.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Span.php @@ -1,6 +1,6 @@ attributes = $attributes; } @@ -43,23 +43,23 @@ class Google_Service_Tracing_Span extends Google_Collection { return $this->attributes; } - public function setHasRemoteParent($hasRemoteParent) + public function setDisplayName(Google_Service_Tracing_TruncatableString $displayName) { - $this->hasRemoteParent = $hasRemoteParent; + $this->displayName = $displayName; } - public function getHasRemoteParent() + public function getDisplayName() { - return $this->hasRemoteParent; + return $this->displayName; } - public function setId($id) + public function setEndTime($endTime) { - $this->id = $id; + $this->endTime = $endTime; } - public function getId() + public function getEndTime() { - return $this->id; + return $this->endTime; } - public function setLinks($links) + public function setLinks(Google_Service_Tracing_Links $links) { $this->links = $links; } @@ -67,22 +67,6 @@ class Google_Service_Tracing_Span extends Google_Collection { return $this->links; } - public function setLocalEndTime($localEndTime) - { - $this->localEndTime = $localEndTime; - } - public function getLocalEndTime() - { - return $this->localEndTime; - } - public function setLocalStartTime($localStartTime) - { - $this->localStartTime = $localStartTime; - } - public function getLocalStartTime() - { - return $this->localStartTime; - } public function setName($name) { $this->name = $name; @@ -91,13 +75,21 @@ class Google_Service_Tracing_Span extends Google_Collection { return $this->name; } - public function setParentId($parentId) + public function setParentSpanId($parentSpanId) { - $this->parentId = $parentId; + $this->parentSpanId = $parentSpanId; } - public function getParentId() + public function getParentSpanId() { - return $this->parentId; + return $this->parentSpanId; + } + public function setSpanId($spanId) + { + $this->spanId = $spanId; + } + public function getSpanId() + { + return $this->spanId; } public function setStackTrace(Google_Service_Tracing_StackTrace $stackTrace) { @@ -107,6 +99,14 @@ class Google_Service_Tracing_Span extends Google_Collection { 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; @@ -115,7 +115,7 @@ class Google_Service_Tracing_Span extends Google_Collection { return $this->status; } - public function setTimeEvents($timeEvents) + public function setTimeEvents(Google_Service_Tracing_TimeEvents $timeEvents) { $this->timeEvents = $timeEvents; } diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/SpanUpdates.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/SpanUpdates.php deleted file mode 100644 index 189adbca..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/SpanUpdates.php +++ /dev/null @@ -1,32 +0,0 @@ -spans = $spans; - } - public function getSpans() - { - return $this->spans; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php index c415bd26..a2fde1ef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackFrame.php @@ -1,6 +1,6 @@ columnNumber; } - public function setFileName($fileName) + public function setFileName(Google_Service_Tracing_TruncatableString $fileName) { $this->fileName = $fileName; } @@ -42,7 +46,7 @@ class Google_Service_Tracing_StackFrame extends Google_Model { return $this->fileName; } - public function setFunctionName($functionName) + public function setFunctionName(Google_Service_Tracing_TruncatableString $functionName) { $this->functionName = $functionName; } @@ -66,7 +70,7 @@ class Google_Service_Tracing_StackFrame extends Google_Model { return $this->loadModule; } - public function setOriginalFunctionName($originalFunctionName) + public function setOriginalFunctionName(Google_Service_Tracing_TruncatableString $originalFunctionName) { $this->originalFunctionName = $originalFunctionName; } @@ -74,7 +78,7 @@ class Google_Service_Tracing_StackFrame extends Google_Model { return $this->originalFunctionName; } - public function setSourceVersion($sourceVersion) + public function setSourceVersion(Google_Service_Tracing_TruncatableString $sourceVersion) { $this->sourceVersion = $sourceVersion; } diff --git a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php index 83e70068..d4433b4d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/StackTrace.php @@ -1,6 +1,6 @@ stackFrame = $stackFrame; + $this->stackFrames = $stackFrames; } - public function getStackFrame() + public function getStackFrames() { - return $this->stackFrame; + return $this->stackFrames; } public function setStackTraceHashId($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 index 37d913d1..afafed75 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Status.php @@ -1,6 +1,6 @@ annotation; } - public function setLocalTime($localTime) - { - $this->localTime = $localTime; - } - public function getLocalTime() - { - return $this->localTime; - } public function setNetworkEvent(Google_Service_Tracing_NetworkEvent $networkEvent) { $this->networkEvent = $networkEvent; @@ -47,4 +39,12 @@ class Google_Service_Tracing_TimeEvent extends Google_Model { 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/Trace.php b/vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.php index 732912c5..958b5e4b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.php +++ b/vendor/google/apiclient-services/src/Google/Service/Tracing/Trace.php @@ -1,6 +1,6 @@ - * Translates text from one language to another. + * The Google Cloud Translation API lets websites and programs integrate with + * Google Translate programmatically. * ** For more information about this service, see the API - * Documentation + * 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; @@ -44,7 +50,7 @@ class Google_Service_Translate extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->rootUrl = 'https://www.googleapis.com/'; + $this->rootUrl = 'https://translation.googleapis.com/'; $this->servicePath = 'language/translate/'; $this->version = 'v2'; $this->serviceName = 'translate'; @@ -55,7 +61,11 @@ class Google_Service_Translate extends Google_Service 'detections', array( 'methods' => array( - 'list' => array( + 'detect' => array( + 'path' => 'v2/detect', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'list' => array( 'path' => 'v2/detect', 'httpMethod' => 'GET', 'parameters' => array( @@ -84,6 +94,10 @@ class Google_Service_Translate extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -110,6 +124,14 @@ class Google_Service_Translate extends Google_Service 'type' => 'string', 'required' => true, ), + 'model' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), 'cid' => array( 'location' => 'query', 'type' => 'string', @@ -119,11 +141,11 @@ class Google_Service_Translate extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'source' => array( - 'location' => 'query', - 'type' => 'string', - ), ), + ),'translate' => array( + 'path' => 'v2', + 'httpMethod' => 'POST', + 'parameters' => array(), ), ) ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php index c336dd68..c36d0e16 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsListResponse.php @@ -1,6 +1,6 @@ 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 index c36f65d6..149107e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsResourceItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/DetectionsResourceItems.php @@ -1,6 +1,6 @@ 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 index 1b711286..6a5ca06e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/LanguagesResource.php @@ -1,6 +1,6 @@ $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 */ 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 index f1ee702a..0040c8d9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Languages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/Resource/Languages.php @@ -1,6 +1,6 @@ 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/TranslationsListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsListResponse.php index 0a402cc3..52ab5f4f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsListResponse.php @@ -1,6 +1,6 @@ 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 index f68731f9..62a351b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Translate/TranslationsResource.php @@ -1,6 +1,6 @@ detectedSourceLanguage; } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php index 9780c28d..abfa717d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener.php @@ -1,6 +1,6 @@ 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; @@ -53,18 +65,30 @@ class Google_Service_Urlshortener_AnalyticsSnapshot extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php index 308ba121..8117df89 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/AnalyticsSummary.php @@ -1,6 +1,6 @@ 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 index f016a7c9..e669b7c8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Resource/Url.php +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/Resource/Url.php @@ -1,6 +1,6 @@ analytics = $analytics; } + /** + * @return Google_Service_Urlshortener_AnalyticsSummary + */ public function getAnalytics() { return $this->analytics; diff --git a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php index e406d4a6..571948c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php +++ b/vendor/google/apiclient-services/src/Google/Service/Urlshortener/UrlHistory.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Urlshortener_Url + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision.php b/vendor/google/apiclient-services/src/Google/Service/Vision.php index 23613136..eba571b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision.php @@ -1,6 +1,6 @@ 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, + ), + '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/Vision/AnnotateImageRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.php index 06d8673a..998e6a6e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageRequest.php @@ -1,6 +1,6 @@ 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 index 6c9aa54c..7d99ee48 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateImageResponse.php @@ -1,6 +1,6 @@ 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_EntityAnnotation + */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } + /** + * @return Google_Service_Vision_EntityAnnotation + */ public function getLogoAnnotations() { return $this->logoAnnotations; } + /** + * @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/BatchAnnotateImagesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.php index 2ad78a61..d5943b7b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesRequest.php @@ -1,6 +1,6 @@ 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 index 4a7f0222..e82a2cbb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BatchAnnotateImagesResponse.php @@ -1,6 +1,6 @@ responses = $responses; } + /** + * @return Google_Service_Vision_AnnotateImageResponse + */ public function getResponses() { return $this->responses; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php index 1935aac9..a818c63c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Block.php @@ -1,6 +1,6 @@ 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 index d987d617..d8a42ea3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/BoundingPoly.php @@ -1,6 +1,6 @@ vertices = $vertices; } + /** + * @return Google_Service_Vision_Vertex + */ public function getVertices() { return $this->vertices; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Color.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Color.php index b65813bf..cc1fb532 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Color.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Color.php @@ -1,6 +1,6 @@ color = $color; } + /** + * @return Google_Service_Vision_Color + */ public function getColor() { return $this->color; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php index 39bf9f09..6df1cada 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHint.php @@ -1,6 +1,6 @@ boundingPoly = $boundingPoly; } + /** + * @return Google_Service_Vision_BoundingPoly + */ public function getBoundingPoly() { return $this->boundingPoly; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php index 2d3167b9..b4920e37 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsAnnotation.php @@ -1,6 +1,6 @@ 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 index 92844265..125eb0f1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/CropHintsParams.php @@ -1,6 +1,6 @@ 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 index 19512918..8b35a702 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/EntityAnnotation.php @@ -1,6 +1,6 @@ boundingPoly = $boundingPoly; } + /** + * @return Google_Service_Vision_BoundingPoly + */ public function getBoundingPoly() { return $this->boundingPoly; @@ -63,10 +69,16 @@ class Google_Service_Vision_EntityAnnotation extends Google_Collection { 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; @@ -79,10 +91,16 @@ class Google_Service_Vision_EntityAnnotation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php index 7a28066b..5dd5415e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/FaceAnnotation.php @@ -1,6 +1,6 @@ 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; @@ -69,10 +75,16 @@ class Google_Service_Vision_FaceAnnotation extends Google_Collection { 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; @@ -101,10 +113,16 @@ class Google_Service_Vision_FaceAnnotation extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php index 5e65b0fb..44ce7483 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Feature.php @@ -1,6 +1,6 @@ maxResults; } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } public function setType($type) { $this->type = $type; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php index 60ed158a..84de647f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Image.php @@ -1,6 +1,6 @@ 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/ImageContext.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.php index 1949b904..53f336ab 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageContext.php @@ -1,6 +1,6 @@ cropHintsParams = $cropHintsParams; } + /** + * @return Google_Service_Vision_CropHintsParams + */ public function getCropHintsParams() { return $this->cropHintsParams; @@ -40,12 +48,32 @@ class Google_Service_Vision_ImageContext extends Google_Collection { 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_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 index 9b6f1ba2..9d160c06 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageProperties.php @@ -1,6 +1,6 @@ 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 index 5d9de3c3..08582ba3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ImageSource.php @@ -1,6 +1,6 @@ position = $position; } + /** + * @return Google_Service_Vision_Position + */ public function getPosition() { return $this->position; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php b/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php index 06911233..7d545bf6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/LatLng.php @@ -1,6 +1,6 @@ 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/LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.php index 1fb3fca9..5fcd9c0f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/LocationInfo.php @@ -1,6 +1,6 @@ latLng = $latLng; } + /** + * @return Google_Service_Vision_LatLng + */ public function getLatLng() { return $this->latLng; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php index ccb0c2f4..353b2a07 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Page.php @@ -1,6 +1,6 @@ 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; @@ -41,10 +56,16 @@ class Google_Service_Vision_Page extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php index e045ebf6..10274248 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Paragraph.php @@ -1,6 +1,6 @@ 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 index c362b1e7..74baf2f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Position.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Position.php @@ -1,6 +1,6 @@ medical; } + public function setRacy($racy) + { + $this->racy = $racy; + } + public function getRacy() + { + return $this->racy; + } public function setSpoof($spoof) { $this->spoof = $spoof; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Status.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Status.php index d82689fd..4ead4159 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Status.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Status.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php index 4e8fc461..c4ae9fb2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/TextAnnotation.php @@ -1,6 +1,6 @@ pages = $pages; } + /** + * @return Google_Service_Vision_Page + */ public function getPages() { return $this->pages; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php index 0e259339..fab75a34 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/TextProperty.php @@ -1,6 +1,6 @@ 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 index 3c03e088..9edcfeb3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Vertex.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Vertex.php @@ -1,6 +1,6 @@ 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/WebEntity.php b/vendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.php index fa425fdb..e414314c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/WebEntity.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php index e688655f..685bbfc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Word.php @@ -1,6 +1,6 @@ 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/Webfonts.php b/vendor/google/apiclient-services/src/Google/Service/Webfonts.php index 282c9ace..d9220d94 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webfonts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webfonts.php @@ -1,6 +1,6 @@ items = $items; } + /** + * @return Google_Service_Webfonts_Webfont + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters.php index 936b48a0..7d36d691 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters.php @@ -1,6 +1,6 @@ filters = $filters; } + /** + * @return Google_Service_Webmasters_ApiDimensionFilter + */ public function getFilters() { return $this->filters; 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 index 865a404a..d922f327 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.php @@ -1,6 +1,6 @@ aggregationType; } + /** + * @param Google_Service_Webmasters_ApiDimensionFilterGroup + */ public function setDimensionFilterGroups($dimensionFilterGroups) { $this->dimensionFilterGroups = $dimensionFilterGroups; } + /** + * @return Google_Service_Webmasters_ApiDimensionFilterGroup + */ public function getDimensionFilterGroups() { return $this->dimensionFilterGroups; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php index 1674d175..9d257469 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php @@ -1,6 +1,6 @@ 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 index c458f576..68135a0c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.php @@ -1,6 +1,6 @@ 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 index 52fdc667..d730db5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.php @@ -1,6 +1,6 @@ siteEntry = $siteEntry; } + /** + * @return Google_Service_Webmasters_WmxSite + */ public function getSiteEntry() { return $this->siteEntry; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorCount.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorCount.php index fd128f94..ab7a247c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorCount.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorCount.php @@ -1,6 +1,6 @@ category; } + /** + * @param Google_Service_Webmasters_UrlCrawlErrorCount + */ public function setEntries($entries) { $this->entries = $entries; } + /** + * @return Google_Service_Webmasters_UrlCrawlErrorCount + */ public function getEntries() { return $this->entries; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsCountsQueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsCountsQueryResponse.php index 40590d75..f86b44a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsCountsQueryResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsCountsQueryResponse.php @@ -1,6 +1,6 @@ countPerTypes = $countPerTypes; } + /** + * @return Google_Service_Webmasters_UrlCrawlErrorCountsPerType + */ public function getCountPerTypes() { return $this->countPerTypes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSample.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSample.php index 5291a57d..e967af2b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSample.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSample.php @@ -1,6 +1,6 @@ responseCode; } + /** + * @param Google_Service_Webmasters_UrlSampleDetails + */ public function setUrlDetails(Google_Service_Webmasters_UrlSampleDetails $urlDetails) { $this->urlDetails = $urlDetails; } + /** + * @return Google_Service_Webmasters_UrlSampleDetails + */ public function getUrlDetails() { return $this->urlDetails; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSamplesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSamplesListResponse.php index 5835d3f1..8d6115de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSamplesListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlCrawlErrorsSamplesListResponse.php @@ -1,6 +1,6 @@ urlCrawlErrorSample = $urlCrawlErrorSample; } + /** + * @return Google_Service_Webmasters_UrlCrawlErrorsSample + */ public function getUrlCrawlErrorSample() { return $this->urlCrawlErrorSample; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlSampleDetails.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlSampleDetails.php index 3d50187b..d185b9b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlSampleDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/UrlSampleDetails.php @@ -1,6 +1,6 @@ contents = $contents; } + /** + * @return Google_Service_Webmasters_WmxSitemapContent + */ public function getContents() { return $this->contents; diff --git a/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php index 904a377c..8e47ed26 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php @@ -1,6 +1,6 @@ 'channelBanners/insert', 'httpMethod' => 'POST', 'parameters' => array( + 'channelId' => array( + 'location' => 'query', + 'type' => 'string', + ), '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 index 0d0dd350..668dd4a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/AccessPolicy.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/AccessPolicy.php @@ -1,6 +1,6 @@ contentDetails = $contentDetails; } + /** + * @return Google_Service_YouTube_ActivityContentDetails + */ public function getContentDetails() { return $this->contentDetails; @@ -57,10 +63,16 @@ class Google_Service_YouTube_Activity extends Google_Model { 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 index 58fe8e34..9f9b43ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetails.php @@ -1,6 +1,6 @@ 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 index 781ac027..bec52b0c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsBulletin.php @@ -1,6 +1,6 @@ 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 index 4880bd12..65686b3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsChannelItem.php @@ -1,6 +1,6 @@ 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 index 5d3c0f76..a1308aea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsComment.php @@ -1,6 +1,6 @@ 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 index 3a20df97..d06d5fa1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsFavorite.php @@ -1,6 +1,6 @@ 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 index 565f74a3..3fc64a39 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsLike.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsLike.php @@ -1,6 +1,6 @@ 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 index ab73188e..ac054f63 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPlaylistItem.php @@ -1,6 +1,6 @@ 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 index 4c385b8b..c5e587ac 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPromotedItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsPromotedItem.php @@ -1,6 +1,6 @@ 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 index c2aeb6dd..0e52bd75 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSocial.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php index d394ef33..b3c0c938 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsSubscription.php @@ -1,6 +1,6 @@ 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 index c642753d..95b6b9f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsUpload.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivityContentDetailsUpload.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Activity + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Activity + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_ActivityListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_ActivityListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php index 5e67c25e..0441cf32 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ActivitySnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php index 9fe9edaa..a7f3a054 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Caption.php @@ -1,6 +1,6 @@ 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 index 6d1eba6a..23723197 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Caption + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Caption + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php index c37ce942..06f0c074 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CaptionSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php index 9800cd59..e266201b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Channel.php @@ -1,6 +1,6 @@ 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; @@ -99,10 +129,16 @@ class Google_Service_YouTube_Channel extends Google_Model { 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; @@ -115,42 +151,72 @@ class Google_Service_YouTube_Channel extends Google_Model { 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 index 2a6907cd..95967aa3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelAuditDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelAuditDetails.php @@ -1,6 +1,6 @@ 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 index d397e718..35597175 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetails.php @@ -1,6 +1,6 @@ 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 index efb14984..3abe8eb7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetailsRelatedPlaylists.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelContentDetailsRelatedPlaylists.php @@ -1,6 +1,6 @@ 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 index 89f9d08d..b986e0d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Channel + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Channel + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_ChannelListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_ChannelListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php index 388ed7d6..13606a94 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelLocalization.php @@ -1,6 +1,6 @@ contentDetails = $contentDetails; } + /** + * @return Google_Service_YouTube_ChannelSectionContentDetails + */ public function getContentDetails() { return $this->contentDetails; @@ -61,26 +67,44 @@ class Google_Service_YouTube_ChannelSection extends Google_Model { 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 index 8bcb8e98..9664b253 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionContentDetails.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_ChannelSection + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_ChannelSection + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php index 6fb5e23a..8dd73df9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionLocalization.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php index f72036bf..a2f06d09 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelSectionTargeting.php @@ -1,6 +1,6 @@ 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; @@ -76,10 +82,16 @@ class Google_Service_YouTube_ChannelSnippet extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php index f5c07786..f24d1156 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ChannelStatistics.php @@ -1,6 +1,6 @@ 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 index 710a32e5..be411e4f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Comment + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Comment + */ public function getItems() { return $this->items; @@ -70,18 +76,30 @@ class Google_Service_YouTube_CommentListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php index 8f44790a..f3367dba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentSnippet.php @@ -1,6 +1,6 @@ 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 index eeab0f03..51050e3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_CommentThread + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_CommentThread + */ public function getItems() { return $this->items; @@ -70,18 +76,30 @@ class Google_Service_YouTube_CommentThreadListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php index 1077c6b3..391d4e13 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadReplies.php @@ -1,6 +1,6 @@ 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 index 21f22ade..9762620f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/CommentThreadSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php index 77652392..c48220fb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php @@ -1,6 +1,6 @@ mekuRating; } + public function setMenaMpaaRating($menaMpaaRating) + { + $this->menaMpaaRating = $menaMpaaRating; + } + public function getMenaMpaaRating() + { + return $this->menaMpaaRating; + } public function setMibacRating($mibacRating) { $this->mibacRating = $mibacRating; @@ -487,6 +497,14 @@ class Google_Service_YouTube_ContentRating extends Google_Collection { return $this->mpaaRating; } + public function setMpaatRating($mpaatRating) + { + $this->mpaatRating = $mpaatRating; + } + public function getMpaatRating() + { + return $this->mpaatRating; + } public function setMtrcbRating($mtrcbRating) { $this->mtrcbRating = $mtrcbRating; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEvent.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEvent.php index 77d04b03..ab5ce402 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEvent.php @@ -1,6 +1,6 @@ kind; } + /** + * @param Google_Service_YouTube_FanFundingEventSnippet + */ public function setSnippet(Google_Service_YouTube_FanFundingEventSnippet $snippet) { $this->snippet = $snippet; } + /** + * @return Google_Service_YouTube_FanFundingEventSnippet + */ public function getSnippet() { return $this->snippet; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventListResponse.php index 46ddef64..252c2a9c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_FanFundingEvent + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_FanFundingEvent + */ public function getItems() { return $this->items; @@ -70,18 +76,30 @@ class Google_Service_YouTube_FanFundingEventListResponse extends Google_Collecti { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventSnippet.php index 4006cd74..1eea7524 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/FanFundingEventSnippet.php @@ -1,6 +1,6 @@ displayString; } + /** + * @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/GeoPoint.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.php index b80b0367..9d653d29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GeoPoint.php @@ -1,6 +1,6 @@ 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 index 74b7c53a..64a0fdc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategoryListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategoryListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_GuideCategory + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_GuideCategory + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php index 10faecaf..8ad84a20 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/GuideCategorySnippet.php @@ -1,6 +1,6 @@ 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 index e6dbeee4..28c43368 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_I18nLanguage + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_I18nLanguage + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php index c3800383..a8d11107 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nLanguageSnippet.php @@ -1,6 +1,6 @@ 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 index 6803eed9..35fd3085 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_I18nRegion + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_I18nRegion + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php index 8170918e..504cd976 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/I18nRegionSnippet.php @@ -1,6 +1,6 @@ backgroundImageUrl = $backgroundImageUrl; } + /** + * @return Google_Service_YouTube_LocalizedProperty + */ public function getBackgroundImageUrl() { return $this->backgroundImageUrl; @@ -173,34 +179,58 @@ class Google_Service_YouTube_ImageSettings extends Google_Model { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php index aaac80c9..5f9eafaa 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/IngestionInfo.php @@ -1,6 +1,6 @@ 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; @@ -57,10 +63,16 @@ class Google_Service_YouTube_InvideoBranding extends Google_Model { 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 index 8ebf440c..58f5f7de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoPosition.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php index d6d99ea9..b2480bb8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/InvideoTiming.php @@ -1,6 +1,6 @@ contentDetails = $contentDetails; } + /** + * @return Google_Service_YouTube_LiveBroadcastContentDetails + */ public function getContentDetails() { return $this->contentDetails; @@ -63,36 +67,46 @@ class Google_Service_YouTube_LiveBroadcast extends Google_Model { 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; } - public function setTopicDetails(Google_Service_YouTube_LiveBroadcastTopicDetails $topicDetails) - { - $this->topicDetails = $topicDetails; - } - public function getTopicDetails() - { - return $this->topicDetails; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php index ea790e0d..cd564ea9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastContentDetails.php @@ -1,6 +1,6 @@ closedCaptionsType; } + public function setEnableAutoStart($enableAutoStart) + { + $this->enableAutoStart = $enableAutoStart; + } + public function getEnableAutoStart() + { + return $this->enableAutoStart; + } public function setEnableClosedCaptions($enableClosedCaptions) { $this->enableClosedCaptions = $enableClosedCaptions; @@ -95,10 +107,32 @@ class Google_Service_YouTube_LiveBroadcastContentDetails extends Google_Model { 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; @@ -127,4 +161,12 @@ class Google_Service_YouTube_LiveBroadcastContentDetails extends Google_Model { 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 index f3a9725e..9e8f34f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_LiveBroadcast + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_LiveBroadcast + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php index 950e7776..3867bf4a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php index 6a4f8f3d..cb5ac2e6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastStatistics.php @@ -1,6 +1,6 @@ snippet = $snippet; - } - public function getSnippet() - { - return $this->snippet; - } - public function setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } - public function setUnmatched($unmatched) - { - $this->unmatched = $unmatched; - } - public function getUnmatched() - { - return $this->unmatched; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastTopicDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastTopicDetails.php deleted file mode 100644 index 8cc4578e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastTopicDetails.php +++ /dev/null @@ -1,32 +0,0 @@ -topics = $topics; - } - public function getTopics() - { - return $this->topics; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastTopicSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastTopicSnippet.php deleted file mode 100644 index ad6724ee..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveBroadcastTopicSnippet.php +++ /dev/null @@ -1,39 +0,0 @@ -name = $name; - } - public function getName() - { - return $this->name; - } - public function setReleaseDate($releaseDate) - { - $this->releaseDate = $releaseDate; - } - public function getReleaseDate() - { - return $this->releaseDate; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php index d835437d..ce6994f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBan.php @@ -1,6 +1,6 @@ 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 index cc595994..9eef68c8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatBanSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php index b7f316d1..60fc1cf0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatFanFundingEventDetails.php @@ -1,6 +1,6 @@ authorDetails = $authorDetails; } + /** + * @return Google_Service_YouTube_LiveChatMessageAuthorDetails + */ public function getAuthorDetails() { return $this->authorDetails; @@ -57,10 +63,16 @@ class Google_Service_YouTube_LiveChatMessage extends Google_Model { 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 index 0f77bf66..791383d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageAuthorDetails.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_LiveChatMessage + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_LiveChatMessage + */ public function getItems() { return $this->items; @@ -80,10 +86,16 @@ class Google_Service_YouTube_LiveChatMessageListResponse extends Google_Collecti { 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; @@ -96,10 +108,16 @@ class Google_Service_YouTube_LiveChatMessageListResponse extends Google_Collecti { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php index 9a84f4f2..91ac7571 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatMessageRetractedDetails.php @@ -1,6 +1,6 @@ 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; @@ -84,50 +90,86 @@ class Google_Service_YouTube_LiveChatMessageSnippet extends Google_Model { 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; @@ -140,18 +182,30 @@ class Google_Service_YouTube_LiveChatMessageSnippet extends Google_Model { 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_LiveChatTextMessageDetails + */ public function setTextMessageDetails(Google_Service_YouTube_LiveChatTextMessageDetails $textMessageDetails) { $this->textMessageDetails = $textMessageDetails; } + /** + * @return Google_Service_YouTube_LiveChatTextMessageDetails + */ public function getTextMessageDetails() { return $this->textMessageDetails; @@ -164,10 +218,16 @@ class Google_Service_YouTube_LiveChatMessageSnippet extends Google_Model { 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 index 29b77e03..6cef1b2c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModerator.php @@ -1,6 +1,6 @@ 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 index 7655eb94..c16537e6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_LiveChatModerator + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_LiveChatModerator + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_LiveChatModeratorListResponse extends Google_Collec { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_LiveChatModeratorListResponse extends Google_Collec { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php index b3581c77..a5947383 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatModeratorSnippet.php @@ -1,6 +1,6 @@ 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 index a720614b..42cd39c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollClosedDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollClosedDetails.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_YouTube_LiveChatPollItem + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_LiveChatPollItem + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php index cfc23838..fff02359 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollItem.php @@ -1,6 +1,6 @@ id; } + /** + * @param Google_Service_YouTube_LiveChatPollItem + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_LiveChatPollItem + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php index 5ffc4229..58e78b40 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveChatPollVotedDetails.php @@ -1,6 +1,6 @@ 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 index a768fa85..52b1f213 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStream.php @@ -1,6 +1,6 @@ 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; @@ -69,18 +81,30 @@ class Google_Service_YouTube_LiveStream extends Google_Model { 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 index dc8e55aa..8631dd81 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamConfigurationIssue.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamConfigurationIssue.php @@ -1,6 +1,6 @@ configurationIssues = $configurationIssues; } + /** + * @return Google_Service_YouTube_LiveStreamConfigurationIssue + */ public function getConfigurationIssues() { return $this->configurationIssues; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php index d6b312b5..bb451d56 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_LiveStream + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_LiveStream + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php index 8b2a2ba0..fcae002e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LiveStreamSnippet.php @@ -1,6 +1,6 @@ healthStatus = $healthStatus; } + /** + * @return Google_Service_YouTube_LiveStreamHealthStatus + */ public function getHealthStatus() { return $this->healthStatus; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php index fd69cd81..116bcf83 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedProperty.php @@ -1,6 +1,6 @@ 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 index 49c26622..fe878632 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/LocalizedString.php @@ -1,6 +1,6 @@ contentDetails = $contentDetails; } + /** + * @return Google_Service_YouTube_PlaylistContentDetails + */ public function getContentDetails() { return $this->contentDetails; @@ -63,34 +69,58 @@ class Google_Service_YouTube_Playlist extends Google_Model { 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 index bd6ba396..05fbfb79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistContentDetails.php @@ -1,6 +1,6 @@ contentDetails = $contentDetails; } + /** + * @return Google_Service_YouTube_PlaylistItemContentDetails + */ public function getContentDetails() { return $this->contentDetails; @@ -59,18 +65,30 @@ class Google_Service_YouTube_PlaylistItem extends Google_Model { 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 index 2799050d..aa737462 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemContentDetails.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_PlaylistItem + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_PlaylistItem + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php index c837145f..62d466c3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php index 369bea1c..e28d1964 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistItemStatus.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Playlist + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Playlist + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_PlaylistListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_PlaylistListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php index 15dc4243..ffdbdeae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistLocalization.php @@ -1,6 +1,6 @@ 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; @@ -86,10 +92,16 @@ class Google_Service_YouTube_PlaylistSnippet extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php index 3d9ddb5f..beb1d2cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PlaylistStatus.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_YouTube_PromotedItem extends Google_Model { 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 index 64f3b33c..3ef9ac0b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItemId.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/PromotedItemId.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_SearchResult + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_SearchResult + */ public function getItems() { return $this->items; @@ -72,10 +78,16 @@ class Google_Service_YouTube_SearchListResponse extends Google_Collection { 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; @@ -96,10 +108,16 @@ class Google_Service_YouTube_SearchListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php index 35e8a2b3..342887b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResult.php @@ -1,6 +1,6 @@ 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; @@ -48,10 +54,16 @@ class Google_Service_YouTube_SearchResult extends Google_Model { 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 index f40562e4..c1fe9898 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResultSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SearchResultSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php index 7c91fd2d..4fee181c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Sponsor.php @@ -1,6 +1,6 @@ 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 index f85333f6..309bd080 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Sponsor + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Sponsor + */ public function getItems() { return $this->items; @@ -70,18 +76,30 @@ class Google_Service_YouTube_SponsorListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php index 3cbdfd56..5e1880d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SponsorSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php index 6a299f57..ad3ba92d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Subscription.php @@ -1,6 +1,6 @@ contentDetails = $contentDetails; } + /** + * @return Google_Service_YouTube_SubscriptionContentDetails + */ public function getContentDetails() { return $this->contentDetails; @@ -59,18 +65,30 @@ class Google_Service_YouTube_Subscription extends Google_Model { 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 index 09d5d830..8eeff51b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionContentDetails.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Subscription + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Subscription + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php index 87981a18..852a70b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php index 131f6901..722473b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SubscriptionSubscriberSnippet.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php index efba5c14..53ea21d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEvent.php @@ -1,6 +1,6 @@ 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 index b5119dab..c5ffc5f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_SuperChatEvent + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_SuperChatEvent + */ public function getItems() { return $this->items; @@ -70,18 +76,30 @@ class Google_Service_YouTube_SuperChatEventListResponse extends Google_Collectio { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php index 466aec3e..603bc08c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/SuperChatEventSnippet.php @@ -1,6 +1,6 @@ displayString; } + public function setIsSuperChatForGood($isSuperChatForGood) + { + $this->isSuperChatForGood = $isSuperChatForGood; + } + public function getIsSuperChatForGood() + { + return $this->isSuperChatForGood; + } public function setMessageType($messageType) { $this->messageType = $messageType; @@ -83,10 +94,30 @@ class Google_Service_YouTube_SuperChatEventSnippet extends Google_Model { 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_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/Thumbnail.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.php index ce02b03e..008a35a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/Thumbnail.php @@ -1,6 +1,6 @@ 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 index 0c7893a5..5256cabe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ThumbnailSetResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_ThumbnailDetails + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_ThumbnailDetails + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php index ead77041..dbe5851d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/TokenPagination.php @@ -1,6 +1,6 @@ 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; @@ -75,10 +87,16 @@ class Google_Service_YouTube_Video extends Google_Model { 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; @@ -99,98 +117,170 @@ class Google_Service_YouTube_Video extends Google_Model { 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 index d8c36670..d7b3e240 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReport.php @@ -1,6 +1,6 @@ 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 index cb3b8acd..62588038 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_VideoAbuseReportReason + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_VideoAbuseReportReason + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php index ae0e2c0c..39f2fad5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportReasonSnippet.php @@ -1,6 +1,6 @@ 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 index 03cff4ef..1cca94cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportSecondaryReason.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoAbuseReportSecondaryReason.php @@ -1,6 +1,6 @@ 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 index 6759c9a9..d0ffc1cc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategoryListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_VideoCategory + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_VideoCategory + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php index 09452e13..f02099c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoCategorySnippet.php @@ -1,6 +1,6 @@ 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; @@ -103,10 +115,16 @@ class Google_Service_YouTube_VideoContentDetails extends Google_Model { 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 index 8a276d01..018ecc8a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoContentDetailsRegionRestriction.php @@ -1,6 +1,6 @@ audioStreams = $audioStreams; } + /** + * @return Google_Service_YouTube_VideoFileDetailsAudioStream + */ public function getAudioStreams() { return $this->audioStreams; @@ -94,10 +100,16 @@ class Google_Service_YouTube_VideoFileDetails extends Google_Collection { 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 index 3220b52e..e082b885 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_VideoRating + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_VideoRating + */ public function getItems() { return $this->items; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php index 2f1f4df0..034705e3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php @@ -1,6 +1,6 @@ eventId; } + /** + * @param Google_Service_YouTube_Video + */ public function setItems($items) { $this->items = $items; } + /** + * @return Google_Service_YouTube_Video + */ public function getItems() { return $this->items; @@ -71,10 +77,16 @@ class Google_Service_YouTube_VideoListResponse extends Google_Collection { 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; @@ -87,10 +99,16 @@ class Google_Service_YouTube_VideoListResponse extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php index 14de20da..8641bcd9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php @@ -1,6 +1,6 @@ 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 index 025dbadf..024619e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoPlayer.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoPlayer.php @@ -1,6 +1,6 @@ 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php index 0a93151d..72d08196 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoProcessingDetailsProcessingProgress.php @@ -1,6 +1,6 @@ location = $location; } + /** + * @return Google_Service_YouTube_GeoPoint + */ public function getLocation() { return $this->location; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php index 67e33d45..d9f63c10 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSnippet.php @@ -1,6 +1,6 @@ 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; @@ -113,10 +119,16 @@ class Google_Service_YouTube_VideoSnippet extends Google_Collection { 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; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php index 18c20900..6570fe49 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoStatistics.php @@ -1,6 +1,6 @@ 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 index fef8bfbd..8895b991 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/VideoSuggestionsTagSuggestion.php @@ -1,6 +1,6 @@ * Retrieves your YouTube Analytics data. * ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -58,9 +58,9 @@ class Google_Service_YouTubeAnalytics extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->rootUrl = 'https://www.googleapis.com/'; - $this->servicePath = 'youtube/analytics/v1/'; - $this->version = 'v1'; + $this->rootUrl = 'https://youtubeanalytics.googleapis.com/'; + $this->servicePath = ''; + $this->version = 'v2'; $this->serviceName = 'youtubeAnalytics'; $this->groupItems = new Google_Service_YouTubeAnalytics_Resource_GroupItems( @@ -70,21 +70,20 @@ class Google_Service_YouTubeAnalytics extends Google_Service array( 'methods' => array( 'delete' => array( - 'path' => 'groupItems', + 'path' => 'v2/groupItems', 'httpMethod' => 'DELETE', 'parameters' => array( - 'id' => array( + 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', - 'required' => true, ), - 'onBehalfOfContentOwner' => array( + 'id' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( - 'path' => 'groupItems', + 'path' => 'v2/groupItems', 'httpMethod' => 'POST', 'parameters' => array( 'onBehalfOfContentOwner' => array( @@ -93,15 +92,14 @@ class Google_Service_YouTubeAnalytics extends Google_Service ), ), ),'list' => array( - 'path' => 'groupItems', + 'path' => 'v2/groupItems', 'httpMethod' => 'GET', 'parameters' => array( - 'groupId' => array( + 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', - 'required' => true, ), - 'onBehalfOfContentOwner' => array( + 'groupId' => array( 'location' => 'query', 'type' => 'string', ), @@ -117,21 +115,20 @@ class Google_Service_YouTubeAnalytics extends Google_Service array( 'methods' => array( 'delete' => array( - 'path' => 'groups', + 'path' => 'v2/groups', 'httpMethod' => 'DELETE', 'parameters' => array( - 'id' => array( + 'onBehalfOfContentOwner' => array( 'location' => 'query', 'type' => 'string', - 'required' => true, ), - 'onBehalfOfContentOwner' => array( + 'id' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( - 'path' => 'groups', + 'path' => 'v2/groups', 'httpMethod' => 'POST', 'parameters' => array( 'onBehalfOfContentOwner' => array( @@ -140,9 +137,13 @@ class Google_Service_YouTubeAnalytics extends Google_Service ), ), ),'list' => array( - 'path' => 'groups', + 'path' => 'v2/groups', 'httpMethod' => 'GET', 'parameters' => array( + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), 'id' => array( 'location' => 'query', 'type' => 'string', @@ -151,17 +152,13 @@ class Google_Service_YouTubeAnalytics extends Google_Service 'location' => 'query', 'type' => 'boolean', ), - 'onBehalfOfContentOwner' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'update' => array( - 'path' => 'groups', + 'path' => 'v2/groups', 'httpMethod' => 'PUT', 'parameters' => array( 'onBehalfOfContentOwner' => array( @@ -180,56 +177,52 @@ class Google_Service_YouTubeAnalytics extends Google_Service array( 'methods' => array( 'query' => array( - 'path' => 'reports', + 'path' => 'v2/reports', 'httpMethod' => 'GET', 'parameters' => array( + 'includeHistoricalChannelData' => array( + 'location' => 'query', + 'type' => 'boolean', + ), '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, ), 'currency' => array( 'location' => 'query', 'type' => 'string', ), + 'startIndex' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'dimensions' => array( 'location' => 'query', 'type' => 'string', ), + 'endDate' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filters' => array( 'location' => 'query', 'type' => 'string', ), - 'include-historical-channel-data' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'max-results' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), - 'start-index' => array( + 'startDate' => array( 'location' => 'query', - 'type' => 'integer', + 'type' => 'string', + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', ), ), ), diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReport.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReport.php deleted file mode 100644 index d0193100..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReport.php +++ /dev/null @@ -1,78 +0,0 @@ -id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setOutputs($outputs) - { - $this->outputs = $outputs; - } - public function getOutputs() - { - return $this->outputs; - } - public function setReportId($reportId) - { - $this->reportId = $reportId; - } - public function getReportId() - { - return $this->reportId; - } - public function setTimeSpan(Google_Service_YouTubeAnalytics_BatchReportTimeSpan $timeSpan) - { - $this->timeSpan = $timeSpan; - } - public function getTimeSpan() - { - return $this->timeSpan; - } - public function setTimeUpdated($timeUpdated) - { - $this->timeUpdated = $timeUpdated; - } - public function getTimeUpdated() - { - return $this->timeUpdated; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportDefinition.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportDefinition.php deleted file mode 100644 index 233b2560..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportDefinition.php +++ /dev/null @@ -1,66 +0,0 @@ -id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function 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 setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportDefinitionList.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportDefinitionList.php deleted file mode 100644 index 116f141b..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportDefinitionList.php +++ /dev/null @@ -1,41 +0,0 @@ -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/YouTubeAnalytics/BatchReportList.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportList.php deleted file mode 100644 index 5119337b..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportList.php +++ /dev/null @@ -1,41 +0,0 @@ -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/YouTubeAnalytics/BatchReportOutputs.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportOutputs.php deleted file mode 100644 index 9d95f26e..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportOutputs.php +++ /dev/null @@ -1,48 +0,0 @@ -downloadUrl = $downloadUrl; - } - public function getDownloadUrl() - { - return $this->downloadUrl; - } - public function setFormat($format) - { - $this->format = $format; - } - public function getFormat() - { - return $this->format; - } - public function setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportTimeSpan.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportTimeSpan.php deleted file mode 100644 index 33a952a0..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/BatchReportTimeSpan.php +++ /dev/null @@ -1,39 +0,0 @@ -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/YouTubeAnalytics/Group.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.php index 4f767bd3..5c222280 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Group.php @@ -1,6 +1,6 @@ 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; @@ -57,10 +79,16 @@ class Google_Service_YouTubeAnalytics_Group extends Google_Model { 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 index acb50c3f..10c8f4f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupContentDetails.php @@ -1,6 +1,6 @@ errors = $errors; + } + /** + * @return Google_Service_YouTubeAnalytics_Errors + */ + public function getErrors() + { + return $this->errors; + } public function setEtag($etag) { $this->etag = $etag; @@ -56,10 +72,16 @@ class Google_Service_YouTubeAnalytics_GroupItem extends Google_Model { 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/GroupItemListResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemListResponse.php deleted file mode 100644 index 5fd9f6e2..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemListResponse.php +++ /dev/null @@ -1,50 +0,0 @@ -etag = $etag; - } - public function getEtag() - { - return $this->etag; - } - 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; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php index 2e5c220b..9373557c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupItemResource.php @@ -1,6 +1,6 @@ etag = $etag; - } - public function getEtag() - { - return $this->etag; - } - 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/YouTubeAnalytics/GroupSnippet.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.php index 46e9b765..225121bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/GroupSnippet.php @@ -1,6 +1,6 @@ - * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); - * $batchReportDefinitions = $youtubeAnalyticsService->batchReportDefinitions; - * - */ -class Google_Service_YouTubeAnalytics_Resource_BatchReportDefinitions extends Google_Service_Resource -{ - /** - * Retrieves a list of available batch report definitions. - * (batchReportDefinitions.listBatchReportDefinitions) - * - * @param string $onBehalfOfContentOwner The onBehalfOfContentOwner parameter - * identifies the content owner that the user is acting on behalf of. - * @param array $optParams Optional parameters. - * @return Google_Service_YouTubeAnalytics_BatchReportDefinitionList - */ - public function listBatchReportDefinitions($onBehalfOfContentOwner, $optParams = array()) - { - $params = array('onBehalfOfContentOwner' => $onBehalfOfContentOwner); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_BatchReportDefinitionList"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/BatchReports.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/BatchReports.php deleted file mode 100644 index 852ae2c3..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/BatchReports.php +++ /dev/null @@ -1,45 +0,0 @@ - - * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...); - * $batchReports = $youtubeAnalyticsService->batchReports; - * - */ -class Google_Service_YouTubeAnalytics_Resource_BatchReports extends Google_Service_Resource -{ - /** - * Retrieves a list of processed batch reports. (batchReports.listBatchReports) - * - * @param string $batchReportDefinitionId The batchReportDefinitionId parameter - * specifies the ID of the batch reportort definition for which you are - * retrieving reports. - * @param string $onBehalfOfContentOwner The onBehalfOfContentOwner parameter - * identifies the content owner that the user is acting on behalf of. - * @param array $optParams Optional parameters. - * @return Google_Service_YouTubeAnalytics_BatchReportList - */ - public function listBatchReports($batchReportDefinitionId, $onBehalfOfContentOwner, $optParams = array()) - { - $params = array('batchReportDefinitionId' => $batchReportDefinitionId, 'onBehalfOfContentOwner' => $onBehalfOfContentOwner); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_BatchReportList"); - } -} 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 index a0302c62..7edd97c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/GroupItems.php @@ -1,6 +1,6 @@ $id); + $params = array(); $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); + return $this->call('delete', array($params), "Google_Service_YouTubeAnalytics_EmptyResponse"); } /** * Creates a group item. (groupItems.insert) @@ -57,18 +58,18 @@ class Google_Service_YouTubeAnalytics_Resource_GroupItems extends Google_Service * @param Google_Service_YouTubeAnalytics_GroupItem $postBody * @param array $optParams Optional parameters. * - * @opt_param string onBehalfOfContentOwner Note: This parameter is intended - * exclusively for YouTube content partners. + * @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 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. + * 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()) @@ -81,28 +82,28 @@ class Google_Service_YouTubeAnalytics_Resource_GroupItems extends Google_Service * Returns a collection of group items that match the API request parameters. * (groupItems.listGroupItems) * - * @param string $groupId The id parameter specifies the unique ID of the group - * for which you want to retrieve group items. * @param array $optParams Optional parameters. * - * @opt_param string onBehalfOfContentOwner Note: This parameter is intended - * exclusively for YouTube content partners. + * @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 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_YouTubeAnalytics_GroupItemListResponse + * 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($groupId, $optParams = array()) + public function listGroupItems($optParams = array()) { - $params = array('groupId' => $groupId); + $params = array(); $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupItemListResponse"); + 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 index 9c983ba5..ed4018e9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Groups.php @@ -1,6 +1,6 @@ $id); + $params = array(); $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); + return $this->call('delete', array($params), "Google_Service_YouTubeAnalytics_EmptyResponse"); } /** * Creates a group. (groups.insert) @@ -57,18 +58,18 @@ class Google_Service_YouTubeAnalytics_Resource_Groups extends Google_Service_Res * @param Google_Service_YouTubeAnalytics_Group $postBody * @param array $optParams Optional parameters. * - * @opt_param string onBehalfOfContentOwner Note: This parameter is intended - * exclusively for YouTube content partners. + * @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 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. + * 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()) @@ -84,33 +85,38 @@ class Google_Service_YouTubeAnalytics_Resource_Groups extends Google_Service_Res * * @param array $optParams Optional parameters. * - * @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. In a group - * resource, the id property specifies the group's YouTube group ID. - * @opt_param bool mine Set this parameter's value to true to instruct the API - * to only return groups owned by the authenticated user. - * @opt_param string onBehalfOfContentOwner Note: This parameter is intended - * exclusively for YouTube content partners. + * @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 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 + * 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_GroupListResponse + * `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_GroupListResponse"); + return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_ListGroupsResponse"); } /** * Modifies a group. For example, you could change a group's title. @@ -119,18 +125,18 @@ class Google_Service_YouTubeAnalytics_Resource_Groups extends Google_Service_Res * @param Google_Service_YouTubeAnalytics_Group $postBody * @param array $optParams Optional parameters. * - * @opt_param string onBehalfOfContentOwner Note: This parameter is intended - * exclusively for YouTube content partners. + * @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 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. + * 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()) 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 index 6f6f116f..805f7d9a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/Resource/Reports.php @@ -1,6 +1,6 @@ $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics); + $params = array(); $params = array_merge($params, $optParams); - return $this->call('query', array($params), "Google_Service_YouTubeAnalytics_ResultTable"); + return $this->call('query', array($params), "Google_Service_YouTubeAnalytics_QueryResponse"); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTable.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTable.php deleted file mode 100644 index 0accde01..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTable.php +++ /dev/null @@ -1,50 +0,0 @@ -columnHeaders = $columnHeaders; - } - public function getColumnHeaders() - { - return $this->columnHeaders; - } - 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/ResultTableColumnHeaders.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeaders.php deleted file mode 100644 index 1798672a..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeAnalytics/ResultTableColumnHeaders.php +++ /dev/null @@ -1,48 +0,0 @@ -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 index f7932338..72724ded 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting.php @@ -1,6 +1,6 @@ 'v1/jobs', 'httpMethod' => 'GET', 'parameters' => array( - 'onBehalfOfContentOwner' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -119,6 +115,10 @@ class Google_Service_YouTubeReporting extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -158,14 +158,6 @@ class Google_Service_YouTubeReporting extends Google_Service 'type' => 'string', 'required' => true, ), - 'onBehalfOfContentOwner' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'startTimeBefore' => array( - 'location' => 'query', - 'type' => 'string', - ), 'createdAfter' => array( 'location' => 'query', 'type' => 'string', @@ -182,6 +174,14 @@ class Google_Service_YouTubeReporting extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'onBehalfOfContentOwner' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTimeBefore' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php index 290613fb..fa3f6139 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Job.php @@ -1,6 +1,6 @@ jobs = $jobs; } + /** + * @return Google_Service_YouTubeReporting_Job + */ public function getJobs() { return $this->jobs; diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php index 08d87d71..a97090ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportTypesResponse.php @@ -1,6 +1,6 @@ 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 index d5c66055..0d544a39 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/ListReportsResponse.php @@ -1,6 +1,6 @@ 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/Media.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Media.php deleted file mode 100644 index 2035d8bd..00000000 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Media.php +++ /dev/null @@ -1,30 +0,0 @@ -resourceName = $resourceName; - } - public function getResourceName() - { - return $this->resourceName; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php index 60f26843..e096e205 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Report.php @@ -1,6 +1,6 @@ $resourceName); $params = array_merge($params, $optParams); - return $this->call('download', array($params), "Google_Service_YouTubeReporting_Media"); + 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 index 724db661..0122426e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/ReportTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTubeReporting/Resource/ReportTypes.php @@ -1,6 +1,6 @@ getMock('Google_Collection'); $this->getMock('Google_Service_Resource'); } + /** * @dataProvider serviceProvider */ @@ -41,6 +40,13 @@ class Google_Service_ServiceTest extends PHPUnit_Framework_TestCase ); } + public function testCaseConflicts() + { + $apis = $this->apiProvider(); + $classes = array_unique(array_map('strtolower', $apis)); + $this->assertCount(count($apis), $classes); + } + public function serviceProvider() { $classes = array(); @@ -58,4 +64,11 @@ class Google_Service_ServiceTest extends PHPUnit_Framework_TestCase return $classes; } + + public function apiProvider() + { + $classes = array(); + $path = __DIR__ . '/../src/Google/Service/*'; + return array_filter(glob($path), 'is_dir'); + } } diff --git a/vendor/google/apiclient-services/tests/bootstrap.php b/vendor/google/apiclient-services/tests/bootstrap.php deleted file mode 100644 index e15933af..00000000 --- a/vendor/google/apiclient-services/tests/bootstrap.php +++ /dev/null @@ -1,3 +0,0 @@ -fetchAccessTokenWithAuthCode($_GET['code']); - $client->setAccessToken($token); } ``` diff --git a/vendor/google/apiclient/composer.json b/vendor/google/apiclient/composer.json index 3f0619c1..55129fd6 100644 --- a/vendor/google/apiclient/composer.json +++ b/vendor/google/apiclient/composer.json @@ -7,12 +7,12 @@ "license": "Apache-2.0", "require": { "php": ">=5.4", - "google/auth": "^0.11", - "google/apiclient-services": "^0.11", - "firebase/php-jwt": "~2.0|~3.0|~4.0", + "google/auth": "^1.0", + "google/apiclient-services": "~0.13", + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "monolog/monolog": "^1.17", "phpseclib/phpseclib": "~0.3.10|~2.0", - "guzzlehttp/guzzle": "~5.2|~6.0", + "guzzlehttp/guzzle": "~5.3.1|~6.0", "guzzlehttp/psr7": "^1.2" }, "require-dev": { diff --git a/vendor/google/apiclient/src/Google/AccessToken/Verify.php b/vendor/google/apiclient/src/Google/AccessToken/Verify.php index 748aa3df..33f11797 100644 --- a/vendor/google/apiclient/src/Google/AccessToken/Verify.php +++ b/vendor/google/apiclient/src/Google/AccessToken/Verify.php @@ -17,6 +17,7 @@ */ use Firebase\JWT\ExpiredException as ExpiredExceptionV3; +use Firebase\JWT\SignatureInvalidException; use GuzzleHttp\Client; use GuzzleHttp\ClientInterface; use Psr\Cache\CacheItemPoolInterface; @@ -120,6 +121,8 @@ class Google_AccessToken_Verify return false; } catch (ExpiredExceptionV3 $e) { return false; + } catch (SignatureInvalidException $e) { + // continue } catch (DomainException $e) { // continue } diff --git a/vendor/google/apiclient/src/Google/Client.php b/vendor/google/apiclient/src/Google/Client.php index 2fb29578..8f832931 100644 --- a/vendor/google/apiclient/src/Google/Client.php +++ b/vendor/google/apiclient/src/Google/Client.php @@ -39,7 +39,7 @@ use Monolog\Handler\SyslogHandler as MonologSyslogHandler; */ class Google_Client { - const LIBVER = "2.1.2"; + const LIBVER = "2.2.1"; const USER_AGENT_SUFFIX = "google-api-php-client/"; const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'; const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token'; @@ -72,7 +72,7 @@ class Google_Client private $config; /** - * @var Google_Logger_Abstract $logger + * @var Psr\Log\LoggerInterface $logger */ private $logger; diff --git a/vendor/google/apiclient/src/Google/Collection.php b/vendor/google/apiclient/src/Google/Collection.php index 7c478bc0..df8d444d 100644 --- a/vendor/google/apiclient/src/Google/Collection.php +++ b/vendor/google/apiclient/src/Google/Collection.php @@ -15,31 +15,31 @@ class Google_Collection extends Google_Model implements Iterator, Countable public function rewind() { - if (isset($this->modelData[$this->collection_key]) - && is_array($this->modelData[$this->collection_key])) { - reset($this->modelData[$this->collection_key]); + if (isset($this->{$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->modelData[$this->collection_key])) { - return current($this->modelData[$this->collection_key]); + if (is_array($this->{$this->collection_key})) { + return current($this->{$this->collection_key}); } } public function key() { - if (isset($this->modelData[$this->collection_key]) - && is_array($this->modelData[$this->collection_key])) { - return key($this->modelData[$this->collection_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->modelData[$this->collection_key]); + return next($this->{$this->collection_key}); } public function valid() @@ -50,10 +50,10 @@ class Google_Collection extends Google_Model implements Iterator, Countable public function count() { - if (!isset($this->modelData[$this->collection_key])) { + if (!isset($this->{$this->collection_key})) { return 0; } - return count($this->modelData[$this->collection_key]); + return count($this->{$this->collection_key}); } public function offsetExists($offset) @@ -61,7 +61,7 @@ class Google_Collection extends Google_Model implements Iterator, Countable if (!is_numeric($offset)) { return parent::offsetExists($offset); } - return isset($this->modelData[$this->collection_key][$offset]); + return isset($this->{$this->collection_key}[$offset]); } public function offsetGet($offset) @@ -70,7 +70,7 @@ class Google_Collection extends Google_Model implements Iterator, Countable return parent::offsetGet($offset); } $this->coerceType($offset); - return $this->modelData[$this->collection_key][$offset]; + return $this->{$this->collection_key}[$offset]; } public function offsetSet($offset, $value) @@ -78,7 +78,7 @@ class Google_Collection extends Google_Model implements Iterator, Countable if (!is_numeric($offset)) { return parent::offsetSet($offset, $value); } - $this->modelData[$this->collection_key][$offset] = $value; + $this->{$this->collection_key}[$offset] = $value; } public function offsetUnset($offset) @@ -86,16 +86,15 @@ class Google_Collection extends Google_Model implements Iterator, Countable if (!is_numeric($offset)) { return parent::offsetUnset($offset); } - unset($this->modelData[$this->collection_key][$offset]); + unset($this->{$this->collection_key}[$offset]); } private function coerceType($offset) { - $typeKey = $this->keyType($this->collection_key); - if (isset($this->$typeKey) && !is_object($this->modelData[$this->collection_key][$offset])) { - $type = $this->$typeKey; - $this->modelData[$this->collection_key][$offset] = - new $type($this->modelData[$this->collection_key][$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/Http/MediaFileUpload.php b/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php index bd38a71b..1ce9bb1d 100644 --- a/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php +++ b/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php @@ -165,8 +165,11 @@ class Google_Http_MediaFileUpload if (308 == $this->httpResultCode) { // Track the amount uploaded. - $range = explode('-', $response->getHeaderLine('range')); - $this->progress = $range[1] + 1; + $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'); diff --git a/vendor/google/apiclient/src/Google/Model.php b/vendor/google/apiclient/src/Google/Model.php index cd50c9a5..18262608 100644 --- a/vendor/google/apiclient/src/Google/Model.php +++ b/vendor/google/apiclient/src/Google/Model.php @@ -53,32 +53,30 @@ class Google_Model implements ArrayAccess */ public function __get($key) { - $keyTypeName = $this->keyType($key); + $keyType = $this->keyType($key); $keyDataType = $this->dataType($key); - if (isset($this->$keyTypeName) && !isset($this->processed[$key])) { + if ($keyType && !isset($this->processed[$key])) { if (isset($this->modelData[$key])) { $val = $this->modelData[$key]; - } else if (isset($this->$keyDataType) && - ($this->$keyDataType == 'array' || $this->$keyDataType == 'map')) { + } elseif ($keyDataType == 'array' || $keyDataType == 'map') { $val = array(); } else { $val = null; } if ($this->isAssociativeArray($val)) { - if (isset($this->$keyDataType) && 'map' == $this->$keyDataType) { + if ($keyDataType && 'map' == $keyDataType) { foreach ($val as $arrayKey => $arrayItem) { $this->modelData[$key][$arrayKey] = - $this->createObjectFromName($keyTypeName, $arrayItem); + new $keyType($arrayItem); } } else { - $this->modelData[$key] = $this->createObjectFromName($keyTypeName, $val); + $this->modelData[$key] = new $keyType($val); } } else if (is_array($val)) { $arrayObject = array(); foreach ($val as $arrayIndex => $arrayItem) { - $arrayObject[$arrayIndex] = - $this->createObjectFromName($keyTypeName, $arrayItem); + $arrayObject[$arrayIndex] = new $keyType($arrayItem); } $this->modelData[$key] = $arrayObject; } @@ -98,8 +96,24 @@ class Google_Model implements ArrayAccess { // Hard initialise simple types, lazy load more complex ones. foreach ($array as $key => $val) { - if ( !property_exists($this, $this->keyType($key)) && - property_exists($this, $key)) { + 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))) { @@ -217,19 +231,6 @@ class Google_Model implements ArrayAccess return false; } - /** - * Given a variable name, discover its type. - * - * @param $name - * @param $item - * @return object The object from the item. - */ - private function createObjectFromName($name, $item) - { - $type = $this->$name; - return new $type($item); - } - /** * Verify if $obj is an array. * @throws Google_Exception Thrown if $obj isn't an array. @@ -274,12 +275,21 @@ class Google_Model implements ArrayAccess protected function keyType($key) { - return $key . "Type"; + $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) { - return $key . "DataType"; + $dataType = $key . "DataType"; + + if (property_exists($this, $dataType)) { + return $this->$dataType; + } } public function __isset($key) diff --git a/vendor/google/apiclient/src/Google/Service/Resource.php b/vendor/google/apiclient/src/Google/Service/Resource.php index a3c57ee2..fee039b3 100644 --- a/vendor/google/apiclient/src/Google/Service/Resource.php +++ b/vendor/google/apiclient/src/Google/Service/Resource.php @@ -272,7 +272,7 @@ class Google_Service_Resource if ($paramSpec['location'] == 'path') { $uriTemplateVars[$paramName] = $paramSpec['value']; } else if ($paramSpec['location'] == 'query') { - if (isset($paramSpec['repeated']) && is_array($paramSpec['value'])) { + if (is_array($paramSpec['value'])) { foreach ($paramSpec['value'] as $value) { $queryVars[] = $paramName . '=' . rawurlencode(rawurldecode($value)); } diff --git a/vendor/google/auth/.travis.yml b/vendor/google/auth/.travis.yml index c51e2c33..8c1b058a 100644 --- a/vendor/google/auth/.travis.yml +++ b/vendor/google/auth/.travis.yml @@ -10,18 +10,19 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm + - 7.1 + - 7.2 env: - - COMPOSER_CMD="composer install" - - COMPOSER_CMD="composer update --prefer-lowest" + - + - COMPOSER_ARGS="--prefer-lowest" matrix: include: - - php: "7.0" - env: RUN_CS_FIXER=true COMPOSER_CMD="composer install" + - php: "7.2" + env: RUN_CS_FIXER=true before_script: - - $(echo $COMPOSER_CMD) + - composer update $COMPOSER_ARGS script: - if [ "${RUN_CS_FIXER}" = "true" ]; then diff --git a/vendor/google/auth/CHANGELOG.md b/vendor/google/auth/CHANGELOG.md index 1628dc51..655bec69 100644 --- a/vendor/google/auth/CHANGELOG.md +++ b/vendor/google/auth/CHANGELOG.md @@ -1,3 +1,48 @@ +## 1.3.0 (06/04/2018) + +### Changes + + * Fixes usage of deprecated env var for GAE Flex (#189) + * fix - guzzlehttp/psr7 dependency version definition (#190) + * Added SystemV shared memory based CacheItemPool (#191) + +## 1.2.1 (24/01/2018) + +### Changes + + * Fixes array merging bug in Guzzle5HttpHandler (#186) + * Fixes constructor argument bug in Subscriber & Middleware (#184) + +## 1.2.0 (6/12/2017) + +### Changes + + * Adds async method to HTTP handlers (#176) + * Misc bug fixes and improvements (#177, #175, #178) + +## 1.1.0 (10/10/2017) + +### Changes + + * Supports additional claims in JWT tokens (#171) + * Adds makeHttpClient for creating authorized Guzzle clients (#162) + * Misc bug fixes/improvements (#168, #161, #167, #170, #143) + +## 1.0.1 (31/07/2017) + +### Changes + +* Adds support for Firebase 5.0 (#159) + +## 1.0.0 (12/06/2017) + +### Changes + +* Adds hashing and shortening to enforce max key length ([@bshaffer]) +* Fix for better PSR-6 compliance - verifies a hit before getting the cache item ([@bshaffer]) +* README fixes ([@bshaffer]) +* Change authorization header key to lowercase ([@stanley-cheung]) + ## 0.4.0 (23/04/2015) ### Changes @@ -5,4 +50,5 @@ * Export callback function to update auth metadata ([@stanley-cheung][]) * Adds an implementation of User Refresh Token auth ([@stanley-cheung][]) +[@bshaffer]: https://github.com/bshaffer [@stanley-cheung]: https://github.com/stanley-cheung diff --git a/vendor/google/auth/README.md b/vendor/google/auth/README.md index 05265f71..d102382a 100644 --- a/vendor/google/auth/README.md +++ b/vendor/google/auth/README.md @@ -95,7 +95,7 @@ $stack->push($middleware); // create the HTTP client $client = new Client([ 'handler' => $stack, - 'base_url' => 'https://www.googleapis.com', + 'base_uri' => 'https://www.googleapis.com', 'auth' => 'google_auth' // authorize all requests ]); diff --git a/vendor/google/auth/composer.json b/vendor/google/auth/composer.json index c528ada1..8dfa95a9 100644 --- a/vendor/google/auth/composer.json +++ b/vendor/google/auth/composer.json @@ -7,20 +7,19 @@ "license": "Apache-2.0", "require": { "php": ">=5.4", - "firebase/php-jwt": "~2.0|~3.0|~4.0", - "guzzlehttp/guzzle": "~5.3|~6.0", - "guzzlehttp/psr7": "~1.2", + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", + "guzzlehttp/guzzle": "~5.3.1|~6.0", + "guzzlehttp/psr7": "^1.2", "psr/http-message": "^1.0", "psr/cache": "^1.0" }, "require-dev": { - "phpunit/phpunit": "3.7.*", - "friendsofphp/php-cs-fixer": "^1.11" + "guzzlehttp/promises": "0.1.1|^1.3", + "friendsofphp/php-cs-fixer": "^1.11", + "phpunit/phpunit": "^4.8.36|^5.7", + "sebastian/comparator": ">=1.2.3" }, "autoload": { - "classmap": [ - "src/" - ], "psr-4": { "Google\\Auth\\": "src" } diff --git a/vendor/google/auth/src/ApplicationDefaultCredentials.php b/vendor/google/auth/src/ApplicationDefaultCredentials.php index 5d944db9..6465bdcb 100644 --- a/vendor/google/auth/src/ApplicationDefaultCredentials.php +++ b/vendor/google/auth/src/ApplicationDefaultCredentials.php @@ -86,7 +86,7 @@ class ApplicationDefaultCredentials ) { $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache); - return new AuthTokenSubscriber($creds, $cacheConfig); + return new AuthTokenSubscriber($creds, $httpHandler); } /** @@ -114,7 +114,7 @@ class ApplicationDefaultCredentials ) { $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache); - return new AuthTokenMiddleware($creds, $cacheConfig); + return new AuthTokenMiddleware($creds, $httpHandler); } /** diff --git a/vendor/google/auth/src/Cache/Item.php b/vendor/google/auth/src/Cache/Item.php index cebc93cc..d5ce1a5e 100644 --- a/vendor/google/auth/src/Cache/Item.php +++ b/vendor/google/auth/src/Cache/Item.php @@ -134,7 +134,7 @@ final class Item implements CacheItemInterface } else { $message = 'Argument 1 passed to %s::expiresAfter() must be an ' . 'instance of DateInterval or of the type integer, %s given'; - $error = sprintf($message, get_class($this), gettype($expiration)); + $error = sprintf($message, get_class($this), gettype($time)); $this->handleError($error); } diff --git a/vendor/google/auth/src/Cache/MemoryCacheItemPool.php b/vendor/google/auth/src/Cache/MemoryCacheItemPool.php index 9533c2cd..0af29304 100644 --- a/vendor/google/auth/src/Cache/MemoryCacheItemPool.php +++ b/vendor/google/auth/src/Cache/MemoryCacheItemPool.php @@ -51,7 +51,6 @@ final class MemoryCacheItemPool implements CacheItemPoolInterface $items = []; foreach ($keys as $key) { - $this->isValidKey($key); $items[$key] = $this->hasItem($key) ? clone $this->items[$key] : new Item($key); } @@ -74,7 +73,7 @@ final class MemoryCacheItemPool implements CacheItemPoolInterface public function clear() { $this->items = []; - $this->deferred = []; + $this->deferredItems = []; return true; } diff --git a/vendor/google/auth/src/CacheTrait.php b/vendor/google/auth/src/CacheTrait.php index 02b4b923..217ce8e2 100644 --- a/vendor/google/auth/src/CacheTrait.php +++ b/vendor/google/auth/src/CacheTrait.php @@ -19,6 +19,8 @@ namespace Google\Auth; trait CacheTrait { + private $maxKeyLength = 64; + /** * Gets the cached value if it is present in the cache when that is * available. @@ -35,7 +37,9 @@ trait CacheTrait } $cacheItem = $this->cache->getItem($key); - return $cacheItem->get(); + if ($cacheItem->isHit()) { + return $cacheItem->get(); + } } /** @@ -67,6 +71,13 @@ trait CacheTrait $key = $this->cacheConfig['prefix'] . $key; // ensure we do not have illegal characters - return preg_replace('|[^a-zA-Z0-9_\.!]|', '', $key); + $key = preg_replace('|[^a-zA-Z0-9_\.!]|', '', $key); + + // Hash keys if they exceed $maxKeyLength (defaults to 64) + if ($this->maxKeyLength && strlen($key) > $this->maxKeyLength) { + $key = substr(hash('sha256', $key), 0, $this->maxKeyLength); + } + + return $key; } } diff --git a/vendor/google/auth/src/Credentials/AppIdentityCredentials.php b/vendor/google/auth/src/Credentials/AppIdentityCredentials.php index 661c64c9..d0ba7031 100644 --- a/vendor/google/auth/src/Credentials/AppIdentityCredentials.php +++ b/vendor/google/auth/src/Credentials/AppIdentityCredentials.php @@ -69,15 +69,25 @@ class AppIdentityCredentials extends CredentialsLoader } /** - * Determines if this an App Engine instance, by accessing the SERVER_SOFTWARE - * environment variable. + * Determines if this an App Engine instance, by accessing the + * SERVER_SOFTWARE environment variable (prod) or the APPENGINE_RUNTIME + * environment variable (dev). * * @return true if this an App Engine Instance, false otherwise */ public static function onAppEngine() { - return isset($_SERVER['SERVER_SOFTWARE']) && - strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine') !== false; + $appEngineProduction = isset($_SERVER['SERVER_SOFTWARE']) && + 0 === strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine'); + if ($appEngineProduction) { + return true; + } + $appEngineDevAppServer = isset($_SERVER['APPENGINE_RUNTIME']) && + $_SERVER['APPENGINE_RUNTIME'] == 'php'; + if ($appEngineDevAppServer) { + return true; + } + return false; } /** diff --git a/vendor/google/auth/src/Credentials/GCECredentials.php b/vendor/google/auth/src/Credentials/GCECredentials.php index 43115290..e2820dbe 100644 --- a/vendor/google/auth/src/Credentials/GCECredentials.php +++ b/vendor/google/auth/src/Credentials/GCECredentials.php @@ -102,13 +102,13 @@ class GCECredentials extends CredentialsLoader /** * Determines if this an App Engine Flexible instance, by accessing the - * GAE_VM environment variable. + * GAE_INSTANCE environment variable. * * @return true if this an App Engine Flexible Instance, false otherwise */ public static function onAppEngineFlexible() { - return isset($_SERVER['GAE_VM']) && 'true' === $_SERVER['GAE_VM']; + return substr(getenv('GAE_INSTANCE'), 0, 4) === 'aef-'; } /** diff --git a/vendor/google/auth/src/CredentialsLoader.php b/vendor/google/auth/src/CredentialsLoader.php index 5ddeda5e..a21f0058 100644 --- a/vendor/google/auth/src/CredentialsLoader.php +++ b/vendor/google/auth/src/CredentialsLoader.php @@ -30,7 +30,7 @@ abstract class CredentialsLoader implements FetchAuthTokenInterface const ENV_VAR = 'GOOGLE_APPLICATION_CREDENTIALS'; const WELL_KNOWN_PATH = 'gcloud/application_default_credentials.json'; const NON_WINDOWS_WELL_KNOWN_PATH_BASE = '.config'; - const AUTH_METADATA_KEY = 'Authorization'; + const AUTH_METADATA_KEY = 'authorization'; /** * @param string $cause @@ -106,7 +106,7 @@ abstract class CredentialsLoader implements FetchAuthTokenInterface /** * Create a new Credentials instance. * - * @param string|array scope the scope of the access request, expressed + * @param string|array $scope the scope of the access request, expressed * either as an Array or as a space-delimited String. * @param array $jsonKey the JSON credentials. * @@ -127,6 +127,53 @@ abstract class CredentialsLoader implements FetchAuthTokenInterface } } + /** + * Create an authorized HTTP Client from an instance of FetchAuthTokenInterface. + * + * @param FetchAuthTokenInterface $fetcher is used to fetch the auth token + * @param array $httpClientOptoins (optional) Array of request options to apply. + * @param callable $httpHandler (optional) http client to fetch the token. + * @param callable $tokenCallback (optional) function to be called when a new token is fetched. + * + * @return \GuzzleHttp\Client + */ + public static function makeHttpClient( + FetchAuthTokenInterface $fetcher, + array $httpClientOptions = [], + callable $httpHandler = null, + callable $tokenCallback = null + ) { + $version = \GuzzleHttp\ClientInterface::VERSION; + + switch ($version[0]) { + case '5': + $client = new \GuzzleHttp\Client($httpClientOptions); + $client->setDefaultOption('auth', 'google_auth'); + $subscriber = new Subscriber\AuthTokenSubscriber( + $fetcher, + $httpHandler, + $tokenCallback + ); + $client->getEmitter()->attach($subscriber); + return $client; + case '6': + $middleware = new Middleware\AuthTokenMiddleware( + $fetcher, + $httpHandler, + $tokenCallback + ); + $stack = \GuzzleHttp\HandlerStack::create(); + $stack->push($middleware); + + return new \GuzzleHttp\Client([ + 'handler' => $stack, + 'auth' => 'google_auth', + ] + $httpClientOptions); + default: + throw new \Exception('Version not supported'); + } + } + /** * export a callback function which updates runtime metadata. * diff --git a/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php b/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php index 7ef647c3..b43fc22f 100644 --- a/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php +++ b/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php @@ -16,7 +16,11 @@ */ namespace Google\Auth\HttpHandler; +use Exception; use GuzzleHttp\ClientInterface; +use GuzzleHttp\Message\ResponseInterface as Guzzle5ResponseInterface; +use GuzzleHttp\Promise\Promise; +use GuzzleHttp\Promise\RejectedPromise; use GuzzleHttp\Psr7\Response; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; @@ -46,17 +50,73 @@ class Guzzle5HttpHandler */ public function __invoke(RequestInterface $request, array $options = []) { - $request = $this->client->createRequest( + $response = $this->client->send( + $this->createGuzzle5Request($request, $options) + ); + + return $this->createPsr7Response($response); + } + + /** + * Accepts a PSR-7 request and an array of options and returns a PromiseInterface + * + * @param RequestInterface $request + * @param array $options + * + * @return Promise + */ + public function async(RequestInterface $request, array $options = []) + { + if (!class_exists('GuzzleHttp\Promise\Promise')) { + throw new Exception('Install guzzlehttp/promises to use async with Guzzle 5'); + } + + $futureResponse = $this->client->send( + $this->createGuzzle5Request( + $request, + ['future' => true] + $options + ) + ); + + $promise = new Promise( + function () use ($futureResponse) { + try { + $futureResponse->wait(); + } catch (Exception $e) { + // The promise is already delivered when the exception is + // thrown, so don't rethrow it. + } + }, + [$futureResponse, 'cancel'] + ); + + $futureResponse->then([$promise, 'resolve'], [$promise, 'reject']); + + return $promise->then( + function (Guzzle5ResponseInterface $response) { + // Adapt the Guzzle 5 Response to a PSR-7 Response. + return $this->createPsr7Response($response); + }, + function (Exception $e) { + return new RejectedPromise($e); + } + ); + } + + private function createGuzzle5Request(RequestInterface $request, array $options) + { + return $this->client->createRequest( $request->getMethod(), $request->getUri(), - array_merge([ + array_merge_recursive([ 'headers' => $request->getHeaders(), 'body' => $request->getBody(), ], $options) ); + } - $response = $this->client->send($request); - + private function createPsr7Response(Guzzle5ResponseInterface $response) + { return new Response( $response->getStatusCode(), $response->getHeaders() ?: [], diff --git a/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php b/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php index 79cc7954..6dfe9a8f 100644 --- a/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php +++ b/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php @@ -33,4 +33,17 @@ class Guzzle6HttpHandler { return $this->client->send($request, $options); } + + /** + * Accepts a PSR-7 request and an array of options and returns a PromiseInterface + * + * @param RequestInterface $request + * @param array $options + * + * @return \GuzzleHttp\Promise\Promise + */ + public function async(RequestInterface $request, array $options = []) + { + return $this->client->sendAsync($request, $options); + } } diff --git a/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php b/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php index 6d4da69d..ee2cf940 100644 --- a/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php +++ b/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php @@ -29,7 +29,7 @@ use Psr\Http\Message\RequestInterface; * * Requests will be accessed with the authorization header: * - * 'Authorization' 'Bearer\r\n" . $this->_format_log(array($data), array($packet_type)) . "\r\n\r\n"; flush(); ob_flush(); } else { $this->packet_type_log[] = $packet_type; - if (NET_SFTP_LOGGING == NET_SFTP_LOG_COMPLEX) { + if (NET_SFTP_LOGGING == self::LOG_COMPLEX) { $this->packet_log[] = $data; } } @@ -2828,7 +2970,7 @@ class SFTP extends SSH2 // SFTP packet length while (strlen($this->packet_buffer) < 4) { - $temp = $this->_get_channel_packet(self::CHANNEL); + $temp = $this->_get_channel_packet(self::CHANNEL, true); if (is_bool($temp)) { $this->packet_type = false; $this->packet_buffer = ''; @@ -2836,13 +2978,16 @@ class SFTP extends SSH2 } $this->packet_buffer.= $temp; } + if (strlen($this->packet_buffer) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($this->packet_buffer, 4))); $tempLength = $length; $tempLength-= strlen($this->packet_buffer); // SFTP packet type and data payload while ($tempLength > 0) { - $temp = $this->_get_channel_packet(self::CHANNEL); + $temp = $this->_get_channel_packet(self::CHANNEL, true); if (is_bool($temp)) { $this->packet_type = false; $this->packet_buffer = ''; @@ -2868,13 +3013,13 @@ class SFTP extends SSH2 if (defined('NET_SFTP_LOGGING')) { $packet_type = '<- ' . $this->packet_types[$this->packet_type] . ' (' . round($stop - $start, 4) . 's)'; - if (NET_SFTP_LOGGING == NET_SFTP_LOG_REALTIME) { + if (NET_SFTP_LOGGING == self::LOG_REALTIME) { echo "
\r\n" . $this->_format_log(array($packet), array($packet_type)) . "\r\n\r\n"; flush(); ob_flush(); } else { $this->packet_type_log[] = $packet_type; - if (NET_SFTP_LOGGING == NET_SFTP_LOG_COMPLEX) { + if (NET_SFTP_LOGGING == self::LOG_COMPLEX) { $this->packet_log[] = $packet; } } @@ -2898,10 +3043,10 @@ class SFTP extends SSH2 } switch (NET_SFTP_LOGGING) { - case NET_SFTP_LOG_COMPLEX: + case self::LOG_COMPLEX: return $this->_format_log($this->packet_log, $this->packet_type_log); break; - //case NET_SFTP_LOG_SIMPLE: + //case self::LOG_SIMPLE: default: return $this->packet_type_log; } @@ -2910,7 +3055,7 @@ class SFTP extends SSH2 /** * Returns all errors * - * @return string + * @return array * @access public */ function getSFTPErrors() diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php index 08d726ca..d2c4425d 100644 --- a/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php +++ b/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php @@ -179,7 +179,7 @@ class Stream if ($host[0] == '$') { $host = substr($host, 1); - global $$host; + global ${$host}; if (($$host instanceof SFTP) === false) { return false; } diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php index cc108a94..514b20a2 100644 --- a/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php +++ b/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php @@ -575,28 +575,46 @@ class SSH1 $this->_string_shift($response[self::RESPONSE_DATA], 4); + if (strlen($response[self::RESPONSE_DATA]) < 2) { + return false; + } $temp = unpack('nlen', $this->_string_shift($response[self::RESPONSE_DATA], 2)); $server_key_public_exponent = new BigInteger($this->_string_shift($response[self::RESPONSE_DATA], ceil($temp['len'] / 8)), 256); $this->server_key_public_exponent = $server_key_public_exponent; + if (strlen($response[self::RESPONSE_DATA]) < 2) { + return false; + } $temp = unpack('nlen', $this->_string_shift($response[self::RESPONSE_DATA], 2)); $server_key_public_modulus = new BigInteger($this->_string_shift($response[self::RESPONSE_DATA], ceil($temp['len'] / 8)), 256); + $this->server_key_public_modulus = $server_key_public_modulus; $this->_string_shift($response[self::RESPONSE_DATA], 4); + if (strlen($response[self::RESPONSE_DATA]) < 2) { + return false; + } $temp = unpack('nlen', $this->_string_shift($response[self::RESPONSE_DATA], 2)); $host_key_public_exponent = new BigInteger($this->_string_shift($response[self::RESPONSE_DATA], ceil($temp['len'] / 8)), 256); $this->host_key_public_exponent = $host_key_public_exponent; + if (strlen($response[self::RESPONSE_DATA]) < 2) { + return false; + } $temp = unpack('nlen', $this->_string_shift($response[self::RESPONSE_DATA], 2)); $host_key_public_modulus = new BigInteger($this->_string_shift($response[self::RESPONSE_DATA], ceil($temp['len'] / 8)), 256); + $this->host_key_public_modulus = $host_key_public_modulus; $this->_string_shift($response[self::RESPONSE_DATA], 4); // get a list of the supported ciphers + if (strlen($response[self::RESPONSE_DATA]) < 4) { + return false; + } extract(unpack('Nsupported_ciphers_mask', $this->_string_shift($response[self::RESPONSE_DATA], 4))); + foreach ($this->supported_ciphers as $mask => $name) { if (($supported_ciphers_mask & (1 << $mask)) == 0) { unset($this->supported_ciphers[$mask]); @@ -604,6 +622,9 @@ class SSH1 } // get a list of the supported authentications + if (strlen($response[self::RESPONSE_DATA]) < 4) { + return false; + } extract(unpack('Nsupported_authentications_mask', $this->_string_shift($response[self::RESPONSE_DATA], 4))); foreach ($this->supported_authentications as $mask => $name) { if (($supported_authentications_mask & (1 << $mask)) == 0) { @@ -895,7 +916,7 @@ class SSH1 /** * Returns the output of an interactive shell when there's a match for $expect * - * $expect can take the form of a string literal or, if $mode == self::READ__REGEX, + * $expect can take the form of a string literal or, if $mode == self::READ_REGEX, * a regular expression. * * @see self::write() @@ -904,7 +925,7 @@ class SSH1 * @return bool * @access public */ - function read($expect, $mode = self::READ__SIMPLE) + function read($expect, $mode = self::READ_SIMPLE) { if (!($this->bitmap & self::MASK_LOGIN)) { user_error('Operation disallowed prior to login()'); @@ -918,7 +939,7 @@ class SSH1 $match = $expect; while (true) { - if ($mode == self::READ__REGEX) { + if ($mode == self::READ_REGEX) { preg_match($expect, $this->interactiveBuffer, $matches); $match = isset($matches[0]) ? $matches[0] : ''; } @@ -1091,7 +1112,11 @@ class SSH1 } $start = strtok(microtime(), ' ') + strtok(''); // http://php.net/microtime#61838 - $temp = unpack('Nlength', fread($this->fsock, 4)); + $data = fread($this->fsock, 4); + if (strlen($data) < 4) { + return false; + } + $temp = unpack('Nlength', $data); $padding_length = 8 - ($temp['length'] & 7); $length = $temp['length'] + $padding_length; @@ -1112,6 +1137,9 @@ class SSH1 $type = $raw[$padding_length]; $data = substr($raw, $padding_length + 1, -4); + if (strlen($raw) < 4) { + return false; + } $temp = unpack('Ncrc', substr($raw, -4)); //if ( $temp['crc'] != $this->_crc($padding . $type . $data) ) { diff --git a/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php b/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php index 11580755..cdb7cb39 100644 --- a/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php +++ b/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php @@ -100,10 +100,10 @@ class SSH2 * @see \phpseclib\Net\SSH2::_get_channel_packet() * @access private */ - const CHANNEL_EXEC = 0; // PuTTy uses 0x100 - const CHANNEL_SHELL = 1; - const CHANNEL_SUBSYSTEM = 2; - const CHANNEL_AGENT_FORWARD = 3; + const CHANNEL_EXEC = 1; // PuTTy uses 0x100 + const CHANNEL_SHELL = 2; + const CHANNEL_SUBSYSTEM = 3; + const CHANNEL_AGENT_FORWARD = 4; /**#@-*/ /**#@+ @@ -126,6 +126,10 @@ class SSH2 * Dumps the content real-time to a file */ const LOG_REALTIME_FILE = 4; + /** + * Make sure that the log never gets larger than this + */ + const LOG_MAX_SIZE = 1048576; // 1024 * 1024 /**#@-*/ /**#@+ @@ -141,9 +145,9 @@ class SSH2 */ const READ_REGEX = 2; /** - * Make sure that the log never gets larger than this + * Returns when a string matching the regular expression $expect is found */ - const LOG_MAX_SIZE = 1048576; // 1024 * 1024 + const READ_NEXT = 3; /**#@-*/ /** @@ -866,6 +870,54 @@ class SSH2 */ var $agent; + /** + * Send the identification string first? + * + * @var bool + * @access private + */ + var $send_id_string_first = true; + + /** + * Send the key exchange initiation packet first? + * + * @var bool + * @access private + */ + var $send_kex_first = true; + + /** + * Some versions of OpenSSH incorrectly calculate the key size + * + * @var bool + * @access private + */ + var $bad_key_size_fix = false; + + /** + * The selected decryption algorithm + * + * @var string + * @access private + */ + var $decrypt_algorithm = ''; + + /** + * Should we try to re-connect to re-establish keys? + * + * @var bool + * @access private + */ + var $retry_connect = false; + + /** + * Binary Packet Buffer + * + * @var string|false + * @access private + */ + var $binary_packet_buffer = false; + /** * Default Constructor. * @@ -978,13 +1030,69 @@ class SSH2 * CRYPT_MODE_INTERNAL, CRYPT_MODE_MCRYPT * * @param int $engine - * @access private + * @access public */ function setCryptoEngine($engine) { $this->crypto_engine = $engine; } + /** + * Send Identification String First + * + * https://tools.ietf.org/html/rfc4253#section-4.2 says "when the connection has been established, + * both sides MUST send an identification string". It does not say which side sends it first. In + * theory it shouldn't matter but it is a fact of life that some SSH servers are simply buggy + * + * @access public + */ + function sendIdentificationStringFirst() + { + $this->send_id_string_first = true; + } + + /** + * Send Identification String Last + * + * https://tools.ietf.org/html/rfc4253#section-4.2 says "when the connection has been established, + * both sides MUST send an identification string". It does not say which side sends it first. In + * theory it shouldn't matter but it is a fact of life that some SSH servers are simply buggy + * + * @access public + */ + function sendIdentificationStringLast() + { + $this->send_id_string_first = false; + } + + /** + * Send SSH_MSG_KEXINIT First + * + * https://tools.ietf.org/html/rfc4253#section-7.1 says "key exchange begins by each sending + * sending the [SSH_MSG_KEXINIT] packet". It does not say which side sends it first. In theory + * it shouldn't matter but it is a fact of life that some SSH servers are simply buggy + * + * @access public + */ + function sendKEXINITFirst() + { + $this->send_kex_first = true; + } + + /** + * Send SSH_MSG_KEXINIT Last + * + * https://tools.ietf.org/html/rfc4253#section-7.1 says "key exchange begins by each sending + * sending the [SSH_MSG_KEXINIT] packet". It does not say which side sends it first. In theory + * it shouldn't matter but it is a fact of life that some SSH servers are simply buggy + * + * @access public + */ + function sendKEXINITLast() + { + $this->send_kex_first = false; + } + /** * Connect to an SSHv2 server * @@ -1005,7 +1113,10 @@ class SSH2 if (!is_resource($this->fsock)) { $start = microtime(true); - $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout); + // with stream_select a timeout of 0 means that no timeout takes place; + // with fsockopen a timeout of 0 means that you instantly timeout + // to resolve this incompatibility a timeout of 100,000 will be used for fsockopen if timeout is 0 + $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 100000 : $this->curTimeout); if (!$this->fsock) { $host = $this->host . ':' . $this->port; user_error(rtrim("Cannot connect to $host. Error $errno. $errstr")); @@ -1021,6 +1132,12 @@ class SSH2 } } + $this->identifier = $this->_generate_identifier(); + + if ($this->send_id_string_first) { + fputs($this->fsock, $this->identifier . "\r\n"); + } + /* According to the SSH2 specs, "The server MAY send other lines of data before sending the version @@ -1082,8 +1199,6 @@ class SSH2 $extra = $matches[1]; - $this->identifier = $this->_generate_identifier(); - if (defined('NET_SSH2_LOGGING')) { $this->_append_log('<-', $matches[0]); $this->_append_log('->', $this->identifier . "\r\n"); @@ -1094,25 +1209,33 @@ class SSH2 $this->errors[] = utf8_decode($data); } - if ($matches[3] != '1.99' && $matches[3] != '2.0') { + if (version_compare($matches[3], '1.99', '<')) { user_error("Cannot connect to SSH $matches[3] servers"); return false; } - fputs($this->fsock, $this->identifier . "\r\n"); - - $response = $this->_get_binary_packet(); - if ($response === false) { - user_error('Connection closed by server'); - return false; + if (!$this->send_id_string_first) { + fputs($this->fsock, $this->identifier . "\r\n"); } - if (ord($response[0]) != NET_SSH2_MSG_KEXINIT) { - user_error('Expected SSH_MSG_KEXINIT'); - return false; + if (!$this->send_kex_first) { + $response = $this->_get_binary_packet(); + if ($response === false) { + user_error('Connection closed by server'); + return false; + } + + if (!strlen($response) || ord($response[0]) != NET_SSH2_MSG_KEXINIT) { + user_error('Expected SSH_MSG_KEXINIT'); + return false; + } + + if (!$this->_key_exchange($response)) { + return false; + } } - if (!$this->_key_exchange($response)) { + if ($this->send_kex_first && !$this->_key_exchange()) { return false; } @@ -1134,7 +1257,7 @@ class SSH2 $identifier = 'SSH-2.0-phpseclib_2.0'; $ext = array(); - if (extension_loaded('libsodium')) { + if (function_exists('\\Sodium\\library_version_major')) { $ext[] = 'libsodium'; } @@ -1160,10 +1283,10 @@ class SSH2 /** * Key Exchange * - * @param string $kexinit_payload_server + * @param string $kexinit_payload_server optional * @access private */ - function _key_exchange($kexinit_payload_server) + function _key_exchange($kexinit_payload_server = false) { $kex_algorithms = array( // Elliptic Curve Diffie-Hellman Key Agreement (ECDH) using @@ -1284,8 +1407,9 @@ class SSH2 ); // some SSH servers have buggy implementations of some of the above algorithms - switch ($this->server_identifier) { - case 'SSH-2.0-SSHD': + switch (true) { + case $this->server_identifier == 'SSH-2.0-SSHD': + case substr($this->server_identifier, 0, 13) == 'SSH-2.0-DLINK': $mac_algorithms = array_values(array_diff( $mac_algorithms, array('hmac-sha1-96', 'hmac-md5-96') @@ -1300,44 +1424,6 @@ class SSH2 $client_cookie = Random::string(16); - $response = $kexinit_payload_server; - $this->_string_shift($response, 1); // skip past the message number (it should be SSH_MSG_KEXINIT) - $server_cookie = $this->_string_shift($response, 16); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->kex_algorithms = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->server_host_key_algorithms = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->encryption_algorithms_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->encryption_algorithms_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->mac_algorithms_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->mac_algorithms_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->compression_algorithms_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->compression_algorithms_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->languages_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); - - $temp = unpack('Nlength', $this->_string_shift($response, 4)); - $this->languages_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); - - extract(unpack('Cfirst_kex_packet_follows', $this->_string_shift($response, 1))); - $first_kex_packet_follows = $first_kex_packet_follows != 0; - - // the sending of SSH2_MSG_KEXINIT could go in one of two places. this is the second place. $kexinit_payload_client = pack( 'Ca*Na*Na*Na*Na*Na*Na*Na*Na*Na*Na*CN', NET_SSH2_MSG_KEXINIT, @@ -1366,10 +1452,96 @@ class SSH2 0 ); - if (!$this->_send_binary_packet($kexinit_payload_client)) { + if ($this->send_kex_first) { + if (!$this->_send_binary_packet($kexinit_payload_client)) { + return false; + } + + $kexinit_payload_server = $this->_get_binary_packet(); + if ($kexinit_payload_server === false) { + user_error('Connection closed by server'); + return false; + } + + if (!strlen($kexinit_payload_server) || ord($kexinit_payload_server[0]) != NET_SSH2_MSG_KEXINIT) { + user_error('Expected SSH_MSG_KEXINIT'); + return false; + } + } + + $response = $kexinit_payload_server; + $this->_string_shift($response, 1); // skip past the message number (it should be SSH_MSG_KEXINIT) + $server_cookie = $this->_string_shift($response, 16); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->kex_algorithms = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->server_host_key_algorithms = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->encryption_algorithms_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->encryption_algorithms_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->mac_algorithms_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->mac_algorithms_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->compression_algorithms_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->compression_algorithms_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->languages_client_to_server = explode(',', $this->_string_shift($response, $temp['length'])); + + if (strlen($response) < 4) { + return false; + } + $temp = unpack('Nlength', $this->_string_shift($response, 4)); + $this->languages_server_to_client = explode(',', $this->_string_shift($response, $temp['length'])); + + if (!strlen($response)) { + return false; + } + extract(unpack('Cfirst_kex_packet_follows', $this->_string_shift($response, 1))); + $first_kex_packet_follows = $first_kex_packet_follows != 0; + + if (!$this->send_kex_first && !$this->_send_binary_packet($kexinit_payload_client)) { return false; } - // here ends the second place. // we need to decide upon the symmetric encryption algorithms before we do the diffie-hellman key exchange // we don't initialize any crypto-objects, yet - we do that, later. for now, we need the lengths to make the @@ -1432,10 +1604,16 @@ class SSH2 return false; } + if (strlen($response) < 4) { + return false; + } extract(unpack('NprimeLength', $this->_string_shift($response, 4))); $primeBytes = $this->_string_shift($response, $primeLength); $prime = new BigInteger($primeBytes, -256); + if (strlen($response) < 4) { + return false; + } extract(unpack('NgLength', $this->_string_shift($response, 4))); $gBytes = $this->_string_shift($response, $gLength); $g = new BigInteger($gBytes, -256); @@ -1518,6 +1696,9 @@ class SSH2 user_error('Connection closed by server'); return false; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); if ($type != $serverKexReplyMessage) { @@ -1525,18 +1706,33 @@ class SSH2 return false; } + if (strlen($response) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($response, 4)); $this->server_public_host_key = $server_public_host_key = $this->_string_shift($response, $temp['length']); + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $public_key_format = $this->_string_shift($server_public_host_key, $temp['length']); + if (strlen($response) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($response, 4)); $fBytes = $this->_string_shift($response, $temp['length']); + if (strlen($response) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($response, 4)); $this->signature = $this->_string_shift($response, $temp['length']); + if (strlen($this->signature) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($this->signature, 4)); $this->signature_format = $this->_string_shift($this->signature, $temp['length']); @@ -1607,6 +1803,9 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); if ($type != NET_SSH2_MSG_NEWKEYS) { @@ -1614,6 +1813,8 @@ class SSH2 return false; } + $this->decrypt_algorithm = $decrypt; + $keyBytes = pack('Na*', strlen($keyBytes), $keyBytes); $this->encrypt = $this->_encryption_algorithm_to_crypt_instance($encrypt); @@ -1780,6 +1981,10 @@ class SSH2 */ function _encryption_algorithm_to_key_size($algorithm) { + if ($this->bad_key_size_fix && $this->_bad_algorithm_candidate($algorithm)) { + return 16; + } + switch ($algorithm) { case 'none': return 0; @@ -1854,6 +2059,27 @@ class SSH2 return null; } + /* + * Tests whether or not proposed algorithm has a potential for issues + * + * @link https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/ssh2-aesctr-openssh.html + * @link https://bugzilla.mindrot.org/show_bug.cgi?id=1291 + * @param string $algorithm Name of the encryption algorithm + * @return bool + * @access private + */ + function _bad_algorithm_candidate($algorithm) + { + switch ($algorithm) { + case 'arcfour256': + case 'aes192-ctr': + case 'aes256-ctr': + return true; + } + + return false; + } + /** * Login * @@ -1933,10 +2159,20 @@ class SSH2 $response = $this->_get_binary_packet(); if ($response === false) { + if ($this->retry_connect) { + $this->retry_connect = false; + if (!$this->_connect()) { + return false; + } + return $this->_login_helper($username, $password); + } user_error('Connection closed by server'); return false; } + if (strlen($response) < 4) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); if ($type != NET_SSH2_MSG_SERVICE_ACCEPT) { @@ -1986,6 +2222,9 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); switch ($type) { @@ -2041,6 +2280,9 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); switch ($type) { @@ -2048,14 +2290,23 @@ class SSH2 if (defined('NET_SSH2_LOGGING')) { $this->message_number_log[count($this->message_number_log) - 1] = 'NET_SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ'; } + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $this->errors[] = 'SSH_MSG_USERAUTH_PASSWD_CHANGEREQ: ' . utf8_decode($this->_string_shift($response, $length)); return $this->_disconnect(NET_SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER); case NET_SSH2_MSG_USERAUTH_FAILURE: // can we use keyboard-interactive authentication? if not then either the login is bad or the server employees // multi-factor authentication + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $auth_methods = explode(',', $this->_string_shift($response, $length)); + if (!strlen($response)) { + return false; + } extract(unpack('Cpartial_success', $this->_string_shift($response, 1))); $partial_success = $partial_success != 0; @@ -2130,16 +2381,31 @@ class SSH2 } } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); switch ($type) { case NET_SSH2_MSG_USERAUTH_INFO_REQUEST: + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $this->_string_shift($response, $length); // name; may be empty + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $this->_string_shift($response, $length); // instruction; may be empty + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $this->_string_shift($response, $length); // language tag; may be empty + if (strlen($response) < 4) { + return false; + } extract(unpack('Nnum_prompts', $this->_string_shift($response, 4))); for ($i = 0; $i < count($responses); $i++) { @@ -2154,6 +2420,9 @@ class SSH2 if (isset($this->keyboard_requests_responses)) { for ($i = 0; $i < $num_prompts; $i++) { + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); // prompt - ie. "Password: "; must not be empty $prompt = $this->_string_shift($response, $length); @@ -2299,10 +2568,16 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); switch ($type) { case NET_SSH2_MSG_USERAUTH_FAILURE: + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $this->errors[] = 'SSH_MSG_USERAUTH_FAILURE: ' . $this->_string_shift($response, $length); return false; @@ -2334,6 +2609,9 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); switch ($type) { @@ -2389,7 +2667,12 @@ class SSH2 $this->is_timeout = false; $this->stdErrorLog = ''; - if (!($this->bitmap & self::MASK_LOGIN)) { + if (!$this->isAuthenticated()) { + return false; + } + + if ($this->in_request_pty_exec) { + user_error('If you want to run multiple exec()\'s you will need to disable (and re-enable if appropriate) a PTY for each one.'); return false; } @@ -2452,6 +2735,9 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } list(, $type) = unpack('C', $this->_string_shift($response, 1)); switch ($type) { @@ -2588,6 +2874,9 @@ class SSH2 return false; } + if (!strlen($response)) { + return false; + } list(, $type) = unpack('C', $this->_string_shift($response, 1)); switch ($type) { @@ -2681,7 +2970,7 @@ class SSH2 $this->curTimeout = $this->timeout; $this->is_timeout = false; - if (!($this->bitmap & self::MASK_LOGIN)) { + if (!$this->isAuthenticated()) { user_error('Operation disallowed prior to login()'); return false; } @@ -2693,6 +2982,10 @@ class SSH2 $channel = $this->_get_interactive_channel(); + if ($mode == self::READ_NEXT) { + return $this->_get_channel_packet($channel); + } + $match = $expect; while (true) { if ($mode == self::READ_REGEX) { @@ -2723,7 +3016,7 @@ class SSH2 */ function write($cmd) { - if (!($this->bitmap & self::MASK_LOGIN)) { + if (!$this->isAuthenticated()) { user_error('Operation disallowed prior to login()'); return false; } @@ -2891,6 +3184,24 @@ class SSH2 return (bool) ($this->bitmap & self::MASK_LOGIN); } + /** + * Resets a connection for re-use + * + * @param int $reason + * @access private + */ + function _reset_connection($reason) + { + $this->_disconnect($reason); + $this->decrypt = $this->encrypt = false; + $this->decrypt_block_size = $this->encrypt_block_size = 8; + $this->hmac_check = $this->hmac_create = false; + $this->hmac_size = false; + $this->session_id = false; + $this->retry_connect = true; + $this->get_seq_no = $this->send_seq_no = 0; + } + /** * Gets Binary Packets * @@ -2900,7 +3211,7 @@ class SSH2 * @return string * @access private */ - function _get_binary_packet() + function _get_binary_packet($skip_channel_filter = false) { if (!is_resource($this->fsock) || feof($this->fsock)) { user_error('Connection closed prematurely'); @@ -2923,6 +3234,9 @@ class SSH2 return false; } + if (strlen($raw) < 5) { + return false; + } extract(unpack('Npacket_length/Cpadding_length', $this->_string_shift($raw, 5))); $remaining_length = $packet_length + 4 - $this->decrypt_block_size; @@ -2931,6 +3245,11 @@ class SSH2 // "implementations SHOULD check that the packet length is reasonable" // PuTTY uses 0x9000 as the actual max packet size and so to shall we if ($remaining_length < -$this->decrypt_block_size || $remaining_length > 0x9000 || $remaining_length % $this->decrypt_block_size != 0) { + if (!$this->bad_key_size_fix && $this->_bad_algorithm_candidate($this->decrypt_algorithm) && !($this->bitmap & SSH2::MASK_LOGIN)) { + $this->bad_key_size_fix = true; + $this->_reset_connection(NET_SSH2_DISCONNECT_KEY_EXCHANGE_FAILED); + return false; + } user_error('Invalid size'); return false; } @@ -2946,6 +3265,7 @@ class SSH2 $buffer.= $temp; $remaining_length-= strlen($temp); } + $stop = microtime(true); if (strlen($buffer)) { $raw.= $this->decrypt !== false ? $this->decrypt->decrypt($buffer) : $buffer; @@ -2981,7 +3301,7 @@ class SSH2 $this->last_packet = $current; } - return $this->_filter($payload); + return $this->_filter($payload, $skip_channel_filter); } /** @@ -2993,48 +3313,72 @@ class SSH2 * @return string * @access private */ - function _filter($payload) + function _filter($payload, $skip_channel_filter) { switch (ord($payload[0])) { case NET_SSH2_MSG_DISCONNECT: $this->_string_shift($payload, 1); + if (strlen($payload) < 8) { + return false; + } extract(unpack('Nreason_code/Nlength', $this->_string_shift($payload, 8))); $this->errors[] = 'SSH_MSG_DISCONNECT: ' . $this->disconnect_reasons[$reason_code] . "\r\n" . utf8_decode($this->_string_shift($payload, $length)); $this->bitmap = 0; return false; case NET_SSH2_MSG_IGNORE: - $payload = $this->_get_binary_packet(); + $payload = $this->_get_binary_packet($skip_channel_filter); break; case NET_SSH2_MSG_DEBUG: $this->_string_shift($payload, 2); + if (strlen($payload) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($payload, 4))); $this->errors[] = 'SSH_MSG_DEBUG: ' . utf8_decode($this->_string_shift($payload, $length)); - $payload = $this->_get_binary_packet(); + $payload = $this->_get_binary_packet($skip_channel_filter); break; case NET_SSH2_MSG_UNIMPLEMENTED: return false; case NET_SSH2_MSG_KEXINIT: if ($this->session_id !== false) { + $this->send_kex_first = false; if (!$this->_key_exchange($payload)) { $this->bitmap = 0; return false; } - $payload = $this->_get_binary_packet(); + $payload = $this->_get_binary_packet($skip_channel_filter); } } // see http://tools.ietf.org/html/rfc4252#section-5.4; only called when the encryption has been activated and when we haven't already logged in - if (($this->bitmap & self::MASK_CONNECTED) && !($this->bitmap & self::MASK_LOGIN) && ord($payload[0]) == NET_SSH2_MSG_USERAUTH_BANNER) { + if (($this->bitmap & self::MASK_CONNECTED) && !$this->isAuthenticated() && ord($payload[0]) == NET_SSH2_MSG_USERAUTH_BANNER) { $this->_string_shift($payload, 1); + if (strlen($payload) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($payload, 4))); $this->banner_message = utf8_decode($this->_string_shift($payload, $length)); $payload = $this->_get_binary_packet(); } // only called when we've already logged in - if (($this->bitmap & self::MASK_CONNECTED) && ($this->bitmap & self::MASK_LOGIN)) { + if (($this->bitmap & self::MASK_CONNECTED) && $this->isAuthenticated()) { switch (ord($payload[0])) { + case NET_SSH2_MSG_CHANNEL_DATA: + case NET_SSH2_MSG_CHANNEL_EXTENDED_DATA: + case NET_SSH2_MSG_CHANNEL_REQUEST: + case NET_SSH2_MSG_CHANNEL_CLOSE: + case NET_SSH2_MSG_CHANNEL_EOF: + if (!$skip_channel_filter && !empty($this->server_channels)) { + $this->binary_packet_buffer = $payload; + $this->_get_channel_packet(true); + $payload = $this->_get_binary_packet(); + } + break; case NET_SSH2_MSG_GLOBAL_REQUEST: // see http://tools.ietf.org/html/rfc4254#section-4 + if (strlen($payload) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($payload, 4))); $this->errors[] = 'SSH_MSG_GLOBAL_REQUEST: ' . $this->_string_shift($payload, $length); @@ -3042,12 +3386,18 @@ class SSH2 return $this->_disconnect(NET_SSH2_DISCONNECT_BY_APPLICATION); } - $payload = $this->_get_binary_packet(); + $payload = $this->_get_binary_packet($skip_channel_filter); break; case NET_SSH2_MSG_CHANNEL_OPEN: // see http://tools.ietf.org/html/rfc4254#section-5.1 $this->_string_shift($payload, 1); + if (strlen($payload) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($payload, 4))); $data = $this->_string_shift($payload, $length); + if (strlen($payload) < 4) { + return false; + } extract(unpack('Nserver_channel', $this->_string_shift($payload, 4))); switch ($data) { case 'auth-agent': @@ -3055,6 +3405,9 @@ class SSH2 if (isset($this->agent)) { $new_channel = self::CHANNEL_AGENT_FORWARD; + if (strlen($payload) < 8) { + return false; + } extract(unpack('Nremote_window_size', $this->_string_shift($payload, 4))); extract(unpack('Nremote_maximum_packet_size', $this->_string_shift($payload, 4))); @@ -3096,15 +3449,18 @@ class SSH2 return $this->_disconnect(NET_SSH2_DISCONNECT_BY_APPLICATION); } } - $payload = $this->_get_binary_packet(); + $payload = $this->_get_binary_packet($skip_channel_filter); break; case NET_SSH2_MSG_CHANNEL_WINDOW_ADJUST: $this->_string_shift($payload, 1); + if (strlen($payload) < 8) { + return false; + } extract(unpack('Nchannel', $this->_string_shift($payload, 4))); extract(unpack('Nwindow_size', $this->_string_shift($payload, 4))); $this->window_size_client_to_server[$channel]+= $window_size; - $payload = ($this->bitmap & self::MASK_WINDOW_ADJUST) ? true : $this->_get_binary_packet(); + $payload = ($this->bitmap & self::MASK_WINDOW_ADJUST) ? true : $this->_get_binary_packet($skip_channel_filter); } } @@ -3165,6 +3521,10 @@ class SSH2 */ function disablePTY() { + if ($this->in_request_pty_exec) { + $this->_close_channel(self::CHANNEL_EXEC); + $this->in_request_pty_exec = false; + } $this->request_pty = false; } @@ -3197,32 +3557,38 @@ class SSH2 } while (true) { - if ($this->curTimeout) { - if ($this->curTimeout < 0) { - $this->is_timeout = true; - return true; + if ($this->binary_packet_buffer !== false) { + $response = $this->binary_packet_buffer; + $this->binary_packet_buffer = false; + } else { + if ($this->curTimeout) { + if ($this->curTimeout < 0) { + $this->is_timeout = true; + return true; + } + + $read = array($this->fsock); + $write = $except = null; + + $start = microtime(true); + $sec = floor($this->curTimeout); + $usec = 1000000 * ($this->curTimeout - $sec); + // on windows this returns a "Warning: Invalid CRT parameters detected" error + if (!@stream_select($read, $write, $except, $sec, $usec) && !count($read)) { + $this->is_timeout = true; + return true; + } + $elapsed = microtime(true) - $start; + $this->curTimeout-= $elapsed; } - $read = array($this->fsock); - $write = $except = null; - - $start = microtime(true); - $sec = floor($this->curTimeout); - $usec = 1000000 * ($this->curTimeout - $sec); - // on windows this returns a "Warning: Invalid CRT parameters detected" error - if (!@stream_select($read, $write, $except, $sec, $usec) && !count($read)) { - $this->is_timeout = true; - return true; + $response = $this->_get_binary_packet(true); + if ($response === false) { + user_error('Connection closed by server'); + return false; } - $elapsed = microtime(true) - $start; - $this->curTimeout-= $elapsed; } - $response = $this->_get_binary_packet(); - if ($response === false) { - user_error('Connection closed by server'); - return false; - } if ($client_channel == -1 && $response === true) { return true; } @@ -3230,8 +3596,14 @@ class SSH2 return ''; } + if (!strlen($response)) { + return false; + } extract(unpack('Ctype', $this->_string_shift($response, 1))); + if (strlen($response) < 4) { + return false; + } if ($type == NET_SSH2_MSG_CHANNEL_OPEN) { extract(unpack('Nlength', $this->_string_shift($response, 4))); } else { @@ -3251,18 +3623,103 @@ class SSH2 $this->window_size_server_to_client[$channel]+= $this->window_size; } + switch ($type) { + case NET_SSH2_MSG_CHANNEL_EXTENDED_DATA: + /* + if ($client_channel == NET_SSH2_CHANNEL_EXEC) { + $this->_send_channel_packet($client_channel, chr(0)); + } + */ + // currently, there's only one possible value for $data_type_code: NET_SSH2_EXTENDED_DATA_STDERR + if (strlen($response) < 8) { + return false; + } + extract(unpack('Ndata_type_code/Nlength', $this->_string_shift($response, 8))); + $data = $this->_string_shift($response, $length); + $this->stdErrorLog.= $data; + if ($skip_extended || $this->quiet_mode) { + continue 2; + } + if ($client_channel == $channel && $this->channel_status[$channel] == NET_SSH2_MSG_CHANNEL_DATA) { + return $data; + } + if (!isset($this->channel_buffers[$channel])) { + $this->channel_buffers[$channel] = array(); + } + $this->channel_buffers[$channel][] = $data; + + continue 2; + case NET_SSH2_MSG_CHANNEL_REQUEST: + if ($this->channel_status[$channel] == NET_SSH2_MSG_CHANNEL_CLOSE) { + continue 2; + } + if (strlen($response) < 4) { + return false; + } + extract(unpack('Nlength', $this->_string_shift($response, 4))); + $value = $this->_string_shift($response, $length); + switch ($value) { + case 'exit-signal': + $this->_string_shift($response, 1); + if (strlen($response) < 4) { + return false; + } + extract(unpack('Nlength', $this->_string_shift($response, 4))); + $this->errors[] = 'SSH_MSG_CHANNEL_REQUEST (exit-signal): ' . $this->_string_shift($response, $length); + $this->_string_shift($response, 1); + if (strlen($response) < 4) { + return false; + } + extract(unpack('Nlength', $this->_string_shift($response, 4))); + if ($length) { + $this->errors[count($this->errors)].= "\r\n" . $this->_string_shift($response, $length); + } + + $this->_send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_EOF, $this->server_channels[$client_channel])); + $this->_send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$channel])); + + $this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_EOF; + + continue 3; + case 'exit-status': + if (strlen($response) < 5) { + return false; + } + extract(unpack('Cfalse/Nexit_status', $this->_string_shift($response, 5))); + $this->exit_status = $exit_status; + + // "The client MAY ignore these messages." + // -- http://tools.ietf.org/html/rfc4254#section-6.10 + + continue 3; + default: + // "Some systems may not implement signals, in which case they SHOULD ignore this message." + // -- http://tools.ietf.org/html/rfc4254#section-6.9 + continue 3; + } + } + switch ($this->channel_status[$channel]) { case NET_SSH2_MSG_CHANNEL_OPEN: switch ($type) { case NET_SSH2_MSG_CHANNEL_OPEN_CONFIRMATION: + if (strlen($response) < 4) { + return false; + } extract(unpack('Nserver_channel', $this->_string_shift($response, 4))); $this->server_channels[$channel] = $server_channel; + if (strlen($response) < 4) { + return false; + } extract(unpack('Nwindow_size', $this->_string_shift($response, 4))); if ($window_size < 0) { $window_size&= 0x7FFFFFFF; $window_size+= 0x80000000; } $this->window_size_client_to_server[$channel] = $window_size; + if (strlen($response) < 4) { + return false; + } $temp = unpack('Npacket_size_client_to_server', $this->_string_shift($response, 4)); $this->packet_size_client_to_server[$channel] = $temp['packet_size_client_to_server']; $result = $client_channel == $channel ? true : $this->_get_channel_packet($client_channel, $skip_extended); @@ -3302,6 +3759,9 @@ class SSH2 $this->_send_channel_packet($channel, chr(0)); } */ + if (strlen($response) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($response, 4))); $data = $this->_string_shift($response, $length); @@ -3321,61 +3781,6 @@ class SSH2 } $this->channel_buffers[$channel][] = $data; break; - case NET_SSH2_MSG_CHANNEL_EXTENDED_DATA: - /* - if ($client_channel == self::CHANNEL_EXEC) { - $this->_send_channel_packet($client_channel, chr(0)); - } - */ - // currently, there's only one possible value for $data_type_code: NET_SSH2_EXTENDED_DATA_STDERR - extract(unpack('Ndata_type_code/Nlength', $this->_string_shift($response, 8))); - $data = $this->_string_shift($response, $length); - $this->stdErrorLog.= $data; - if ($skip_extended || $this->quiet_mode) { - break; - } - if ($client_channel == $channel) { - return $data; - } - if (!isset($this->channel_buffers[$channel])) { - $this->channel_buffers[$channel] = array(); - } - $this->channel_buffers[$channel][] = $data; - break; - case NET_SSH2_MSG_CHANNEL_REQUEST: - extract(unpack('Nlength', $this->_string_shift($response, 4))); - $value = $this->_string_shift($response, $length); - switch ($value) { - case 'exit-signal': - $this->_string_shift($response, 1); - extract(unpack('Nlength', $this->_string_shift($response, 4))); - $this->errors[] = 'SSH_MSG_CHANNEL_REQUEST (exit-signal): ' . $this->_string_shift($response, $length); - $this->_string_shift($response, 1); - extract(unpack('Nlength', $this->_string_shift($response, 4))); - if ($length) { - $this->errors[count($this->errors)].= "\r\n" . $this->_string_shift($response, $length); - } - - $this->_send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_EOF, $this->server_channels[$client_channel])); - $this->_send_binary_packet(pack('CN', NET_SSH2_MSG_CHANNEL_CLOSE, $this->server_channels[$channel])); - - $this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_EOF; - - break; - case 'exit-status': - extract(unpack('Cfalse/Nexit_status', $this->_string_shift($response, 5))); - $this->exit_status = $exit_status; - - // "The client MAY ignore these messages." - // -- http://tools.ietf.org/html/rfc4254#section-6.10 - - break; - default: - // "Some systems may not implement signals, in which case they SHOULD ignore this message." - // -- http://tools.ietf.org/html/rfc4254#section-6.9 - break; - } - break; case NET_SSH2_MSG_CHANNEL_CLOSE: $this->curTimeout = 0; @@ -3696,10 +4101,9 @@ class SSH2 switch (NET_SSH2_LOGGING) { case self::LOG_SIMPLE: return $this->message_number_log; - break; case self::LOG_COMPLEX: - return $this->_format_log($this->message_log, $this->message_number_log); - break; + $log = $this->_format_log($this->message_log, $this->message_number_log); + return PHP_SAPI == 'cli' ? $log : '
' . $log . ''; default: return false; } @@ -3991,6 +4395,9 @@ class SSH2 $signature = $this->signature; $server_public_host_key = $this->server_public_host_key; + if (strlen($server_public_host_key) < 4) { + return false; + } extract(unpack('Nlength', $this->_string_shift($server_public_host_key, 4))); $this->_string_shift($server_public_host_key, $length); @@ -4006,15 +4413,27 @@ class SSH2 case 'ssh-dss': $zero = new BigInteger(); + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $p = new BigInteger($this->_string_shift($server_public_host_key, $temp['length']), -256); + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $q = new BigInteger($this->_string_shift($server_public_host_key, $temp['length']), -256); + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $g = new BigInteger($this->_string_shift($server_public_host_key, $temp['length']), -256); + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $y = new BigInteger($this->_string_shift($server_public_host_key, $temp['length']), -256); @@ -4061,15 +4480,24 @@ class SSH2 break; case 'ssh-rsa': + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $e = new BigInteger($this->_string_shift($server_public_host_key, $temp['length']), -256); + if (strlen($server_public_host_key) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($server_public_host_key, 4)); $rawN = $this->_string_shift($server_public_host_key, $temp['length']); $n = new BigInteger($rawN, -256); $nLength = strlen(ltrim($rawN, "\0")); /* + if (strlen($signature) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($signature, 4)); $signature = $this->_string_shift($signature, $temp['length']); @@ -4082,6 +4510,9 @@ class SSH2 } */ + if (strlen($signature) < 4) { + return false; + } $temp = unpack('Nlength', $this->_string_shift($signature, 4)); $s = new BigInteger($this->_string_shift($signature, $temp['length']), 256);